Shades of Indigo #651795
Tints of Indigo #651795
RGB
CMYK
RGB Variations
Color information
#651795 (or 0x651795) is known color: Indigo. HEX triplet: 65, 17 and 95. RGB value is (101,23,149). Sum of RGB (Red+Green+Blue) = 101+23+149=273 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.00% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 149 (58.59% from 255 or 54.58% from 273); Max value from RGB is 149 - color contains mainly: blue. Hex color #651795 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #651795 is #9AE86A. Grayscale: #3C3C3C. Windows color (decimal): -10152043 or 9770853. OLE color: 9770853.
HSL color Cylindrical-coordinate representation of color #651795: hue angle of 277.14º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #651795 is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 23 | 149 | - |
| CMYK | 0.32 | 0.85 | 0 | 0.42 |
| HSL | 277.14º | 0.73% | 0.34% | - |
| HSV(B) | 277.14º | 0.85% | 0.58% | - |
| XYZ | 11.1 | 5.55 | 28.92 | - |
| YUV | 60.69 | 177.84 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 23 | 149 | 0.32 | 0.85 | 0 | 0.42 | 277.14 | 0.73 | 0.34 |
| Hex | 65 | 17 | 95 | 20 | 55 | 0 | 2A | 115 | 49 | 22 |
| Octal | 145 | 27 | 225 | 40 | 125 | 0 | 52 | 425 | 111 | 42 |
| Binary | 1100101 | 10111 | 10010101 | 100000 | 1010101 | 0 | 101010 | 100010101 | 1001001 | 100010 |
Color Harmonies of #651795
Complementary color
Monochromatic Colors of #651795
Black with #651795
Text Example
Text Example
White with #651795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651795; }
p { color: rgb(101,23,149); }
H1.HeaderClassName
{
color: #651795;
}
.AnyTagClassName
{
color: #651795;
}
</style>
background-color css
<style>
a { background-color: #651795; }
a { background-color: rgb(101,23,149); }
div.DivClassName
{
background-color: #651795;
}
.BgClassName
{
background-color: #651795;
}
</style>
border-color css
<style>
span { border-color: #651795; }
span { border-color: rgb(101,23,149); }
td.TdClassName
{
border-color: #651795;
}
.TagClassName
{
border-color: #651795;
}
</style>