Shades of Indigo #61029A
Tints of Indigo #61029A
RGB
CMYK
RGB Variations
Color information
#61029A (or 0x61029A) is known color: Indigo. HEX triplet: 61, 02 and 9A. RGB value is (97,2,154). Sum of RGB (Red+Green+Blue) = 97+2+154=253 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.34% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 154 (60.55% from 255 or 60.87% from 253); Max value from RGB is 154 - color contains mainly: blue. Hex color #61029A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61029A is #9EFD65. Grayscale: #2F2F2F. Windows color (decimal): -10419558 or 10093153. OLE color: 10093153.
HSL color Cylindrical-coordinate representation of color #61029A: hue angle of 277.5º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #61029A is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 97 | 2 | 154 | - |
| CMYK | 0.37 | 0.99 | 0 | 0.40 |
| HSL | 277.5º | 0.97% | 0.31% | - |
| HSV(B) | 277.5º | 0.99% | 0.6% | - |
| XYZ | 10.78 | 4.92 | 30.95 | - |
| YUV | 47.73 | 187.97 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 2 | 154 | 0.37 | 0.99 | 0 | 0.40 | 277.5 | 0.97 | 0.31 |
| Hex | 61 | 2 | 9A | 25 | 63 | 0 | 28 | 116 | 61 | 1F |
| Octal | 141 | 2 | 232 | 45 | 143 | 0 | 50 | 426 | 141 | 37 |
| Binary | 1100001 | 10 | 10011010 | 100101 | 1100011 | 0 | 101000 | 100010110 | 1100001 | 11111 |
Color Harmonies of #61029A
Complementary color
Monochromatic Colors of #61029A
Black with #61029A
Text Example
Text Example
White with #61029A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61029A; }
p { color: rgb(97,2,154); }
H1.HeaderClassName
{
color: #61029A;
}
.AnyTagClassName
{
color: #61029A;
}
</style>
background-color css
<style>
a { background-color: #61029A; }
a { background-color: rgb(97,2,154); }
div.DivClassName
{
background-color: #61029A;
}
.BgClassName
{
background-color: #61029A;
}
</style>
border-color css
<style>
span { border-color: #61029A; }
span { border-color: rgb(97,2,154); }
td.TdClassName
{
border-color: #61029A;
}
.TagClassName
{
border-color: #61029A;
}
</style>