Shades of Indigo #61017C
Tints of Indigo #61017C
RGB
CMYK
RGB Variations
Color information
#61017C (or 0x61017C) is known color: Indigo. HEX triplet: 61, 01 and 7C. RGB value is (97,1,124). Sum of RGB (Red+Green+Blue) = 97+1+124=222 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.69% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 124 (48.83% from 255 or 55.86% from 222); Max value from RGB is 124 - color contains mainly: blue. Hex color #61017C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61017C is #9EFE83. Grayscale: #2B2B2B. Windows color (decimal): -10419844 or 8126817. OLE color: 8126817.
HSL color Cylindrical-coordinate representation of color #61017C: hue angle of 286.83º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #61017C is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 1 | 124 | - |
| CMYK | 0.22 | 0.99 | 0 | 0.51 |
| HSL | 286.83º | 0.98% | 0.25% | - |
| HSV(B) | 286.83º | 0.99% | 0.49% | - |
| XYZ | 8.58 | 4.02 | 19.39 | - |
| YUV | 43.73 | 173.3 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 1 | 124 | 0.22 | 0.99 | 0 | 0.51 | 286.83 | 0.98 | 0.25 |
| Hex | 61 | 1 | 7C | 16 | 63 | 0 | 33 | 11F | 62 | 19 |
| Octal | 141 | 1 | 174 | 26 | 143 | 0 | 63 | 437 | 142 | 31 |
| Binary | 1100001 | 1 | 1111100 | 10110 | 1100011 | 0 | 110011 | 100011111 | 1100010 | 11001 |
Color Harmonies of #61017C
Complementary color
Monochromatic Colors of #61017C
Black with #61017C
Text Example
Text Example
White with #61017C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61017C; }
p { color: rgb(97,1,124); }
H1.HeaderClassName
{
color: #61017C;
}
.AnyTagClassName
{
color: #61017C;
}
</style>
background-color css
<style>
a { background-color: #61017C; }
a { background-color: rgb(97,1,124); }
div.DivClassName
{
background-color: #61017C;
}
.BgClassName
{
background-color: #61017C;
}
</style>
border-color css
<style>
span { border-color: #61017C; }
span { border-color: rgb(97,1,124); }
td.TdClassName
{
border-color: #61017C;
}
.TagClassName
{
border-color: #61017C;
}
</style>