Shades of Indigo #6502AA
Tints of Indigo #6502AA
RGB
CMYK
RGB Variations
Color information
#6502AA (or 0x6502AA) is known color: Indigo. HEX triplet: 65, 02 and AA. RGB value is (101,2,170). Sum of RGB (Red+Green+Blue) = 101+2+170=273 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.00% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 170 (66.80% from 255 or 62.27% from 273); Max value from RGB is 170 - color contains mainly: blue. Hex color #6502AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6502AA is #9AFD55. Grayscale: #323232. Windows color (decimal): -10157398 or 11141733. OLE color: 11141733.
HSL color Cylindrical-coordinate representation of color #6502AA: hue angle of 275.36º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6502AA is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 2 | 170 | - |
| CMYK | 0.41 | 0.99 | 0 | 0.33 |
| HSL | 275.36º | 0.98% | 0.34% | - |
| HSV(B) | 275.36º | 0.99% | 0.67% | - |
| XYZ | 12.64 | 5.71 | 38.47 | - |
| YUV | 50.75 | 195.3 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 2 | 170 | 0.41 | 0.99 | 0 | 0.33 | 275.36 | 0.98 | 0.34 |
| Hex | 65 | 2 | AA | 29 | 63 | 0 | 21 | 113 | 62 | 22 |
| Octal | 145 | 2 | 252 | 51 | 143 | 0 | 41 | 423 | 142 | 42 |
| Binary | 1100101 | 10 | 10101010 | 101001 | 1100011 | 0 | 100001 | 100010011 | 1100010 | 100010 |
Color Harmonies of #6502AA
Complementary color
Monochromatic Colors of #6502AA
Black with #6502AA
Text Example
Text Example
White with #6502AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6502AA; }
p { color: rgb(101,2,170); }
H1.HeaderClassName
{
color: #6502AA;
}
.AnyTagClassName
{
color: #6502AA;
}
</style>
background-color css
<style>
a { background-color: #6502AA; }
a { background-color: rgb(101,2,170); }
div.DivClassName
{
background-color: #6502AA;
}
.BgClassName
{
background-color: #6502AA;
}
</style>
border-color css
<style>
span { border-color: #6502AA; }
span { border-color: rgb(101,2,170); }
td.TdClassName
{
border-color: #6502AA;
}
.TagClassName
{
border-color: #6502AA;
}
</style>