Shades of Indigo #651097
Tints of Indigo #651097
RGB
CMYK
RGB Variations
Color information
#651097 (or 0x651097) is known color: Indigo. HEX triplet: 65, 10 and 97. RGB value is (101,16,151). Sum of RGB (Red+Green+Blue) = 101+16+151=268 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.69% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 151 (59.38% from 255 or 56.34% from 268); Max value from RGB is 151 - color contains mainly: blue. Hex color #651097 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #651097 is #9AEF68. Grayscale: #383838. Windows color (decimal): -10153833 or 9900133. OLE color: 9900133.
HSL color Cylindrical-coordinate representation of color #651097: hue angle of 277.78º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #651097 is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 101 | 16 | 151 | - |
| CMYK | 0.33 | 0.89 | 0 | 0.41 |
| HSL | 277.78º | 0.81% | 0.33% | - |
| HSV(B) | 277.78º | 0.89% | 0.59% | - |
| XYZ | 11.14 | 5.37 | 29.73 | - |
| YUV | 56.81 | 181.16 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 16 | 151 | 0.33 | 0.89 | 0 | 0.41 | 277.78 | 0.81 | 0.33 |
| Hex | 65 | 10 | 97 | 21 | 59 | 0 | 29 | 116 | 51 | 21 |
| Octal | 145 | 20 | 227 | 41 | 131 | 0 | 51 | 426 | 121 | 41 |
| Binary | 1100101 | 10000 | 10010111 | 100001 | 1011001 | 0 | 101001 | 100010110 | 1010001 | 100001 |
Color Harmonies of #651097
Complementary color
Monochromatic Colors of #651097
Black with #651097
Text Example
Text Example
White with #651097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651097; }
p { color: rgb(101,16,151); }
H1.HeaderClassName
{
color: #651097;
}
.AnyTagClassName
{
color: #651097;
}
</style>
background-color css
<style>
a { background-color: #651097; }
a { background-color: rgb(101,16,151); }
div.DivClassName
{
background-color: #651097;
}
.BgClassName
{
background-color: #651097;
}
</style>
border-color css
<style>
span { border-color: #651097; }
span { border-color: rgb(101,16,151); }
td.TdClassName
{
border-color: #651097;
}
.TagClassName
{
border-color: #651097;
}
</style>