#3E0DCC

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

Shades of Han Purple #3E0DCC

Tints of Han Purple #3E0DCC

Color information

#3E0DCC (or 0x3E0DCC) is unknown color: approx Han Purple. HEX triplet: 3E, 0D and CC. RGB value is (62,13,204). Sum of RGB (Red+Green+Blue) = 62+13+204=279 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.22% from 279); Green value is 13 (5.47% from 255 or 4.66% from 279); Blue value is 204 (80.08% from 255 or 73.12% from 279); Max value from RGB is 204 - color contains mainly: blue. Hex color #3E0DCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E0DCC is #C1F233. Grayscale: #303030. Windows color (decimal): -12710452 or 13372734. OLE color: 13372734.

HSL color Cylindrical-coordinate representation of color #3E0DCC: hue angle of 255.39º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3E0DCC is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB6213204-
CMYK0.700.9400.2
HSL255.39º88.02%42.55%-
HSV(B)255.39º93.63%80%-
XYZ13.035.6757.53-
YUV49.42215.23136.97-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.22%
GREEN value IS 13 (5.47% from 255) = 4.66%
BLUE value IS 204 (80.08% from 255) = 73.12%
R=22.22%
G=4.66%
B=73.12%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal62132040.700.9400.2255.3988.0242.55
Hex3EDCC465E014ff582b
Octal761531410613602437713053
Binary11111011011100110010001101011110010100111111111011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,13,204); }

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

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

 a { background-color: rgb(62,13,204); }

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

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

 span { border-color: rgb(62,13,204); }

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