Shades of Indigo #6510A0
Tints of Indigo #6510A0
RGB
CMYK
RGB Variations
Color information
#6510A0 (or 0x6510A0) is known color: Indigo. HEX triplet: 65, 10 and A0. RGB value is (101,16,160). Sum of RGB (Red+Green+Blue) = 101+16+160=277 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.46% from 277); Green value is 16 (6.64% from 255 or 5.78% from 277); Blue value is 160 (62.89% from 255 or 57.76% from 277); Max value from RGB is 160 - color contains mainly: blue. Hex color #6510A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6510A0 is #9AEF5F. Grayscale: #393939. Windows color (decimal): -10153824 or 10489957. OLE color: 10489957.
HSL color Cylindrical-coordinate representation of color #6510A0: hue angle of 275.42º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6510A0 is Cyan = 0.37, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 101 | 16 | 160 | - |
| CMYK | 0.37 | 0.9 | 0 | 0.37 |
| HSL | 275.42º | 0.82% | 0.35% | - |
| HSV(B) | 275.42º | 0.9% | 0.63% | - |
| XYZ | 11.9 | 5.68 | 33.73 | - |
| YUV | 57.83 | 185.66 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 16 | 160 | 0.37 | 0.9 | 0 | 0.37 | 275.42 | 0.82 | 0.35 |
| Hex | 65 | 10 | A0 | 25 | 5A | 0 | 25 | 113 | 52 | 23 |
| Octal | 145 | 20 | 240 | 45 | 132 | 0 | 45 | 423 | 122 | 43 |
| Binary | 1100101 | 10000 | 10100000 | 100101 | 1011010 | 0 | 100101 | 100010011 | 1010010 | 100011 |
Color Harmonies of #6510A0
Complementary color
Monochromatic Colors of #6510A0
Black with #6510A0
Text Example
Text Example
White with #6510A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6510A0; }
p { color: rgb(101,16,160); }
H1.HeaderClassName
{
color: #6510A0;
}
.AnyTagClassName
{
color: #6510A0;
}
</style>
background-color css
<style>
a { background-color: #6510A0; }
a { background-color: rgb(101,16,160); }
div.DivClassName
{
background-color: #6510A0;
}
.BgClassName
{
background-color: #6510A0;
}
</style>
border-color css
<style>
span { border-color: #6510A0; }
span { border-color: rgb(101,16,160); }
td.TdClassName
{
border-color: #6510A0;
}
.TagClassName
{
border-color: #6510A0;
}
</style>