#3E0ADF

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

Shades of Han Purple #3E0ADF

Tints of Han Purple #3E0ADF

Color information

#3E0ADF (or 0x3E0ADF) is unknown color: approx Han Purple. HEX triplet: 3E, 0A and DF. RGB value is (62,10,223). Sum of RGB (Red+Green+Blue) = 62+10+223=295 (39% of max value = 765). Red value is 62 (24.61% from 255 or 21.02% from 295); Green value is 10 (4.30% from 255 or 3.39% from 295); Blue value is 223 (87.5% from 255 or 75.59% from 295); Max value from RGB is 223 - color contains mainly: blue. Hex color #3E0ADF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E0ADF is #C1F520. Grayscale: #313131. Windows color (decimal): -12711201 or 14617150. OLE color: 14617150.

HSL color Cylindrical-coordinate representation of color #3E0ADF: hue angle of 254.65º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3E0ADF is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6210223-
CMYK0.720.9600.13
HSL254.65º91.42%45.69%-
HSV(B)254.65º95.52%87.45%-
XYZ15.416.5770.27-
YUV49.83225.73136.68-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.02%
GREEN value IS 10 (4.30% from 255) = 3.39%
BLUE value IS 223 (87.5% from 255) = 75.59%
R=21.02%
G=3.39%
B=75.59%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal62102230.720.9600.13254.6591.4245.69
Hex3EADF48600Dff5b2e
Octal761233711014001537713356
Binary1111101010110111111001000110000001101111111111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E0ADF; }

 p { color: rgb(62,10,223); }

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

<style>
 a { background-color: #3E0ADF; }

 a { background-color: rgb(62,10,223); }

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

<style>
 span { border-color: #3E0ADF; }

 span { border-color: rgb(62,10,223); }

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