#420277

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

Shades of Indigo #420277

Tints of Indigo #420277

Color information

#420277 (or 0x420277) is unknown color: approx Indigo. HEX triplet: 42, 02 and 77. RGB value is (66,2,119). Sum of RGB (Red+Green+Blue) = 66+2+119=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 119 (46.88% from 255 or 63.64% from 187); Max value from RGB is 119 - color contains mainly: blue. Hex color #420277 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420277 is #BDFD88. Grayscale: #222222. Windows color (decimal): -12451209 or 7799362. OLE color: 7799362.

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

Color convert

RGB662119-
CMYK0.450.9800.53
HSL272.82º96.69%23.73%-
HSV(B)272.82º98.32%46.67%-
XYZ5.62.5317.65-
YUV34.47175.7150.49-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.29%
GREEN value IS 2 (1.17% from 255) = 1.07%
BLUE value IS 119 (46.88% from 255) = 63.64%
R=35.29%
G=1.07%
B=63.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6621190.450.9800.53272.8296.6923.73
Hex422772D620351116118
Octal10221675514206542114130
Binary100001010111011110110111000100110101100010001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420277; }

 p { color: rgb(66,2,119); }

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

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

 a { background-color: rgb(66,2,119); }

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

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

 span { border-color: rgb(66,2,119); }

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