Shades of Indigo #651199
Tints of Indigo #651199
RGB
CMYK
RGB Variations
Color information
#651199 (or 0x651199) is known color: Indigo. HEX triplet: 65, 11 and 99. RGB value is (101,17,153). Sum of RGB (Red+Green+Blue) = 101+17+153=271 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.27% from 271); Green value is 17 (7.03% from 255 or 6.27% from 271); Blue value is 153 (60.16% from 255 or 56.46% from 271); Max value from RGB is 153 - color contains mainly: blue. Hex color #651199 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #651199 is #9AEE66. Grayscale: #393939. Windows color (decimal): -10153575 or 10031461. OLE color: 10031461.
HSL color Cylindrical-coordinate representation of color #651199: hue angle of 277.06º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #651199 is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 101 | 17 | 153 | - |
| CMYK | 0.34 | 0.89 | 0 | 0.4 |
| HSL | 277.06º | 0.8% | 0.33% | - |
| HSV(B) | 277.06º | 0.89% | 0.6% | - |
| XYZ | 11.32 | 5.47 | 30.6 | - |
| YUV | 57.62 | 181.83 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 17 | 153 | 0.34 | 0.89 | 0 | 0.4 | 277.06 | 0.8 | 0.33 |
| Hex | 65 | 11 | 99 | 22 | 59 | 0 | 28 | 115 | 50 | 21 |
| Octal | 145 | 21 | 231 | 42 | 131 | 0 | 50 | 425 | 120 | 41 |
| Binary | 1100101 | 10001 | 10011001 | 100010 | 1011001 | 0 | 101000 | 100010101 | 1010000 | 100001 |
Color Harmonies of #651199
Complementary color
Monochromatic Colors of #651199
Black with #651199
Text Example
Text Example
White with #651199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651199; }
p { color: rgb(101,17,153); }
H1.HeaderClassName
{
color: #651199;
}
.AnyTagClassName
{
color: #651199;
}
</style>
background-color css
<style>
a { background-color: #651199; }
a { background-color: rgb(101,17,153); }
div.DivClassName
{
background-color: #651199;
}
.BgClassName
{
background-color: #651199;
}
</style>
border-color css
<style>
span { border-color: #651199; }
span { border-color: rgb(101,17,153); }
td.TdClassName
{
border-color: #651199;
}
.TagClassName
{
border-color: #651199;
}
</style>