Shades of Indigo #6400AD
Tints of Indigo #6400AD
RGB
CMYK
RGB Variations
Color information
#6400AD (or 0x6400AD) is known color: Indigo. HEX triplet: 64, 00 and AD. RGB value is (100,0,173). Sum of RGB (Red+Green+Blue) = 100+0+173=273 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.63% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 173 (67.97% from 255 or 63.37% from 273); Max value from RGB is 173 - color contains mainly: blue. Hex color #6400AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6400AD is #9BFF52. Grayscale: #313131. Windows color (decimal): -10223443 or 11337828. OLE color: 11337828.
HSL color Cylindrical-coordinate representation of color #6400AD: hue angle of 274.68º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6400AD is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 0 | 173 | - |
| CMYK | 0.42 | 1 | 0 | 0.32 |
| HSL | 274.68º | 1% | 0.34% | - |
| HSV(B) | 274.68º | 1% | 0.68% | - |
| XYZ | 12.8 | 5.73 | 39.97 | - |
| YUV | 49.62 | 197.63 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 0 | 173 | 0.42 | 1 | 0 | 0.32 | 274.68 | 1 | 0.34 |
| Hex | 64 | 0 | AD | 2A | 64 | 0 | 20 | 113 | 64 | 22 |
| Octal | 144 | 0 | 255 | 52 | 144 | 0 | 40 | 423 | 144 | 42 |
| Binary | 1100100 | 0 | 10101101 | 101010 | 1100100 | 0 | 100000 | 100010011 | 1100100 | 100010 |
Color Harmonies of #6400AD
Complementary color
Monochromatic Colors of #6400AD
Black with #6400AD
Text Example
Text Example
White with #6400AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6400AD; }
p { color: rgb(100,0,173); }
H1.HeaderClassName
{
color: #6400AD;
}
.AnyTagClassName
{
color: #6400AD;
}
</style>
background-color css
<style>
a { background-color: #6400AD; }
a { background-color: rgb(100,0,173); }
div.DivClassName
{
background-color: #6400AD;
}
.BgClassName
{
background-color: #6400AD;
}
</style>
border-color css
<style>
span { border-color: #6400AD; }
span { border-color: rgb(100,0,173); }
td.TdClassName
{
border-color: #6400AD;
}
.TagClassName
{
border-color: #6400AD;
}
</style>