Shades of Indigo #62099B
Tints of Indigo #62099B
RGB
CMYK
RGB Variations
Color information
#62099B (or 0x62099B) is known color: Indigo. HEX triplet: 62, 09 and 9B. RGB value is (98,9,155). Sum of RGB (Red+Green+Blue) = 98+9+155=262 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.40% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 155 (60.94% from 255 or 59.16% from 262); Max value from RGB is 155 - color contains mainly: blue. Hex color #62099B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #62099B is #9DF664. Grayscale: #333333. Windows color (decimal): -10352229 or 10160482. OLE color: 10160482.
HSL color Cylindrical-coordinate representation of color #62099B: hue angle of 276.58º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #62099B is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 9 | 155 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.39 |
| HSL | 276.58º | 0.89% | 0.32% | - |
| HSV(B) | 276.58º | 0.94% | 0.61% | - |
| XYZ | 11.05 | 5.16 | 31.42 | - |
| YUV | 52.26 | 185.99 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 9 | 155 | 0.37 | 0.94 | 0 | 0.39 | 276.58 | 0.89 | 0.32 |
| Hex | 62 | 9 | 9B | 25 | 5E | 0 | 27 | 115 | 59 | 20 |
| Octal | 142 | 11 | 233 | 45 | 136 | 0 | 47 | 425 | 131 | 40 |
| Binary | 1100010 | 1001 | 10011011 | 100101 | 1011110 | 0 | 100111 | 100010101 | 1011001 | 100000 |
Color Harmonies of #62099B
Complementary color
Monochromatic Colors of #62099B
Black with #62099B
Text Example
Text Example
White with #62099B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62099B; }
p { color: rgb(98,9,155); }
H1.HeaderClassName
{
color: #62099B;
}
.AnyTagClassName
{
color: #62099B;
}
</style>
background-color css
<style>
a { background-color: #62099B; }
a { background-color: rgb(98,9,155); }
div.DivClassName
{
background-color: #62099B;
}
.BgClassName
{
background-color: #62099B;
}
</style>
border-color css
<style>
span { border-color: #62099B; }
span { border-color: rgb(98,9,155); }
td.TdClassName
{
border-color: #62099B;
}
.TagClassName
{
border-color: #62099B;
}
</style>