#420966

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

Shades of Indigo #420966

Tints of Indigo #420966

Color information

#420966 (or 0x420966) is unknown color: approx Indigo. HEX triplet: 42, 09 and 66. RGB value is (66,9,102). Sum of RGB (Red+Green+Blue) = 66+9+102=177 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.29% from 177); Green value is 9 (3.91% from 255 or 5.08% from 177); Blue value is 102 (40.23% from 255 or 57.63% from 177); Max value from RGB is 102 - color contains mainly: blue. Hex color #420966 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420966 is #BDF699. Grayscale: #242424. Windows color (decimal): -12449434 or 6687042. OLE color: 6687042.

HSL color Cylindrical-coordinate representation of color #420966: hue angle of 276.77º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #420966 is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB669102-
CMYK0.350.9100.6
HSL276.77º83.78%21.76%-
HSV(B)276.77º91.18%40%-
XYZ4.742.3112.77-
YUV36.64164.88148.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.29%
GREEN value IS 9 (3.91% from 255) = 5.08%
BLUE value IS 102 (40.23% from 255) = 57.63%
R=37.29%
G=5.08%
B=57.63%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal6691020.350.9100.6276.7783.7821.76
Hex42966235B03C1155416
Octal102111464313307442512426
Binary10000101001110011010001110110110111100100010101101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420966; }

 p { color: rgb(66,9,102); }

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

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

 a { background-color: rgb(66,9,102); }

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

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

 span { border-color: rgb(66,9,102); }

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