Shades of Indigo #420963
Tints of Indigo #420963
RGB
CMYK
RGB Variations
Color information
#420963 (or 0x420963) is known color: 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
| RGB | 66 | 9 | 99 | - |
| CMYK | 0.33 | 0.91 | 0 | 0.61 |
| HSL | 278º | 0.83% | 0.21% | - |
| HSV(B) | 278º | 0.91% | 0.39% | - |
| XYZ | 4.6 | 2.25 | 12 | - |
| YUV | 36.3 | 163.38 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 9 | 99 | 0.33 | 0.91 | 0 | 0.61 | 278 | 0.83 | 0.21 |
| Hex | 42 | 9 | 63 | 21 | 5B | 0 | 3D | 116 | 53 | 15 |
| Octal | 102 | 11 | 143 | 41 | 133 | 0 | 75 | 426 | 123 | 25 |
| Binary | 1000010 | 1001 | 1100011 | 100001 | 1011011 | 0 | 111101 | 100010110 | 1010011 | 10101 |
Color Harmonies of #420963
Complementary color
Monochromatic Colors of #420963
Black with #420963
Text Example
Text Example
White with #420963
Text Example
Text Example
HTML Codes & Css Web 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>