#420178

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

Shades of Indigo #420178

Tints of Indigo #420178

Color information

#420178 (or 0x420178) is unknown color: approx Indigo. HEX triplet: 42, 01 and 78. RGB value is (66,1,120). Sum of RGB (Red+Green+Blue) = 66+1+120=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 120 (47.27% from 255 or 64.17% from 187); Max value from RGB is 120 - color contains mainly: blue. Hex color #420178 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420178 is #BDFE87. Grayscale: #212121. Windows color (decimal): -12451464 or 7864642. OLE color: 7864642.

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

Color convert

RGB661120-
CMYK0.450.9900.53
HSL272.77º98.35%23.73%-
HSV(B)272.77º99.17%47.06%-
XYZ5.652.5417.96-
YUV34176.53150.82-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.29%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 120 (47.27% from 255) = 64.17%
R=35.29%
G=0.53%
B=64.17%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6611200.450.9900.53272.7798.3523.73
Hex421782D630351116218
Octal10211705514306542114230
Binary10000101111100010110111000110110101100010001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420178; }

 p { color: rgb(66,1,120); }

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

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

 a { background-color: rgb(66,1,120); }

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

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

 span { border-color: rgb(66,1,120); }

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