Shades of Indigo #61018F
Tints of Indigo #61018F
RGB
CMYK
RGB Variations
Color information
#61018F (or 0x61018F) is known color: Indigo. HEX triplet: 61, 01 and 8F. RGB value is (97,1,143). Sum of RGB (Red+Green+Blue) = 97+1+143=241 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.25% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 143 (56.25% from 255 or 59.34% from 241); Max value from RGB is 143 - color contains mainly: blue. Hex color #61018F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61018F is #9EFE70. Grayscale: #2D2D2D. Windows color (decimal): -10419825 or 9372001. OLE color: 9372001.
HSL color Cylindrical-coordinate representation of color #61018F: hue angle of 280.56º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #61018F is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 1 | 143 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.44 |
| HSL | 280.56º | 0.99% | 0.28% | - |
| HSV(B) | 280.56º | 0.99% | 0.56% | - |
| XYZ | 9.9 | 4.55 | 26.34 | - |
| YUV | 45.89 | 182.8 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 1 | 143 | 0.32 | 0.99 | 0 | 0.44 | 280.56 | 0.99 | 0.28 |
| Hex | 61 | 1 | 8F | 20 | 63 | 0 | 2C | 119 | 63 | 1C |
| Octal | 141 | 1 | 217 | 40 | 143 | 0 | 54 | 431 | 143 | 34 |
| Binary | 1100001 | 1 | 10001111 | 100000 | 1100011 | 0 | 101100 | 100011001 | 1100011 | 11100 |
Color Harmonies of #61018F
Complementary color
Monochromatic Colors of #61018F
Black with #61018F
Text Example
Text Example
White with #61018F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61018F; }
p { color: rgb(97,1,143); }
H1.HeaderClassName
{
color: #61018F;
}
.AnyTagClassName
{
color: #61018F;
}
</style>
background-color css
<style>
a { background-color: #61018F; }
a { background-color: rgb(97,1,143); }
div.DivClassName
{
background-color: #61018F;
}
.BgClassName
{
background-color: #61018F;
}
</style>
border-color css
<style>
span { border-color: #61018F; }
span { border-color: rgb(97,1,143); }
td.TdClassName
{
border-color: #61018F;
}
.TagClassName
{
border-color: #61018F;
}
</style>