Shades of Indigo #420098
Tints of Indigo #420098
RGB
CMYK
RGB Variations
Color information
#420098 (or 0x420098) is known color: Indigo. HEX triplet: 42, 00 and 98. RGB value is (66,0,152). Sum of RGB (Red+Green+Blue) = 66+0+152=218 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.28% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 152 (59.77% from 255 or 69.72% from 218); Max value from RGB is 152 - color contains mainly: blue. Hex color #420098 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420098 is #BDFF67. Grayscale: #242424. Windows color (decimal): -12451688 or 9961538. OLE color: 9961538.
HSL color Cylindrical-coordinate representation of color #420098: hue angle of 266.05º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #420098 is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 66 | 0 | 152 | - |
| CMYK | 0.57 | 1 | 0 | 0.40 |
| HSL | 266.05º | 1% | 0.3% | - |
| HSV(B) | 266.05º | 1% | 0.6% | - |
| XYZ | 7.91 | 3.43 | 29.95 | - |
| YUV | 37.06 | 192.87 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 0 | 152 | 0.57 | 1 | 0 | 0.40 | 266.05 | 1 | 0.3 |
| Hex | 42 | 0 | 98 | 39 | 64 | 0 | 28 | 10A | 64 | 1E |
| Octal | 102 | 0 | 230 | 71 | 144 | 0 | 50 | 412 | 144 | 36 |
| Binary | 1000010 | 0 | 10011000 | 111001 | 1100100 | 0 | 101000 | 100001010 | 1100100 | 11110 |
Color Harmonies of #420098
Complementary color
Monochromatic Colors of #420098
Black with #420098
Text Example
Text Example
White with #420098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420098; }
p { color: rgb(66,0,152); }
H1.HeaderClassName
{
color: #420098;
}
.AnyTagClassName
{
color: #420098;
}
</style>
background-color css
<style>
a { background-color: #420098; }
a { background-color: rgb(66,0,152); }
div.DivClassName
{
background-color: #420098;
}
.BgClassName
{
background-color: #420098;
}
</style>
border-color css
<style>
span { border-color: #420098; }
span { border-color: rgb(66,0,152); }
td.TdClassName
{
border-color: #420098;
}
.TagClassName
{
border-color: #420098;
}
</style>