Shades of Indigo #62099C
Tints of Indigo #62099C
RGB
CMYK
RGB Variations
Color information
#62099C (or 0x62099C) is known color: Indigo. HEX triplet: 62, 09 and 9C. RGB value is (98,9,156). Sum of RGB (Red+Green+Blue) = 98+9+156=263 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.26% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 156 (61.33% from 255 or 59.32% from 263); Max value from RGB is 156 - color contains mainly: blue. Hex color #62099C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #62099C is #9DF663. Grayscale: #333333. Windows color (decimal): -10352228 or 10226018. OLE color: 10226018.
HSL color Cylindrical-coordinate representation of color #62099C: hue angle of 276.33º 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 #62099C is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 9 | 156 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.39 |
| HSL | 276.33º | 0.89% | 0.32% | - |
| HSV(B) | 276.33º | 0.94% | 0.61% | - |
| XYZ | 11.14 | 5.19 | 31.87 | - |
| YUV | 52.37 | 186.49 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 9 | 156 | 0.37 | 0.94 | 0 | 0.39 | 276.33 | 0.89 | 0.32 |
| Hex | 62 | 9 | 9C | 25 | 5E | 0 | 27 | 114 | 59 | 20 |
| Octal | 142 | 11 | 234 | 45 | 136 | 0 | 47 | 424 | 131 | 40 |
| Binary | 1100010 | 1001 | 10011100 | 100101 | 1011110 | 0 | 100111 | 100010100 | 1011001 | 100000 |
Color Harmonies of #62099C
Complementary color
Monochromatic Colors of #62099C
Black with #62099C
Text Example
Text Example
White with #62099C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62099C; }
p { color: rgb(98,9,156); }
H1.HeaderClassName
{
color: #62099C;
}
.AnyTagClassName
{
color: #62099C;
}
</style>
background-color css
<style>
a { background-color: #62099C; }
a { background-color: rgb(98,9,156); }
div.DivClassName
{
background-color: #62099C;
}
.BgClassName
{
background-color: #62099C;
}
</style>
border-color css
<style>
span { border-color: #62099C; }
span { border-color: rgb(98,9,156); }
td.TdClassName
{
border-color: #62099C;
}
.TagClassName
{
border-color: #62099C;
}
</style>