Shades of Indigo #62089B
Tints of Indigo #62089B
RGB
CMYK
RGB Variations
Color information
#62089B (or 0x62089B) is known color: Indigo. HEX triplet: 62, 08 and 9B. RGB value is (98,8,155). Sum of RGB (Red+Green+Blue) = 98+8+155=261 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.55% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 155 (60.94% from 255 or 59.39% from 261); Max value from RGB is 155 - color contains mainly: blue. Hex color #62089B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #62089B is #9DF764. Grayscale: #333333. Windows color (decimal): -10352485 or 10160226. OLE color: 10160226.
HSL color Cylindrical-coordinate representation of color #62089B: hue angle of 276.73º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #62089B is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 8 | 155 | - |
| CMYK | 0.37 | 0.95 | 0 | 0.39 |
| HSL | 276.73º | 0.9% | 0.32% | - |
| HSV(B) | 276.73º | 0.95% | 0.61% | - |
| XYZ | 11.04 | 5.14 | 31.42 | - |
| YUV | 51.67 | 186.32 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 8 | 155 | 0.37 | 0.95 | 0 | 0.39 | 276.73 | 0.9 | 0.32 |
| Hex | 62 | 8 | 9B | 25 | 5F | 0 | 27 | 115 | 5A | 20 |
| Octal | 142 | 10 | 233 | 45 | 137 | 0 | 47 | 425 | 132 | 40 |
| Binary | 1100010 | 1000 | 10011011 | 100101 | 1011111 | 0 | 100111 | 100010101 | 1011010 | 100000 |
Color Harmonies of #62089B
Complementary color
Monochromatic Colors of #62089B
Black with #62089B
Text Example
Text Example
White with #62089B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62089B; }
p { color: rgb(98,8,155); }
H1.HeaderClassName
{
color: #62089B;
}
.AnyTagClassName
{
color: #62089B;
}
</style>
background-color css
<style>
a { background-color: #62089B; }
a { background-color: rgb(98,8,155); }
div.DivClassName
{
background-color: #62089B;
}
.BgClassName
{
background-color: #62089B;
}
</style>
border-color css
<style>
span { border-color: #62089B; }
span { border-color: rgb(98,8,155); }
td.TdClassName
{
border-color: #62089B;
}
.TagClassName
{
border-color: #62089B;
}
</style>