Shades of Indigo #420262
Tints of Indigo #420262
RGB
CMYK
RGB Variations
Color information
#420262 (or 0x420262) is known color: Indigo. HEX triplet: 42, 02 and 62. RGB value is (66,2,98). Sum of RGB (Red+Green+Blue) = 66+2+98=166 (21% of max value = 765). Red value is 66 (26.17% from 255 or 39.76% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 98 (38.67% from 255 or 59.04% from 166); Max value from RGB is 98 - color contains mainly: blue. Hex color #420262 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420262 is #BDFD9D. Grayscale: #1F1F1F. Windows color (decimal): -12451230 or 6423106. OLE color: 6423106.
HSL color Cylindrical-coordinate representation of color #420262: hue angle of 280º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #420262 is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 66 | 2 | 98 | - |
| CMYK | 0.33 | 0.98 | 0 | 0.62 |
| HSL | 280º | 0.96% | 0.2% | - |
| HSV(B) | 280º | 0.98% | 0.38% | - |
| XYZ | 4.47 | 2.08 | 11.72 | - |
| YUV | 32.08 | 165.2 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 2 | 98 | 0.33 | 0.98 | 0 | 0.62 | 280 | 0.96 | 0.2 |
| Hex | 42 | 2 | 62 | 21 | 62 | 0 | 3E | 118 | 60 | 14 |
| Octal | 102 | 2 | 142 | 41 | 142 | 0 | 76 | 430 | 140 | 24 |
| Binary | 1000010 | 10 | 1100010 | 100001 | 1100010 | 0 | 111110 | 100011000 | 1100000 | 10100 |
Color Harmonies of #420262
Complementary color
Monochromatic Colors of #420262
Black with #420262
Text Example
Text Example
White with #420262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420262; }
p { color: rgb(66,2,98); }
H1.HeaderClassName
{
color: #420262;
}
.AnyTagClassName
{
color: #420262;
}
</style>
background-color css
<style>
a { background-color: #420262; }
a { background-color: rgb(66,2,98); }
div.DivClassName
{
background-color: #420262;
}
.BgClassName
{
background-color: #420262;
}
</style>
border-color css
<style>
span { border-color: #420262; }
span { border-color: rgb(66,2,98); }
td.TdClassName
{
border-color: #420262;
}
.TagClassName
{
border-color: #420262;
}
</style>