Shades of Indigo #651590
Tints of Indigo #651590
RGB
CMYK
RGB Variations
Color information
#651590 (or 0x651590) is known color: Indigo. HEX triplet: 65, 15 and 90. RGB value is (101,21,144). Sum of RGB (Red+Green+Blue) = 101+21+144=266 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.97% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 144 (56.64% from 255 or 54.14% from 266); Max value from RGB is 144 - color contains mainly: blue. Hex color #651590 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #651590 is #9AEA6F. Grayscale: #3A3A3A. Windows color (decimal): -10152560 or 9442661. OLE color: 9442661.
HSL color Cylindrical-coordinate representation of color #651590: hue angle of 279.02º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #651590 is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 21 | 144 | - |
| CMYK | 0.30 | 0.85 | 0 | 0.44 |
| HSL | 279.02º | 0.75% | 0.32% | - |
| HSV(B) | 279.02º | 0.85% | 0.56% | - |
| XYZ | 10.67 | 5.32 | 26.85 | - |
| YUV | 58.94 | 176 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 21 | 144 | 0.30 | 0.85 | 0 | 0.44 | 279.02 | 0.75 | 0.32 |
| Hex | 65 | 15 | 90 | 1E | 55 | 0 | 2C | 117 | 4B | 20 |
| Octal | 145 | 25 | 220 | 36 | 125 | 0 | 54 | 427 | 113 | 40 |
| Binary | 1100101 | 10101 | 10010000 | 11110 | 1010101 | 0 | 101100 | 100010111 | 1001011 | 100000 |
Color Harmonies of #651590
Complementary color
Monochromatic Colors of #651590
Black with #651590
Text Example
Text Example
White with #651590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651590; }
p { color: rgb(101,21,144); }
H1.HeaderClassName
{
color: #651590;
}
.AnyTagClassName
{
color: #651590;
}
</style>
background-color css
<style>
a { background-color: #651590; }
a { background-color: rgb(101,21,144); }
div.DivClassName
{
background-color: #651590;
}
.BgClassName
{
background-color: #651590;
}
</style>
border-color css
<style>
span { border-color: #651590; }
span { border-color: rgb(101,21,144); }
td.TdClassName
{
border-color: #651590;
}
.TagClassName
{
border-color: #651590;
}
</style>