Shades of Indigo #61019E
Tints of Indigo #61019E
RGB
CMYK
RGB Variations
Color information
#61019E (or 0x61019E) is known color: Indigo. HEX triplet: 61, 01 and 9E. RGB value is (97,1,158). Sum of RGB (Red+Green+Blue) = 97+1+158=256 (33% of max value = 765). Red value is 97 (38.28% from 255 or 37.89% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 158 (62.11% from 255 or 61.72% from 256); Max value from RGB is 158 - color contains mainly: blue. Hex color #61019E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61019E is #9EFE61. Grayscale: #2F2F2F. Windows color (decimal): -10419810 or 10355041. OLE color: 10355041.
HSL color Cylindrical-coordinate representation of color #61019E: hue angle of 276.69º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #61019E is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 1 | 158 | - |
| CMYK | 0.39 | 0.99 | 0 | 0.38 |
| HSL | 276.69º | 0.99% | 0.31% | - |
| HSV(B) | 276.69º | 0.99% | 0.62% | - |
| XYZ | 11.11 | 5.03 | 32.73 | - |
| YUV | 47.6 | 190.3 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 1 | 158 | 0.39 | 0.99 | 0 | 0.38 | 276.69 | 0.99 | 0.31 |
| Hex | 61 | 1 | 9E | 27 | 63 | 0 | 26 | 115 | 63 | 1F |
| Octal | 141 | 1 | 236 | 47 | 143 | 0 | 46 | 425 | 143 | 37 |
| Binary | 1100001 | 1 | 10011110 | 100111 | 1100011 | 0 | 100110 | 100010101 | 1100011 | 11111 |
Color Harmonies of #61019E
Complementary color
Monochromatic Colors of #61019E
Black with #61019E
Text Example
Text Example
White with #61019E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61019E; }
p { color: rgb(97,1,158); }
H1.HeaderClassName
{
color: #61019E;
}
.AnyTagClassName
{
color: #61019E;
}
</style>
background-color css
<style>
a { background-color: #61019E; }
a { background-color: rgb(97,1,158); }
div.DivClassName
{
background-color: #61019E;
}
.BgClassName
{
background-color: #61019E;
}
</style>
border-color css
<style>
span { border-color: #61019E; }
span { border-color: rgb(97,1,158); }
td.TdClassName
{
border-color: #61019E;
}
.TagClassName
{
border-color: #61019E;
}
</style>