Shades of Indigo #62059C
Tints of Indigo #62059C
RGB
CMYK
RGB Variations
Color information
#62059C (or 0x62059C) is known color: Indigo. HEX triplet: 62, 05 and 9C. RGB value is (98,5,156). Sum of RGB (Red+Green+Blue) = 98+5+156=259 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.84% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 156 (61.33% from 255 or 60.23% from 259); Max value from RGB is 156 - color contains mainly: blue. Hex color #62059C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #62059C is #9DFA63. Grayscale: #313131. Windows color (decimal): -10353252 or 10224994. OLE color: 10224994.
HSL color Cylindrical-coordinate representation of color #62059C: hue angle of 276.95º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #62059C is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 5 | 156 | - |
| CMYK | 0.37 | 0.97 | 0 | 0.39 |
| HSL | 276.95º | 0.94% | 0.32% | - |
| HSV(B) | 276.95º | 0.97% | 0.61% | - |
| XYZ | 11.09 | 5.11 | 31.85 | - |
| YUV | 50.02 | 187.81 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 5 | 156 | 0.37 | 0.97 | 0 | 0.39 | 276.95 | 0.94 | 0.32 |
| Hex | 62 | 5 | 9C | 25 | 61 | 0 | 27 | 115 | 5E | 20 |
| Octal | 142 | 5 | 234 | 45 | 141 | 0 | 47 | 425 | 136 | 40 |
| Binary | 1100010 | 101 | 10011100 | 100101 | 1100001 | 0 | 100111 | 100010101 | 1011110 | 100000 |
Color Harmonies of #62059C
Complementary color
Monochromatic Colors of #62059C
Black with #62059C
Text Example
Text Example
White with #62059C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62059C; }
p { color: rgb(98,5,156); }
H1.HeaderClassName
{
color: #62059C;
}
.AnyTagClassName
{
color: #62059C;
}
</style>
background-color css
<style>
a { background-color: #62059C; }
a { background-color: rgb(98,5,156); }
div.DivClassName
{
background-color: #62059C;
}
.BgClassName
{
background-color: #62059C;
}
</style>
border-color css
<style>
span { border-color: #62059C; }
span { border-color: rgb(98,5,156); }
td.TdClassName
{
border-color: #62059C;
}
.TagClassName
{
border-color: #62059C;
}
</style>