#3C14DC

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

Shades of Han Purple #3C14DC

Tints of Han Purple #3C14DC

Color information

#3C14DC (or 0x3C14DC) is unknown color: approx Han Purple. HEX triplet: 3C, 14 and DC. RGB value is (60,20,220). Sum of RGB (Red+Green+Blue) = 60+20+220=300 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20% from 300); Green value is 20 (8.20% from 255 or 6.67% from 300); Blue value is 220 (86.33% from 255 or 73.33% from 300); Max value from RGB is 220 - color contains mainly: blue. Hex color #3C14DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C14DC is #C3EB23. Grayscale: #363636. Windows color (decimal): -12839716 or 14423100. OLE color: 14423100.

HSL color Cylindrical-coordinate representation of color #3C14DC: hue angle of 252º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3C14DC is Cyan = 0.73, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB6020220-
CMYK0.730.9100.14
HSL252º83.33%47.06%-
HSV(B)252º90.91%86.27%-
XYZ15.036.6368.2-
YUV54.76221.25131.74-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20%
GREEN value IS 20 (8.20% from 255) = 6.67%
BLUE value IS 220 (86.33% from 255) = 73.33%
R=20%
G=6.67%
B=73.33%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal60202200.730.9100.1425283.3347.06
Hex3C14DC495B0Efc532f
Octal742433411113301637412357
Binary11110010100110111001001001101101101110111111001010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C14DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,20,220); }

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

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

 a { background-color: rgb(60,20,220); }

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

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

 span { border-color: rgb(60,20,220); }

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