Shades of Indigo #6500AB
Tints of Indigo #6500AB
RGB
CMYK
RGB Variations
Color information
#6500AB (or 0x6500AB) is known color: Indigo. HEX triplet: 65, 00 and AB. RGB value is (101,0,171). Sum of RGB (Red+Green+Blue) = 101+0+171=272 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.13% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 171 (67.19% from 255 or 62.87% from 272); Max value from RGB is 171 - color contains mainly: blue. Hex color #6500AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6500AB is #9AFF54. Grayscale: #313131. Windows color (decimal): -10157909 or 11206757. OLE color: 11206757.
HSL color Cylindrical-coordinate representation of color #6500AB: hue angle of 275.44º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6500AB is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 0 | 171 | - |
| CMYK | 0.41 | 1 | 0 | 0.33 |
| HSL | 275.44º | 1% | 0.34% | - |
| HSV(B) | 275.44º | 1% | 0.67% | - |
| XYZ | 12.72 | 5.71 | 38.96 | - |
| YUV | 49.69 | 196.46 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 0 | 171 | 0.41 | 1 | 0 | 0.33 | 275.44 | 1 | 0.34 |
| Hex | 65 | 0 | AB | 29 | 64 | 0 | 21 | 113 | 64 | 22 |
| Octal | 145 | 0 | 253 | 51 | 144 | 0 | 41 | 423 | 144 | 42 |
| Binary | 1100101 | 0 | 10101011 | 101001 | 1100100 | 0 | 100001 | 100010011 | 1100100 | 100010 |
Color Harmonies of #6500AB
Complementary color
Monochromatic Colors of #6500AB
Black with #6500AB
Text Example
Text Example
White with #6500AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6500AB; }
p { color: rgb(101,0,171); }
H1.HeaderClassName
{
color: #6500AB;
}
.AnyTagClassName
{
color: #6500AB;
}
</style>
background-color css
<style>
a { background-color: #6500AB; }
a { background-color: rgb(101,0,171); }
div.DivClassName
{
background-color: #6500AB;
}
.BgClassName
{
background-color: #6500AB;
}
</style>
border-color css
<style>
span { border-color: #6500AB; }
span { border-color: rgb(101,0,171); }
td.TdClassName
{
border-color: #6500AB;
}
.TagClassName
{
border-color: #6500AB;
}
</style>