#420676

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

Shades of Indigo #420676

Tints of Indigo #420676

Color information

#420676 (or 0x420676) is unknown color: approx Indigo. HEX triplet: 42, 06 and 76. RGB value is (66,6,118). Sum of RGB (Red+Green+Blue) = 66+6+118=190 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.74% from 190); Green value is 6 (2.73% from 255 or 3.16% from 190); Blue value is 118 (46.48% from 255 or 62.11% from 190); Max value from RGB is 118 - color contains mainly: blue. Hex color #420676 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420676 is #BDF989. Grayscale: #242424. Windows color (decimal): -12450186 or 7734850. OLE color: 7734850.

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

Color convert

RGB666118-
CMYK0.440.9500.54
HSL272.14º90.32%24.31%-
HSV(B)272.14º94.92%46.27%-
XYZ5.582.617.35-
YUV36.71173.88148.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.74%
GREEN value IS 6 (2.73% from 255) = 3.16%
BLUE value IS 118 (46.48% from 255) = 62.11%
R=34.74%
G=3.16%
B=62.11%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6661180.440.9500.54272.1490.3224.31
Hex426762C5F0361105a18
Octal10261665413706642013230
Binary1000010110111011010110010111110110110100010000101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420676; }

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

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

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

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

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

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

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

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