#420969

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

Shades of Indigo #420969

Tints of Indigo #420969

Color information

#420969 (or 0x420969) is unknown color: approx Indigo. HEX triplet: 42, 09 and 69. RGB value is (66,9,105). Sum of RGB (Red+Green+Blue) = 66+9+105=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 9 (3.91% from 255 or 5% from 180); Blue value is 105 (41.41% from 255 or 58.33% from 180); Max value from RGB is 105 - color contains mainly: blue. Hex color #420969 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420969 is #BDF696. Grayscale: #242424. Windows color (decimal): -12449431 or 6883650. OLE color: 6883650.

HSL color Cylindrical-coordinate representation of color #420969: hue angle of 275.62º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #420969 is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB669105-
CMYK0.370.9100.59
HSL275.62º84.21%22.35%-
HSV(B)275.62º91.43%41.18%-
XYZ4.892.3713.56-
YUV36.99166.38148.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.67%
GREEN value IS 9 (3.91% from 255) = 5%
BLUE value IS 105 (41.41% from 255) = 58.33%
R=36.67%
G=5%
B=58.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6691050.370.9100.59275.6284.2122.35
Hex42969255B03B1145416
Octal102111514513307342412426
Binary10000101001110100110010110110110111011100010100101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420969; }

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

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

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

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

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

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

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

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