Shades of Indigo #6402AD
Tints of Indigo #6402AD
RGB
CMYK
RGB Variations
Color information
#6402AD (or 0x6402AD) is known color: Indigo. HEX triplet: 64, 02 and AD. RGB value is (100,2,173). Sum of RGB (Red+Green+Blue) = 100+2+173=275 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.36% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 173 (67.97% from 255 or 62.91% from 275); Max value from RGB is 173 - color contains mainly: blue. Hex color #6402AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6402AD is #9BFD52. Grayscale: #323232. Windows color (decimal): -10222931 or 11338340. OLE color: 11338340.
HSL color Cylindrical-coordinate representation of color #6402AD: hue angle of 274.39º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6402AD is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 2 | 173 | - |
| CMYK | 0.42 | 0.99 | 0 | 0.32 |
| HSL | 274.39º | 0.98% | 0.34% | - |
| HSV(B) | 274.39º | 0.99% | 0.68% | - |
| XYZ | 12.82 | 5.77 | 39.97 | - |
| YUV | 50.8 | 196.97 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 2 | 173 | 0.42 | 0.99 | 0 | 0.32 | 274.39 | 0.98 | 0.34 |
| Hex | 64 | 2 | AD | 2A | 63 | 0 | 20 | 112 | 62 | 22 |
| Octal | 144 | 2 | 255 | 52 | 143 | 0 | 40 | 422 | 142 | 42 |
| Binary | 1100100 | 10 | 10101101 | 101010 | 1100011 | 0 | 100000 | 100010010 | 1100010 | 100010 |
Color Harmonies of #6402AD
Complementary color
Monochromatic Colors of #6402AD
Black with #6402AD
Text Example
Text Example
White with #6402AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6402AD; }
p { color: rgb(100,2,173); }
H1.HeaderClassName
{
color: #6402AD;
}
.AnyTagClassName
{
color: #6402AD;
}
</style>
background-color css
<style>
a { background-color: #6402AD; }
a { background-color: rgb(100,2,173); }
div.DivClassName
{
background-color: #6402AD;
}
.BgClassName
{
background-color: #6402AD;
}
</style>
border-color css
<style>
span { border-color: #6402AD; }
span { border-color: rgb(100,2,173); }
td.TdClassName
{
border-color: #6402AD;
}
.TagClassName
{
border-color: #6402AD;
}
</style>