Shades of Indigo #6402AA
Tints of Indigo #6402AA
RGB
CMYK
RGB Variations
Color information
#6402AA (or 0x6402AA) is known color: Indigo. HEX triplet: 64, 02 and AA. RGB value is (100,2,170). Sum of RGB (Red+Green+Blue) = 100+2+170=272 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.76% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 170 (66.80% from 255 or 62.5% from 272); Max value from RGB is 170 - color contains mainly: blue. Hex color #6402AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6402AA is #9BFD55. Grayscale: #313131. Windows color (decimal): -10222934 or 11141732. OLE color: 11141732.
HSL color Cylindrical-coordinate representation of color #6402AA: hue angle of 275º 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 #6402AA is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 2 | 170 | - |
| CMYK | 0.41 | 0.99 | 0 | 0.33 |
| HSL | 275º | 0.98% | 0.34% | - |
| HSV(B) | 275º | 0.99% | 0.67% | - |
| XYZ | 12.53 | 5.66 | 38.46 | - |
| YUV | 50.45 | 195.47 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 2 | 170 | 0.41 | 0.99 | 0 | 0.33 | 275 | 0.98 | 0.34 |
| Hex | 64 | 2 | AA | 29 | 63 | 0 | 21 | 113 | 62 | 22 |
| Octal | 144 | 2 | 252 | 51 | 143 | 0 | 41 | 423 | 142 | 42 |
| Binary | 1100100 | 10 | 10101010 | 101001 | 1100011 | 0 | 100001 | 100010011 | 1100010 | 100010 |
Color Harmonies of #6402AA
Complementary color
Monochromatic Colors of #6402AA
Black with #6402AA
Text Example
Text Example
White with #6402AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6402AA; }
p { color: rgb(100,2,170); }
H1.HeaderClassName
{
color: #6402AA;
}
.AnyTagClassName
{
color: #6402AA;
}
</style>
background-color css
<style>
a { background-color: #6402AA; }
a { background-color: rgb(100,2,170); }
div.DivClassName
{
background-color: #6402AA;
}
.BgClassName
{
background-color: #6402AA;
}
</style>
border-color css
<style>
span { border-color: #6402AA; }
span { border-color: rgb(100,2,170); }
td.TdClassName
{
border-color: #6402AA;
}
.TagClassName
{
border-color: #6402AA;
}
</style>