#420160

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

Shades of Indigo #420160

Tints of Indigo #420160

Color information

#420160 (or 0x420160) is unknown color: approx Indigo. HEX triplet: 42, 01 and 60. RGB value is (66,1,96). Sum of RGB (Red+Green+Blue) = 66+1+96=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 96 (37.89% from 255 or 58.90% from 163); Max value from RGB is 96 - color contains mainly: blue. Hex color #420160 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420160 is #BDFE9F. Grayscale: #1E1E1E. Windows color (decimal): -12451488 or 6291778. OLE color: 6291778.

HSL color Cylindrical-coordinate representation of color #420160: hue angle of 281.05º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #420160 is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB66196-
CMYK0.310.9900.62
HSL281.05º97.94%19.02%-
HSV(B)281.05º98.96%37.65%-
XYZ4.372.0211.23-
YUV31.26164.53152.78-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.49%
GREEN value IS 1 (0.78% from 255) = 0.61%
BLUE value IS 96 (37.89% from 255) = 58.90%
R=40.49%
G=0.61%
B=58.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal661960.310.9900.62281.0597.9419.02
Hex421601F6303E1196213
Octal10211403714307643114223
Binary1000010111000001111111000110111110100011001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420160; }

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

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

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

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

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

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

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

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