Shades of Indigo #6509A1
Tints of Indigo #6509A1
RGB
CMYK
RGB Variations
Color information
#6509A1 (or 0x6509A1) is known color: Indigo. HEX triplet: 65, 09 and A1. RGB value is (101,9,161). Sum of RGB (Red+Green+Blue) = 101+9+161=271 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.27% from 271); Green value is 9 (3.91% from 255 or 3.32% from 271); Blue value is 161 (63.28% from 255 or 59.41% from 271); Max value from RGB is 161 - color contains mainly: blue. Hex color #6509A1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6509A1 is #9AF65E. Grayscale: #353535. Windows color (decimal): -10155615 or 10553701. OLE color: 10553701.
HSL color Cylindrical-coordinate representation of color #6509A1: hue angle of 276.32º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6509A1 is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 101 | 9 | 161 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.37 |
| HSL | 276.32º | 0.89% | 0.33% | - |
| HSV(B) | 276.32º | 0.94% | 0.63% | - |
| XYZ | 11.9 | 5.54 | 34.16 | - |
| YUV | 53.84 | 188.48 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 9 | 161 | 0.37 | 0.94 | 0 | 0.37 | 276.32 | 0.89 | 0.33 |
| Hex | 65 | 9 | A1 | 25 | 5E | 0 | 25 | 114 | 59 | 21 |
| Octal | 145 | 11 | 241 | 45 | 136 | 0 | 45 | 424 | 131 | 41 |
| Binary | 1100101 | 1001 | 10100001 | 100101 | 1011110 | 0 | 100101 | 100010100 | 1011001 | 100001 |
Color Harmonies of #6509A1
Complementary color
Monochromatic Colors of #6509A1
Black with #6509A1
Text Example
Text Example
White with #6509A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6509A1; }
p { color: rgb(101,9,161); }
H1.HeaderClassName
{
color: #6509A1;
}
.AnyTagClassName
{
color: #6509A1;
}
</style>
background-color css
<style>
a { background-color: #6509A1; }
a { background-color: rgb(101,9,161); }
div.DivClassName
{
background-color: #6509A1;
}
.BgClassName
{
background-color: #6509A1;
}
</style>
border-color css
<style>
span { border-color: #6509A1; }
span { border-color: rgb(101,9,161); }
td.TdClassName
{
border-color: #6509A1;
}
.TagClassName
{
border-color: #6509A1;
}
</style>