Shades of Indigo #651694
Tints of Indigo #651694
RGB
CMYK
RGB Variations
Color information
#651694 (or 0x651694) is known color: Indigo. HEX triplet: 65, 16 and 94. RGB value is (101,22,148). Sum of RGB (Red+Green+Blue) = 101+22+148=271 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.27% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 148 (58.20% from 255 or 54.61% from 271); Max value from RGB is 148 - color contains mainly: blue. Hex color #651694 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #651694 is #9AE96B. Grayscale: #3B3B3B. Windows color (decimal): -10152300 or 9705061. OLE color: 9705061.
HSL color Cylindrical-coordinate representation of color #651694: hue angle of 277.62º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #651694 is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 22 | 148 | - |
| CMYK | 0.32 | 0.85 | 0 | 0.42 |
| HSL | 277.62º | 0.74% | 0.33% | - |
| HSV(B) | 277.62º | 0.85% | 0.58% | - |
| XYZ | 11 | 5.48 | 28.49 | - |
| YUV | 59.99 | 177.67 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 22 | 148 | 0.32 | 0.85 | 0 | 0.42 | 277.62 | 0.74 | 0.33 |
| Hex | 65 | 16 | 94 | 20 | 55 | 0 | 2A | 116 | 4A | 21 |
| Octal | 145 | 26 | 224 | 40 | 125 | 0 | 52 | 426 | 112 | 41 |
| Binary | 1100101 | 10110 | 10010100 | 100000 | 1010101 | 0 | 101010 | 100010110 | 1001010 | 100001 |
Color Harmonies of #651694
Complementary color
Monochromatic Colors of #651694
Black with #651694
Text Example
Text Example
White with #651694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651694; }
p { color: rgb(101,22,148); }
H1.HeaderClassName
{
color: #651694;
}
.AnyTagClassName
{
color: #651694;
}
</style>
background-color css
<style>
a { background-color: #651694; }
a { background-color: rgb(101,22,148); }
div.DivClassName
{
background-color: #651694;
}
.BgClassName
{
background-color: #651694;
}
</style>
border-color css
<style>
span { border-color: #651694; }
span { border-color: rgb(101,22,148); }
td.TdClassName
{
border-color: #651694;
}
.TagClassName
{
border-color: #651694;
}
</style>