Shades of Indigo #651395
Tints of Indigo #651395
RGB
CMYK
RGB Variations
Color information
#651395 (or 0x651395) is known color: Indigo. HEX triplet: 65, 13 and 95. RGB value is (101,19,149). Sum of RGB (Red+Green+Blue) = 101+19+149=269 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.55% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 149 (58.59% from 255 or 55.39% from 269); Max value from RGB is 149 - color contains mainly: blue. Hex color #651395 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #651395 is #9AEC6A. Grayscale: #393939. Windows color (decimal): -10153067 or 9769829. OLE color: 9769829.
HSL color Cylindrical-coordinate representation of color #651395: hue angle of 277.85º degrees, saturation: 0.77, 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 #651395 is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 19 | 149 | - |
| CMYK | 0.32 | 0.87 | 0 | 0.42 |
| HSL | 277.85º | 0.77% | 0.33% | - |
| HSV(B) | 277.85º | 0.87% | 0.58% | - |
| XYZ | 11.02 | 5.4 | 28.9 | - |
| YUV | 58.34 | 179.17 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 19 | 149 | 0.32 | 0.87 | 0 | 0.42 | 277.85 | 0.77 | 0.33 |
| Hex | 65 | 13 | 95 | 20 | 57 | 0 | 2A | 116 | 4D | 21 |
| Octal | 145 | 23 | 225 | 40 | 127 | 0 | 52 | 426 | 115 | 41 |
| Binary | 1100101 | 10011 | 10010101 | 100000 | 1010111 | 0 | 101010 | 100010110 | 1001101 | 100001 |
Color Harmonies of #651395
Complementary color
Monochromatic Colors of #651395
Black with #651395
Text Example
Text Example
White with #651395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651395; }
p { color: rgb(101,19,149); }
H1.HeaderClassName
{
color: #651395;
}
.AnyTagClassName
{
color: #651395;
}
</style>
background-color css
<style>
a { background-color: #651395; }
a { background-color: rgb(101,19,149); }
div.DivClassName
{
background-color: #651395;
}
.BgClassName
{
background-color: #651395;
}
</style>
border-color css
<style>
span { border-color: #651395; }
span { border-color: rgb(101,19,149); }
td.TdClassName
{
border-color: #651395;
}
.TagClassName
{
border-color: #651395;
}
</style>