Shades of Indigo #6503AA
Tints of Indigo #6503AA
RGB
CMYK
RGB Variations
Color information
#6503AA (or 0x6503AA) is known color: Indigo. HEX triplet: 65, 03 and AA. RGB value is (101,3,170). Sum of RGB (Red+Green+Blue) = 101+3+170=274 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.86% from 274); Green value is 3 (1.56% from 255 or 1.09% from 274); Blue value is 170 (66.80% from 255 or 62.04% from 274); Max value from RGB is 170 - color contains mainly: blue. Hex color #6503AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6503AA is #9AFC55. Grayscale: #323232. Windows color (decimal): -10157142 or 11141989. OLE color: 11141989.
HSL color Cylindrical-coordinate representation of color #6503AA: hue angle of 275.21º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6503AA is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 3 | 170 | - |
| CMYK | 0.41 | 0.98 | 0 | 0.33 |
| HSL | 275.21º | 0.97% | 0.34% | - |
| HSV(B) | 275.21º | 0.98% | 0.67% | - |
| XYZ | 12.66 | 5.73 | 38.47 | - |
| YUV | 51.34 | 194.97 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 3 | 170 | 0.41 | 0.98 | 0 | 0.33 | 275.21 | 0.97 | 0.34 |
| Hex | 65 | 3 | AA | 29 | 62 | 0 | 21 | 113 | 61 | 22 |
| Octal | 145 | 3 | 252 | 51 | 142 | 0 | 41 | 423 | 141 | 42 |
| Binary | 1100101 | 11 | 10101010 | 101001 | 1100010 | 0 | 100001 | 100010011 | 1100001 | 100010 |
Color Harmonies of #6503AA
Complementary color
Monochromatic Colors of #6503AA
Black with #6503AA
Text Example
Text Example
White with #6503AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6503AA; }
p { color: rgb(101,3,170); }
H1.HeaderClassName
{
color: #6503AA;
}
.AnyTagClassName
{
color: #6503AA;
}
</style>
background-color css
<style>
a { background-color: #6503AA; }
a { background-color: rgb(101,3,170); }
div.DivClassName
{
background-color: #6503AA;
}
.BgClassName
{
background-color: #6503AA;
}
</style>
border-color css
<style>
span { border-color: #6503AA; }
span { border-color: rgb(101,3,170); }
td.TdClassName
{
border-color: #6503AA;
}
.TagClassName
{
border-color: #6503AA;
}
</style>