#3C00DE

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

Shades of Han Purple #3C00DE

Tints of Han Purple #3C00DE

Color information

#3C00DE (or 0x3C00DE) is unknown color: approx Han Purple. HEX triplet: 3C, 00 and DE. RGB value is (60,0,222). Sum of RGB (Red+Green+Blue) = 60+0+222=282 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.28% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 222 (87.11% from 255 or 78.72% from 282); Max value from RGB is 222 - color contains mainly: blue. Hex color #3C00DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C00DE is #C3FF21. Grayscale: #2A2A2A. Windows color (decimal): -12844834 or 14549052. OLE color: 14549052.

HSL color Cylindrical-coordinate representation of color #3C00DE: hue angle of 256.22º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3C00DE is Cyan = 0.73, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB600222-
CMYK0.73100.13
HSL256.22º100%43.53%-
HSV(B)256.22º100%87.06%-
XYZ15.056.2369.52-
YUV43.25228.88139.95-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.28%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 222 (87.11% from 255) = 78.72%
R=21.28%
G=0%
B=78.72%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal6002220.73100.13256.2210043.53
Hex3C0DE49640D100642c
Octal74033611114401540014454
Binary11110001101111010010011100100011011000000001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C00DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,0,222); }

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

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

 a { background-color: rgb(60,0,222); }

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

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

 span { border-color: rgb(60,0,222); }

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