#3800F5

Color #3800F5 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #3800F5

Tints of Han Purple #3800F5

Color information

#3800F5 (or 0x3800F5) is unknown color: approx Han Purple. HEX triplet: 38, 00 and F5. RGB value is (56,0,245). Sum of RGB (Red+Green+Blue) = 56+0+245=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 245 (96.09% from 255 or 81.40% from 301); Max value from RGB is 245 - color contains mainly: blue. Hex color #3800F5 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3800F5 is #C7FF0A. Grayscale: #2B2B2B. Windows color (decimal): -13106955 or 16056376. OLE color: 16056376.

HSL color Cylindrical-coordinate representation of color #3800F5: hue angle of 253.71º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3800F5 is Cyan = 0.77, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB560245-
CMYK0.77100.04
HSL253.71º100%48.04%-
HSV(B)253.71º100%96.08%-
XYZ18.117.4386.87-
YUV44.67241.05136.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 18.60%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 245 (96.09% from 255) = 81.40%
R=18.60%
G=0%
B=81.40%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal5602450.77100.04253.7110048.04
Hex380F54D6404fe6430
Octal7003651151440437614460
Binary111000011110101100110111001000100111111101100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3800F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3800F5; }

 p { color: rgb(56,0,245); }

 H1.HeaderClassName
 {
   color: #3800F5;
 }
 .AnyTagClassName
 {
   color: #3800F5;
 }
</style>
background-color css

<style>
 a { background-color: #3800F5; }

 a { background-color: rgb(56,0,245); }

 div.DivClassName
 {
   background-color: #3800F5;
 }
 .BgClassName
 {
   background-color: #3800F5;
 }
</style>
border-color css

<style>
 span { border-color: #3800F5; }

 span { border-color: rgb(56,0,245); }

 td.TdClassName
 {
   border-color: #3800F5;
 }
 .TagClassName
 {
   border-color: #3800F5;
 }
</style>