Shades of Indigo #420962
Tints of Indigo #420962
RGB
CMYK
RGB Variations
Color information
#420962 (or 0x420962) is known color: Indigo. HEX triplet: 42, 09 and 62. RGB value is (66,9,98). Sum of RGB (Red+Green+Blue) = 66+9+98=173 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.15% from 173); Green value is 9 (3.91% from 255 or 5.20% from 173); Blue value is 98 (38.67% from 255 or 56.65% from 173); Max value from RGB is 98 - color contains mainly: blue. Hex color #420962 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420962 is #BDF69D. Grayscale: #232323. Windows color (decimal): -12449438 or 6424898. OLE color: 6424898.
HSL color Cylindrical-coordinate representation of color #420962: hue angle of 278.43º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #420962 is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 66 | 9 | 98 | - |
| CMYK | 0.33 | 0.91 | 0 | 0.62 |
| HSL | 278.43º | 0.83% | 0.21% | - |
| HSV(B) | 278.43º | 0.91% | 0.38% | - |
| XYZ | 4.55 | 2.24 | 11.75 | - |
| YUV | 36.19 | 162.88 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 9 | 98 | 0.33 | 0.91 | 0 | 0.62 | 278.43 | 0.83 | 0.21 |
| Hex | 42 | 9 | 62 | 21 | 5B | 0 | 3E | 116 | 53 | 15 |
| Octal | 102 | 11 | 142 | 41 | 133 | 0 | 76 | 426 | 123 | 25 |
| Binary | 1000010 | 1001 | 1100010 | 100001 | 1011011 | 0 | 111110 | 100010110 | 1010011 | 10101 |
Color Harmonies of #420962
Complementary color
Monochromatic Colors of #420962
Black with #420962
Text Example
Text Example
White with #420962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420962; }
p { color: rgb(66,9,98); }
H1.HeaderClassName
{
color: #420962;
}
.AnyTagClassName
{
color: #420962;
}
</style>
background-color css
<style>
a { background-color: #420962; }
a { background-color: rgb(66,9,98); }
div.DivClassName
{
background-color: #420962;
}
.BgClassName
{
background-color: #420962;
}
</style>
border-color css
<style>
span { border-color: #420962; }
span { border-color: rgb(66,9,98); }
td.TdClassName
{
border-color: #420962;
}
.TagClassName
{
border-color: #420962;
}
</style>