#420879

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

Shades of Indigo #420879

Tints of Indigo #420879

Color information

#420879 (or 0x420879) is unknown color: approx Indigo. HEX triplet: 42, 08 and 79. RGB value is (66,8,121). Sum of RGB (Red+Green+Blue) = 66+8+121=195 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.85% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 121 (47.66% from 255 or 62.05% from 195); Max value from RGB is 121 - color contains mainly: blue. Hex color #420879 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420879 is #BDF786. Grayscale: #252525. Windows color (decimal): -12449671 or 7931970. OLE color: 7931970.

HSL color Cylindrical-coordinate representation of color #420879: hue angle of 270.8º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #420879 is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB668121-
CMYK0.450.9300.53
HSL270.8º87.6%25.29%-
HSV(B)270.8º93.39%47.45%-
XYZ5.782.7118.31-
YUV38.22174.72147.81-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.85%
GREEN value IS 8 (3.52% from 255) = 4.10%
BLUE value IS 121 (47.66% from 255) = 62.05%
R=33.85%
G=4.10%
B=62.05%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6681210.450.9300.53270.887.625.29
Hex428792D5D03510f5819
Octal102101715513506541713031
Binary10000101000111100110110110111010110101100001111101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420879; }

 p { color: rgb(66,8,121); }

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

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

 a { background-color: rgb(66,8,121); }

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

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

 span { border-color: rgb(66,8,121); }

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