Shades of Indigo #61029F
Tints of Indigo #61029F
RGB
CMYK
RGB Variations
Color information
#61029F (or 0x61029F) is known color: Indigo. HEX triplet: 61, 02 and 9F. RGB value is (97,2,159). Sum of RGB (Red+Green+Blue) = 97+2+159=258 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.60% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 159 (62.5% from 255 or 61.63% from 258); Max value from RGB is 159 - color contains mainly: blue. Hex color #61029F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61029F is #9EFD60. Grayscale: #2F2F2F. Windows color (decimal): -10419553 or 10420833. OLE color: 10420833.
HSL color Cylindrical-coordinate representation of color #61029F: hue angle of 276.31º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #61029F is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 2 | 159 | - |
| CMYK | 0.39 | 0.99 | 0 | 0.38 |
| HSL | 276.31º | 0.98% | 0.32% | - |
| HSV(B) | 276.31º | 0.99% | 0.62% | - |
| XYZ | 11.21 | 5.09 | 33.19 | - |
| YUV | 48.3 | 190.47 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 2 | 159 | 0.39 | 0.99 | 0 | 0.38 | 276.31 | 0.98 | 0.32 |
| Hex | 61 | 2 | 9F | 27 | 63 | 0 | 26 | 114 | 62 | 20 |
| Octal | 141 | 2 | 237 | 47 | 143 | 0 | 46 | 424 | 142 | 40 |
| Binary | 1100001 | 10 | 10011111 | 100111 | 1100011 | 0 | 100110 | 100010100 | 1100010 | 100000 |
Color Harmonies of #61029F
Complementary color
Monochromatic Colors of #61029F
Black with #61029F
Text Example
Text Example
White with #61029F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61029F; }
p { color: rgb(97,2,159); }
H1.HeaderClassName
{
color: #61029F;
}
.AnyTagClassName
{
color: #61029F;
}
</style>
background-color css
<style>
a { background-color: #61029F; }
a { background-color: rgb(97,2,159); }
div.DivClassName
{
background-color: #61029F;
}
.BgClassName
{
background-color: #61029F;
}
</style>
border-color css
<style>
span { border-color: #61029F; }
span { border-color: rgb(97,2,159); }
td.TdClassName
{
border-color: #61029F;
}
.TagClassName
{
border-color: #61029F;
}
</style>