Shades of Indigo #62009D
Tints of Indigo #62009D
RGB
CMYK
RGB Variations
Color information
#62009D (or 0x62009D) is known color: Indigo. HEX triplet: 62, 00 and 9D. RGB value is (98,0,157). Sum of RGB (Red+Green+Blue) = 98+0+157=255 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.43% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 157 (61.72% from 255 or 61.57% from 255); Max value from RGB is 157 - color contains mainly: blue. Hex color #62009D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #62009D is #9DFF62. Grayscale: #2E2E2E. Windows color (decimal): -10354531 or 10289250. OLE color: 10289250.
HSL color Cylindrical-coordinate representation of color #62009D: hue angle of 277.45º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #62009D is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 98 | 0 | 157 | - |
| CMYK | 0.38 | 1 | 0 | 0.38 |
| HSL | 277.45º | 1% | 0.31% | - |
| HSV(B) | 277.45º | 1% | 0.62% | - |
| XYZ | 11.12 | 5.03 | 32.28 | - |
| YUV | 47.2 | 189.97 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 0 | 157 | 0.38 | 1 | 0 | 0.38 | 277.45 | 1 | 0.31 |
| Hex | 62 | 0 | 9D | 26 | 64 | 0 | 26 | 115 | 64 | 1F |
| Octal | 142 | 0 | 235 | 46 | 144 | 0 | 46 | 425 | 144 | 37 |
| Binary | 1100010 | 0 | 10011101 | 100110 | 1100100 | 0 | 100110 | 100010101 | 1100100 | 11111 |
Color Harmonies of #62009D
Complementary color
Monochromatic Colors of #62009D
Black with #62009D
Text Example
Text Example
White with #62009D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62009D; }
p { color: rgb(98,0,157); }
H1.HeaderClassName
{
color: #62009D;
}
.AnyTagClassName
{
color: #62009D;
}
</style>
background-color css
<style>
a { background-color: #62009D; }
a { background-color: rgb(98,0,157); }
div.DivClassName
{
background-color: #62009D;
}
.BgClassName
{
background-color: #62009D;
}
</style>
border-color css
<style>
span { border-color: #62009D; }
span { border-color: rgb(98,0,157); }
td.TdClassName
{
border-color: #62009D;
}
.TagClassName
{
border-color: #62009D;
}
</style>