Shades of Indigo #62008F
Tints of Indigo #62008F
RGB
CMYK
RGB Variations
Color information
#62008F (or 0x62008F) is known color: Indigo. HEX triplet: 62, 00 and 8F. RGB value is (98,0,143). Sum of RGB (Red+Green+Blue) = 98+0+143=241 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.66% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 143 (56.25% from 255 or 59.34% from 241); Max value from RGB is 143 - color contains mainly: blue. Hex color #62008F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #62008F is #9DFF70. Grayscale: #2D2D2D. Windows color (decimal): -10354545 or 9371746. OLE color: 9371746.
HSL color Cylindrical-coordinate representation of color #62008F: hue angle of 281.12º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #62008F is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 0 | 143 | - |
| CMYK | 0.31 | 1 | 0 | 0.44 |
| HSL | 281.12º | 1% | 0.28% | - |
| HSV(B) | 281.12º | 1% | 0.56% | - |
| XYZ | 9.99 | 4.58 | 26.34 | - |
| YUV | 45.6 | 182.97 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 0 | 143 | 0.31 | 1 | 0 | 0.44 | 281.12 | 1 | 0.28 |
| Hex | 62 | 0 | 8F | 1F | 64 | 0 | 2C | 119 | 64 | 1C |
| Octal | 142 | 0 | 217 | 37 | 144 | 0 | 54 | 431 | 144 | 34 |
| Binary | 1100010 | 0 | 10001111 | 11111 | 1100100 | 0 | 101100 | 100011001 | 1100100 | 11100 |
Color Harmonies of #62008F
Complementary color
Monochromatic Colors of #62008F
Black with #62008F
Text Example
Text Example
White with #62008F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62008F; }
p { color: rgb(98,0,143); }
H1.HeaderClassName
{
color: #62008F;
}
.AnyTagClassName
{
color: #62008F;
}
</style>
background-color css
<style>
a { background-color: #62008F; }
a { background-color: rgb(98,0,143); }
div.DivClassName
{
background-color: #62008F;
}
.BgClassName
{
background-color: #62008F;
}
</style>
border-color css
<style>
span { border-color: #62008F; }
span { border-color: rgb(98,0,143); }
td.TdClassName
{
border-color: #62008F;
}
.TagClassName
{
border-color: #62008F;
}
</style>