#3E00CC

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

Shades of Han Purple #3E00CC

Tints of Han Purple #3E00CC

Color information

#3E00CC (or 0x3E00CC) is unknown color: approx Han Purple. HEX triplet: 3E, 00 and CC. RGB value is (62,0,204). Sum of RGB (Red+Green+Blue) = 62+0+204=266 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.31% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 204 (80.08% from 255 or 76.69% from 266); Max value from RGB is 204 - color contains mainly: blue. Hex color #3E00CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E00CC is #C1FF33. Grayscale: #292929. Windows color (decimal): -12713780 or 13369406. OLE color: 13369406.

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

Color convert

RGB620204-
CMYK0.70100.2
HSL258.24º100%40%-
HSV(B)258.24º100%80%-
XYZ12.895.3857.49-
YUV41.79219.54142.41-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.31%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 204 (80.08% from 255) = 76.69%
R=23.31%
G=0%
B=76.69%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal6202040.70100.2258.2410040
Hex3E0CC46640141026428
Octal76031410614402440214450
Binary111110011001100100011011001000101001000000101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E00CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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