Shades of Indigo #650FA0
Tints of Indigo #650FA0
RGB
CMYK
RGB Variations
Color information
#650FA0 (or 0x650FA0) is known color: Indigo. HEX triplet: 65, 0F and A0. RGB value is (101,15,160). Sum of RGB (Red+Green+Blue) = 101+15+160=276 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.59% from 276); Green value is 15 (6.25% from 255 or 5.43% from 276); Blue value is 160 (62.89% from 255 or 57.97% from 276); Max value from RGB is 160 - color contains mainly: blue. Hex color #650FA0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650FA0 is #9AF05F. Grayscale: #383838. Windows color (decimal): -10154080 or 10489701. OLE color: 10489701.
HSL color Cylindrical-coordinate representation of color #650FA0: hue angle of 275.59º degrees, saturation: 0.83, 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 #650FA0 is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 101 | 15 | 160 | - |
| CMYK | 0.37 | 0.91 | 0 | 0.37 |
| HSL | 275.59º | 0.83% | 0.34% | - |
| HSV(B) | 275.59º | 0.91% | 0.63% | - |
| XYZ | 11.88 | 5.65 | 33.72 | - |
| YUV | 57.24 | 185.99 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 15 | 160 | 0.37 | 0.91 | 0 | 0.37 | 275.59 | 0.83 | 0.34 |
| Hex | 65 | F | A0 | 25 | 5B | 0 | 25 | 114 | 53 | 22 |
| Octal | 145 | 17 | 240 | 45 | 133 | 0 | 45 | 424 | 123 | 42 |
| Binary | 1100101 | 1111 | 10100000 | 100101 | 1011011 | 0 | 100101 | 100010100 | 1010011 | 100010 |
Color Harmonies of #650FA0
Complementary color
Monochromatic Colors of #650FA0
Black with #650FA0
Text Example
Text Example
White with #650FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650FA0; }
p { color: rgb(101,15,160); }
H1.HeaderClassName
{
color: #650FA0;
}
.AnyTagClassName
{
color: #650FA0;
}
</style>
background-color css
<style>
a { background-color: #650FA0; }
a { background-color: rgb(101,15,160); }
div.DivClassName
{
background-color: #650FA0;
}
.BgClassName
{
background-color: #650FA0;
}
</style>
border-color css
<style>
span { border-color: #650FA0; }
span { border-color: rgb(101,15,160); }
td.TdClassName
{
border-color: #650FA0;
}
.TagClassName
{
border-color: #650FA0;
}
</style>