Shades of Indigo #62058B
Tints of Indigo #62058B
RGB
CMYK
RGB Variations
Color information
#62058B (or 0x62058B) is known color: Indigo. HEX triplet: 62, 05 and 8B. RGB value is (98,5,139). Sum of RGB (Red+Green+Blue) = 98+5+139=242 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.50% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 139 (54.69% from 255 or 57.44% from 242); Max value from RGB is 139 - color contains mainly: blue. Hex color #62058B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #62058B is #9DFA74. Grayscale: #2F2F2F. Windows color (decimal): -10353269 or 9110882. OLE color: 9110882.
HSL color Cylindrical-coordinate representation of color #62058B: hue angle of 281.64º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #62058B is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 5 | 139 | - |
| CMYK | 0.29 | 0.96 | 0 | 0.45 |
| HSL | 281.64º | 0.93% | 0.28% | - |
| HSV(B) | 281.64º | 0.96% | 0.55% | - |
| XYZ | 9.75 | 4.57 | 24.79 | - |
| YUV | 48.08 | 179.31 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 5 | 139 | 0.29 | 0.96 | 0 | 0.45 | 281.64 | 0.93 | 0.28 |
| Hex | 62 | 5 | 8B | 1D | 60 | 0 | 2D | 11A | 5D | 1C |
| Octal | 142 | 5 | 213 | 35 | 140 | 0 | 55 | 432 | 135 | 34 |
| Binary | 1100010 | 101 | 10001011 | 11101 | 1100000 | 0 | 101101 | 100011010 | 1011101 | 11100 |
Color Harmonies of #62058B
Complementary color
Monochromatic Colors of #62058B
Black with #62058B
Text Example
Text Example
White with #62058B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62058B; }
p { color: rgb(98,5,139); }
H1.HeaderClassName
{
color: #62058B;
}
.AnyTagClassName
{
color: #62058B;
}
</style>
background-color css
<style>
a { background-color: #62058B; }
a { background-color: rgb(98,5,139); }
div.DivClassName
{
background-color: #62058B;
}
.BgClassName
{
background-color: #62058B;
}
</style>
border-color css
<style>
span { border-color: #62058B; }
span { border-color: rgb(98,5,139); }
td.TdClassName
{
border-color: #62058B;
}
.TagClassName
{
border-color: #62058B;
}
</style>