Shades of Indigo #650EA0
Tints of Indigo #650EA0
RGB
CMYK
RGB Variations
Color information
#650EA0 (or 0x650EA0) is known color: Indigo. HEX triplet: 65, 0E and A0. RGB value is (101,14,160). Sum of RGB (Red+Green+Blue) = 101+14+160=275 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.73% from 275); Green value is 14 (5.86% from 255 or 5.09% from 275); Blue value is 160 (62.89% from 255 or 58.18% from 275); Max value from RGB is 160 - color contains mainly: blue. Hex color #650EA0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650EA0 is #9AF15F. Grayscale: #383838. Windows color (decimal): -10154336 or 10489445. OLE color: 10489445.
HSL color Cylindrical-coordinate representation of color #650EA0: hue angle of 275.75º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #650EA0 is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 101 | 14 | 160 | - |
| CMYK | 0.37 | 0.91 | 0 | 0.37 |
| HSL | 275.75º | 0.84% | 0.34% | - |
| HSV(B) | 275.75º | 0.91% | 0.63% | - |
| XYZ | 11.87 | 5.62 | 33.72 | - |
| YUV | 56.66 | 186.32 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 14 | 160 | 0.37 | 0.91 | 0 | 0.37 | 275.75 | 0.84 | 0.34 |
| Hex | 65 | E | A0 | 25 | 5B | 0 | 25 | 114 | 54 | 22 |
| Octal | 145 | 16 | 240 | 45 | 133 | 0 | 45 | 424 | 124 | 42 |
| Binary | 1100101 | 1110 | 10100000 | 100101 | 1011011 | 0 | 100101 | 100010100 | 1010100 | 100010 |
Color Harmonies of #650EA0
Complementary color
Monochromatic Colors of #650EA0
Black with #650EA0
Text Example
Text Example
White with #650EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650EA0; }
p { color: rgb(101,14,160); }
H1.HeaderClassName
{
color: #650EA0;
}
.AnyTagClassName
{
color: #650EA0;
}
</style>
background-color css
<style>
a { background-color: #650EA0; }
a { background-color: rgb(101,14,160); }
div.DivClassName
{
background-color: #650EA0;
}
.BgClassName
{
background-color: #650EA0;
}
</style>
border-color css
<style>
span { border-color: #650EA0; }
span { border-color: rgb(101,14,160); }
td.TdClassName
{
border-color: #650EA0;
}
.TagClassName
{
border-color: #650EA0;
}
</style>