Shades of Indigo #61019D
Tints of Indigo #61019D
RGB
CMYK
RGB Variations
Color information
#61019D (or 0x61019D) is known color: Indigo. HEX triplet: 61, 01 and 9D. RGB value is (97,1,157). Sum of RGB (Red+Green+Blue) = 97+1+157=255 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.04% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 157 (61.72% from 255 or 61.57% from 255); Max value from RGB is 157 - color contains mainly: blue. Hex color #61019D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61019D is #9EFE62. Grayscale: #2E2E2E. Windows color (decimal): -10419811 or 10289505. OLE color: 10289505.
HSL color Cylindrical-coordinate representation of color #61019D: hue angle of 276.92º 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 #61019D is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 1 | 157 | - |
| CMYK | 0.38 | 0.99 | 0 | 0.38 |
| HSL | 276.92º | 0.99% | 0.31% | - |
| HSV(B) | 276.92º | 0.99% | 0.62% | - |
| XYZ | 11.03 | 5 | 32.28 | - |
| YUV | 47.49 | 189.8 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 1 | 157 | 0.38 | 0.99 | 0 | 0.38 | 276.92 | 0.99 | 0.31 |
| Hex | 61 | 1 | 9D | 26 | 63 | 0 | 26 | 115 | 63 | 1F |
| Octal | 141 | 1 | 235 | 46 | 143 | 0 | 46 | 425 | 143 | 37 |
| Binary | 1100001 | 1 | 10011101 | 100110 | 1100011 | 0 | 100110 | 100010101 | 1100011 | 11111 |
Color Harmonies of #61019D
Complementary color
Monochromatic Colors of #61019D
Black with #61019D
Text Example
Text Example
White with #61019D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61019D; }
p { color: rgb(97,1,157); }
H1.HeaderClassName
{
color: #61019D;
}
.AnyTagClassName
{
color: #61019D;
}
</style>
background-color css
<style>
a { background-color: #61019D; }
a { background-color: rgb(97,1,157); }
div.DivClassName
{
background-color: #61019D;
}
.BgClassName
{
background-color: #61019D;
}
</style>
border-color css
<style>
span { border-color: #61019D; }
span { border-color: rgb(97,1,157); }
td.TdClassName
{
border-color: #61019D;
}
.TagClassName
{
border-color: #61019D;
}
</style>