Shades of Indigo #650AA6
Tints of Indigo #650AA6
RGB
CMYK
RGB Variations
Color information
#650AA6 (or 0x650AA6) is known color: Indigo. HEX triplet: 65, 0A and A6. RGB value is (101,10,166). Sum of RGB (Red+Green+Blue) = 101+10+166=277 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.46% from 277); Green value is 10 (4.30% from 255 or 3.61% from 277); Blue value is 166 (65.23% from 255 or 59.93% from 277); Max value from RGB is 166 - color contains mainly: blue. Hex color #650AA6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650AA6 is #9AF559. Grayscale: #363636. Windows color (decimal): -10155354 or 10881637. OLE color: 10881637.
HSL color Cylindrical-coordinate representation of color #650AA6: hue angle of 275º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #650AA6 is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 101 | 10 | 166 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.35 |
| HSL | 275º | 0.89% | 0.35% | - |
| HSV(B) | 275º | 0.94% | 0.65% | - |
| XYZ | 12.36 | 5.74 | 36.53 | - |
| YUV | 54.99 | 190.65 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 10 | 166 | 0.39 | 0.94 | 0 | 0.35 | 275 | 0.89 | 0.35 |
| Hex | 65 | A | A6 | 27 | 5E | 0 | 23 | 113 | 59 | 23 |
| Octal | 145 | 12 | 246 | 47 | 136 | 0 | 43 | 423 | 131 | 43 |
| Binary | 1100101 | 1010 | 10100110 | 100111 | 1011110 | 0 | 100011 | 100010011 | 1011001 | 100011 |
Color Harmonies of #650AA6
Complementary color
Monochromatic Colors of #650AA6
Black with #650AA6
Text Example
Text Example
White with #650AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650AA6; }
p { color: rgb(101,10,166); }
H1.HeaderClassName
{
color: #650AA6;
}
.AnyTagClassName
{
color: #650AA6;
}
</style>
background-color css
<style>
a { background-color: #650AA6; }
a { background-color: rgb(101,10,166); }
div.DivClassName
{
background-color: #650AA6;
}
.BgClassName
{
background-color: #650AA6;
}
</style>
border-color css
<style>
span { border-color: #650AA6; }
span { border-color: rgb(101,10,166); }
td.TdClassName
{
border-color: #650AA6;
}
.TagClassName
{
border-color: #650AA6;
}
</style>