Shades of Indigo #62109C
Tints of Indigo #62109C
RGB
CMYK
RGB Variations
Color information
#62109C (or 0x62109C) is known color: Indigo. HEX triplet: 62, 10 and 9C. RGB value is (98,16,156). Sum of RGB (Red+Green+Blue) = 98+16+156=270 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.30% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 156 (61.33% from 255 or 57.78% from 270); Max value from RGB is 156 - color contains mainly: blue. Hex color #62109C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #62109C is #9DEF63. Grayscale: #383838. Windows color (decimal): -10350436 or 10227810. OLE color: 10227810.
HSL color Cylindrical-coordinate representation of color #62109C: hue angle of 275.14º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #62109C is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 16 | 156 | - |
| CMYK | 0.37 | 0.90 | 0 | 0.39 |
| HSL | 275.14º | 0.81% | 0.34% | - |
| HSV(B) | 275.14º | 0.9% | 0.61% | - |
| XYZ | 11.22 | 5.37 | 31.9 | - |
| YUV | 56.48 | 184.17 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 16 | 156 | 0.37 | 0.90 | 0 | 0.39 | 275.14 | 0.81 | 0.34 |
| Hex | 62 | 10 | 9C | 25 | 5A | 0 | 27 | 113 | 51 | 22 |
| Octal | 142 | 20 | 234 | 45 | 132 | 0 | 47 | 423 | 121 | 42 |
| Binary | 1100010 | 10000 | 10011100 | 100101 | 1011010 | 0 | 100111 | 100010011 | 1010001 | 100010 |
Color Harmonies of #62109C
Complementary color
Monochromatic Colors of #62109C
Black with #62109C
Text Example
Text Example
White with #62109C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62109C; }
p { color: rgb(98,16,156); }
H1.HeaderClassName
{
color: #62109C;
}
.AnyTagClassName
{
color: #62109C;
}
</style>
background-color css
<style>
a { background-color: #62109C; }
a { background-color: rgb(98,16,156); }
div.DivClassName
{
background-color: #62109C;
}
.BgClassName
{
background-color: #62109C;
}
</style>
border-color css
<style>
span { border-color: #62109C; }
span { border-color: rgb(98,16,156); }
td.TdClassName
{
border-color: #62109C;
}
.TagClassName
{
border-color: #62109C;
}
</style>