#420C69

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

Shades of Indigo #420C69

Tints of Indigo #420C69

Color information

#420C69 (or 0x420C69) is unknown color: approx Indigo. HEX triplet: 42, 0C and 69. RGB value is (66,12,105). Sum of RGB (Red+Green+Blue) = 66+12+105=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 12 (5.08% from 255 or 6.56% from 183); Blue value is 105 (41.41% from 255 or 57.38% from 183); Max value from RGB is 105 - color contains mainly: blue. Hex color #420C69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420C69 is #BDF396. Grayscale: #262626. Windows color (decimal): -12448663 or 6884418. OLE color: 6884418.

HSL color Cylindrical-coordinate representation of color #420C69: hue angle of 274.84º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #420C69 is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6612105-
CMYK0.370.8900.59
HSL274.84º79.49%22.94%-
HSV(B)274.84º88.57%41.18%-
XYZ4.932.4413.58-
YUV38.75165.39147.44-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.07%
GREEN value IS 12 (5.08% from 255) = 6.56%
BLUE value IS 105 (41.41% from 255) = 57.38%
R=36.07%
G=6.56%
B=57.38%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66121050.370.8900.59274.8479.4922.94
Hex42C69255903B1134f17
Octal102141514513107342311727
Binary10000101100110100110010110110010111011100010011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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