Shades of Indigo #651495
Tints of Indigo #651495
RGB
CMYK
RGB Variations
Color information
#651495 (or 0x651495) is known color: Indigo. HEX triplet: 65, 14 and 95. RGB value is (101,20,149). Sum of RGB (Red+Green+Blue) = 101+20+149=270 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.41% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 149 (58.59% from 255 or 55.19% from 270); Max value from RGB is 149 - color contains mainly: blue. Hex color #651495 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #651495 is #9AEB6A. Grayscale: #3A3A3A. Windows color (decimal): -10152811 or 9770085. OLE color: 9770085.
HSL color Cylindrical-coordinate representation of color #651495: hue angle of 277.67º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #651495 is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 20 | 149 | - |
| CMYK | 0.32 | 0.87 | 0 | 0.42 |
| HSL | 277.67º | 0.76% | 0.33% | - |
| HSV(B) | 277.67º | 0.87% | 0.58% | - |
| XYZ | 11.04 | 5.44 | 28.9 | - |
| YUV | 58.93 | 178.84 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 20 | 149 | 0.32 | 0.87 | 0 | 0.42 | 277.67 | 0.76 | 0.33 |
| Hex | 65 | 14 | 95 | 20 | 57 | 0 | 2A | 116 | 4C | 21 |
| Octal | 145 | 24 | 225 | 40 | 127 | 0 | 52 | 426 | 114 | 41 |
| Binary | 1100101 | 10100 | 10010101 | 100000 | 1010111 | 0 | 101010 | 100010110 | 1001100 | 100001 |
Color Harmonies of #651495
Complementary color
Monochromatic Colors of #651495
Black with #651495
Text Example
Text Example
White with #651495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651495; }
p { color: rgb(101,20,149); }
H1.HeaderClassName
{
color: #651495;
}
.AnyTagClassName
{
color: #651495;
}
</style>
background-color css
<style>
a { background-color: #651495; }
a { background-color: rgb(101,20,149); }
div.DivClassName
{
background-color: #651495;
}
.BgClassName
{
background-color: #651495;
}
</style>
border-color css
<style>
span { border-color: #651495; }
span { border-color: rgb(101,20,149); }
td.TdClassName
{
border-color: #651495;
}
.TagClassName
{
border-color: #651495;
}
</style>