Shades of Indigo #62109B
Tints of Indigo #62109B
RGB
CMYK
RGB Variations
Color information
#62109B (or 0x62109B) is known color: Indigo. HEX triplet: 62, 10 and 9B. RGB value is (98,16,155). Sum of RGB (Red+Green+Blue) = 98+16+155=269 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.43% from 269); Green value is 16 (6.64% from 255 or 5.95% from 269); Blue value is 155 (60.94% from 255 or 57.62% from 269); Max value from RGB is 155 - color contains mainly: blue. Hex color #62109B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #62109B is #9DEF64. Grayscale: #373737. Windows color (decimal): -10350437 or 10162274. OLE color: 10162274.
HSL color Cylindrical-coordinate representation of color #62109B: hue angle of 275.4º 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 #62109B is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 16 | 155 | - |
| CMYK | 0.37 | 0.90 | 0 | 0.39 |
| HSL | 275.4º | 0.81% | 0.34% | - |
| HSV(B) | 275.4º | 0.9% | 0.61% | - |
| XYZ | 11.14 | 5.33 | 31.45 | - |
| YUV | 56.36 | 183.67 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 16 | 155 | 0.37 | 0.90 | 0 | 0.39 | 275.4 | 0.81 | 0.34 |
| Hex | 62 | 10 | 9B | 25 | 5A | 0 | 27 | 113 | 51 | 22 |
| Octal | 142 | 20 | 233 | 45 | 132 | 0 | 47 | 423 | 121 | 42 |
| Binary | 1100010 | 10000 | 10011011 | 100101 | 1011010 | 0 | 100111 | 100010011 | 1010001 | 100010 |
Color Harmonies of #62109B
Complementary color
Monochromatic Colors of #62109B
Black with #62109B
Text Example
Text Example
White with #62109B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62109B; }
p { color: rgb(98,16,155); }
H1.HeaderClassName
{
color: #62109B;
}
.AnyTagClassName
{
color: #62109B;
}
</style>
background-color css
<style>
a { background-color: #62109B; }
a { background-color: rgb(98,16,155); }
div.DivClassName
{
background-color: #62109B;
}
.BgClassName
{
background-color: #62109B;
}
</style>
border-color css
<style>
span { border-color: #62109B; }
span { border-color: rgb(98,16,155); }
td.TdClassName
{
border-color: #62109B;
}
.TagClassName
{
border-color: #62109B;
}
</style>