#420376

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

Shades of Indigo #420376

Tints of Indigo #420376

Color information

#420376 (or 0x420376) is unknown color: approx Indigo. HEX triplet: 42, 03 and 76. RGB value is (66,3,118). Sum of RGB (Red+Green+Blue) = 66+3+118=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 118 (46.48% from 255 or 63.10% from 187); Max value from RGB is 118 - color contains mainly: blue. Hex color #420376 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420376 is #BDFC89. Grayscale: #222222. Windows color (decimal): -12450954 or 7734082. OLE color: 7734082.

HSL color Cylindrical-coordinate representation of color #420376: hue angle of 272.87º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #420376 is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB663118-
CMYK0.440.9700.54
HSL272.87º95.04%23.73%-
HSV(B)272.87º97.46%46.27%-
XYZ5.552.5317.34-
YUV34.95174.87150.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.29%
GREEN value IS 3 (1.56% from 255) = 1.60%
BLUE value IS 118 (46.48% from 255) = 63.10%
R=35.29%
G=1.60%
B=63.10%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6631180.440.9700.54272.8795.0423.73
Hex423762C610361115f18
Octal10231665414106642113730
Binary100001011111011010110011000010110110100010001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420376; }

 p { color: rgb(66,3,118); }

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

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

 a { background-color: rgb(66,3,118); }

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

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

 span { border-color: rgb(66,3,118); }

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