#420C9C

Color #420C9C Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #420C9C

Tints of Indigo #420C9C

Color information

#420C9C (or 0x420C9C) is unknown color: approx Indigo. HEX triplet: 42, 0C and 9C. RGB value is (66,12,156). Sum of RGB (Red+Green+Blue) = 66+12+156=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 12 (5.08% from 255 or 5.13% from 234); Blue value is 156 (61.33% from 255 or 66.67% from 234); Max value from RGB is 156 - color contains mainly: blue. Hex color #420C9C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420C9C is #BDF363. Grayscale: #2C2C2C. Windows color (decimal): -12448612 or 10226754. OLE color: 10226754.

HSL color Cylindrical-coordinate representation of color #420C9C: hue angle of 262.5º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #420C9C is Cyan = 0.58, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6612156-
CMYK0.580.9200.39
HSL262.5º85.71%32.94%-
HSV(B)262.5º92.31%61.18%-
XYZ8.383.8231.75-
YUV44.56190.89143.29-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.21%
GREEN value IS 12 (5.08% from 255) = 5.13%
BLUE value IS 156 (61.33% from 255) = 66.67%
R=28.21%
G=5.13%
B=66.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal66121560.580.9200.39262.585.7132.94
Hex42C9C3A5C0271065621
Octal102142347213404740612641
Binary1000010110010011100111010101110001001111000001101010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420C9C; }

 p { color: rgb(66,12,156); }

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

<style>
 a { background-color: #420C9C; }

 a { background-color: rgb(66,12,156); }

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

<style>
 span { border-color: #420C9C; }

 span { border-color: rgb(66,12,156); }

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