Shades of Indigo #61007B
Tints of Indigo #61007B
RGB
CMYK
RGB Variations
Color information
#61007B (or 0x61007B) is known color: Indigo. HEX triplet: 61, 00 and 7B. RGB value is (97,0,123). Sum of RGB (Red+Green+Blue) = 97+0+123=220 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.09% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 123 (48.44% from 255 or 55.91% from 220); Max value from RGB is 123 - color contains mainly: blue. Hex color #61007B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61007B is #9EFF84. Grayscale: #2A2A2A. Windows color (decimal): -10420101 or 8061025. OLE color: 8061025.
HSL color Cylindrical-coordinate representation of color #61007B: hue angle of 287.32º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #61007B is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 97 | 0 | 123 | - |
| CMYK | 0.21 | 1 | 0 | 0.52 |
| HSL | 287.32º | 1% | 0.24% | - |
| HSV(B) | 287.32º | 1% | 0.48% | - |
| XYZ | 8.5 | 3.97 | 19.06 | - |
| YUV | 43.03 | 173.14 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 0 | 123 | 0.21 | 1 | 0 | 0.52 | 287.32 | 1 | 0.24 |
| Hex | 61 | 0 | 7B | 15 | 64 | 0 | 34 | 11F | 64 | 18 |
| Octal | 141 | 0 | 173 | 25 | 144 | 0 | 64 | 437 | 144 | 30 |
| Binary | 1100001 | 0 | 1111011 | 10101 | 1100100 | 0 | 110100 | 100011111 | 1100100 | 11000 |
Color Harmonies of #61007B
Complementary color
Monochromatic Colors of #61007B
Black with #61007B
Text Example
Text Example
White with #61007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61007B; }
p { color: rgb(97,0,123); }
H1.HeaderClassName
{
color: #61007B;
}
.AnyTagClassName
{
color: #61007B;
}
</style>
background-color css
<style>
a { background-color: #61007B; }
a { background-color: rgb(97,0,123); }
div.DivClassName
{
background-color: #61007B;
}
.BgClassName
{
background-color: #61007B;
}
</style>
border-color css
<style>
span { border-color: #61007B; }
span { border-color: rgb(97,0,123); }
td.TdClassName
{
border-color: #61007B;
}
.TagClassName
{
border-color: #61007B;
}
</style>