#3E11DD

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

Shades of Han Purple #3E11DD

Tints of Han Purple #3E11DD

Color information

#3E11DD (or 0x3E11DD) is unknown color: approx Han Purple. HEX triplet: 3E, 11 and DD. RGB value is (62,17,221). Sum of RGB (Red+Green+Blue) = 62+17+221=300 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.67% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 221 (86.72% from 255 or 73.67% from 300); Max value from RGB is 221 - color contains mainly: blue. Hex color #3E11DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E11DD is #C1EE22. Grayscale: #343434. Windows color (decimal): -12709411 or 14487870. OLE color: 14487870.

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

Color convert

RGB6217221-
CMYK0.720.9200.13
HSL253.24º85.71%46.67%-
HSV(B)253.24º92.31%86.67%-
XYZ15.246.6568.89-
YUV53.71222.41133.91-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.67%
GREEN value IS 17 (7.03% from 255) = 5.67%
BLUE value IS 221 (86.72% from 255) = 73.67%
R=20.67%
G=5.67%
B=73.67%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal62172210.720.9200.13253.2485.7146.67
Hex3E11DD485C0Dfd562f
Octal762133511013401537512657
Binary11111010001110111011001000101110001101111111011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E11DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,17,221); }

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

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

 a { background-color: rgb(62,17,221); }

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

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

 span { border-color: rgb(62,17,221); }

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