Shades of Indigo #61018C
Tints of Indigo #61018C
RGB
CMYK
RGB Variations
Color information
#61018C (or 0x61018C) is known color: Indigo. HEX triplet: 61, 01 and 8C. RGB value is (97,1,140). Sum of RGB (Red+Green+Blue) = 97+1+140=238 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.76% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 140 (55.08% from 255 or 58.82% from 238); Max value from RGB is 140 - color contains mainly: blue. Hex color #61018C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61018C is #9EFE73. Grayscale: #2D2D2D. Windows color (decimal): -10419828 or 9175393. OLE color: 9175393.
HSL color Cylindrical-coordinate representation of color #61018C: hue angle of 281.44º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #61018C is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 1 | 140 | - |
| CMYK | 0.31 | 0.99 | 0 | 0.45 |
| HSL | 281.44º | 0.99% | 0.28% | - |
| HSV(B) | 281.44º | 0.99% | 0.55% | - |
| XYZ | 9.67 | 4.46 | 25.16 | - |
| YUV | 45.55 | 181.3 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 1 | 140 | 0.31 | 0.99 | 0 | 0.45 | 281.44 | 0.99 | 0.28 |
| Hex | 61 | 1 | 8C | 1F | 63 | 0 | 2D | 119 | 63 | 1C |
| Octal | 141 | 1 | 214 | 37 | 143 | 0 | 55 | 431 | 143 | 34 |
| Binary | 1100001 | 1 | 10001100 | 11111 | 1100011 | 0 | 101101 | 100011001 | 1100011 | 11100 |
Color Harmonies of #61018C
Complementary color
Monochromatic Colors of #61018C
Black with #61018C
Text Example
Text Example
White with #61018C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61018C; }
p { color: rgb(97,1,140); }
H1.HeaderClassName
{
color: #61018C;
}
.AnyTagClassName
{
color: #61018C;
}
</style>
background-color css
<style>
a { background-color: #61018C; }
a { background-color: rgb(97,1,140); }
div.DivClassName
{
background-color: #61018C;
}
.BgClassName
{
background-color: #61018C;
}
</style>
border-color css
<style>
span { border-color: #61018C; }
span { border-color: rgb(97,1,140); }
td.TdClassName
{
border-color: #61018C;
}
.TagClassName
{
border-color: #61018C;
}
</style>