Shades of Indigo #6401AD
Tints of Indigo #6401AD
RGB
CMYK
RGB Variations
Color information
#6401AD (or 0x6401AD) is known color: Indigo. HEX triplet: 64, 01 and AD. RGB value is (100,1,173). Sum of RGB (Red+Green+Blue) = 100+1+173=274 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.50% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 173 (67.97% from 255 or 63.14% from 274); Max value from RGB is 173 - color contains mainly: blue. Hex color #6401AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6401AD is #9BFE52. Grayscale: #313131. Windows color (decimal): -10223187 or 11338084. OLE color: 11338084.
HSL color Cylindrical-coordinate representation of color #6401AD: hue angle of 274.53º degrees, saturation: 0.99, 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 #6401AD is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 1 | 173 | - |
| CMYK | 0.42 | 0.99 | 0 | 0.32 |
| HSL | 274.53º | 0.99% | 0.34% | - |
| HSV(B) | 274.53º | 0.99% | 0.68% | - |
| XYZ | 12.81 | 5.75 | 39.97 | - |
| YUV | 50.21 | 197.3 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 1 | 173 | 0.42 | 0.99 | 0 | 0.32 | 274.53 | 0.99 | 0.34 |
| Hex | 64 | 1 | AD | 2A | 63 | 0 | 20 | 113 | 63 | 22 |
| Octal | 144 | 1 | 255 | 52 | 143 | 0 | 40 | 423 | 143 | 42 |
| Binary | 1100100 | 1 | 10101101 | 101010 | 1100011 | 0 | 100000 | 100010011 | 1100011 | 100010 |
Color Harmonies of #6401AD
Complementary color
Monochromatic Colors of #6401AD
Black with #6401AD
Text Example
Text Example
White with #6401AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6401AD; }
p { color: rgb(100,1,173); }
H1.HeaderClassName
{
color: #6401AD;
}
.AnyTagClassName
{
color: #6401AD;
}
</style>
background-color css
<style>
a { background-color: #6401AD; }
a { background-color: rgb(100,1,173); }
div.DivClassName
{
background-color: #6401AD;
}
.BgClassName
{
background-color: #6401AD;
}
</style>
border-color css
<style>
span { border-color: #6401AD; }
span { border-color: rgb(100,1,173); }
td.TdClassName
{
border-color: #6401AD;
}
.TagClassName
{
border-color: #6401AD;
}
</style>