Shades of Indigo #61017B
Tints of Indigo #61017B
RGB
CMYK
RGB Variations
Color information
#61017B (or 0x61017B) is known color: Indigo. HEX triplet: 61, 01 and 7B. RGB value is (97,1,123). Sum of RGB (Red+Green+Blue) = 97+1+123=221 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.89% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 123 (48.44% from 255 or 55.66% from 221); Max value from RGB is 123 - color contains mainly: blue. Hex color #61017B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61017B is #9EFE84. Grayscale: #2B2B2B. Windows color (decimal): -10419845 or 8061281. OLE color: 8061281.
HSL color Cylindrical-coordinate representation of color #61017B: hue angle of 287.21º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #61017B is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 97 | 1 | 123 | - |
| CMYK | 0.21 | 0.99 | 0 | 0.52 |
| HSL | 287.21º | 0.98% | 0.24% | - |
| HSV(B) | 287.21º | 0.99% | 0.48% | - |
| XYZ | 8.52 | 3.99 | 19.06 | - |
| YUV | 43.61 | 172.8 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 1 | 123 | 0.21 | 0.99 | 0 | 0.52 | 287.21 | 0.98 | 0.24 |
| Hex | 61 | 1 | 7B | 15 | 63 | 0 | 34 | 11F | 62 | 18 |
| Octal | 141 | 1 | 173 | 25 | 143 | 0 | 64 | 437 | 142 | 30 |
| Binary | 1100001 | 1 | 1111011 | 10101 | 1100011 | 0 | 110100 | 100011111 | 1100010 | 11000 |
Color Harmonies of #61017B
Complementary color
Monochromatic Colors of #61017B
Black with #61017B
Text Example
Text Example
White with #61017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61017B; }
p { color: rgb(97,1,123); }
H1.HeaderClassName
{
color: #61017B;
}
.AnyTagClassName
{
color: #61017B;
}
</style>
background-color css
<style>
a { background-color: #61017B; }
a { background-color: rgb(97,1,123); }
div.DivClassName
{
background-color: #61017B;
}
.BgClassName
{
background-color: #61017B;
}
</style>
border-color css
<style>
span { border-color: #61017B; }
span { border-color: rgb(97,1,123); }
td.TdClassName
{
border-color: #61017B;
}
.TagClassName
{
border-color: #61017B;
}
</style>