#420963

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

Shades of Indigo #420963

Tints of Indigo #420963

Color information

#420963 (or 0x420963) is unknown color: approx Indigo. HEX triplet: 42, 09 and 63. RGB value is (66,9,99). Sum of RGB (Red+Green+Blue) = 66+9+99=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 99 (39.06% from 255 or 56.90% from 174); Max value from RGB is 99 - color contains mainly: blue. Hex color #420963 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420963 is #BDF69C. Grayscale: #242424. Windows color (decimal): -12449437 or 6490434. OLE color: 6490434.

HSL color Cylindrical-coordinate representation of color #420963: hue angle of 278º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #420963 is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB66999-
CMYK0.330.9100.61
HSL278º83.33%21.18%-
HSV(B)278º90.91%38.82%-
XYZ4.62.2512-
YUV36.3163.38149.18-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.93%
GREEN value IS 9 (3.91% from 255) = 5.17%
BLUE value IS 99 (39.06% from 255) = 56.90%
R=37.93%
G=5.17%
B=56.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal669990.330.9100.6127883.3321.18
Hex42963215B03D1165315
Octal102111434113307542612325
Binary10000101001110001110000110110110111101100010110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420963; }

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

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

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

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

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

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

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

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