Shades of Indigo #6404AB
Tints of Indigo #6404AB
RGB
CMYK
RGB Variations
Color information
#6404AB (or 0x6404AB) is known color: Indigo. HEX triplet: 64, 04 and AB. RGB value is (100,4,171). Sum of RGB (Red+Green+Blue) = 100+4+171=275 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.36% from 275); Green value is 4 (1.95% from 255 or 1.45% from 275); Blue value is 171 (67.19% from 255 or 62.18% from 275); Max value from RGB is 171 - color contains mainly: blue. Hex color #6404AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6404AB is #9BFB54. Grayscale: #333333. Windows color (decimal): -10222421 or 11207780. OLE color: 11207780.
HSL color Cylindrical-coordinate representation of color #6404AB: hue angle of 274.49º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6404AB is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 4 | 171 | - |
| CMYK | 0.42 | 0.98 | 0 | 0.33 |
| HSL | 274.49º | 0.95% | 0.34% | - |
| HSV(B) | 274.49º | 0.98% | 0.67% | - |
| XYZ | 12.65 | 5.74 | 38.97 | - |
| YUV | 51.74 | 195.3 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 4 | 171 | 0.42 | 0.98 | 0 | 0.33 | 274.49 | 0.95 | 0.34 |
| Hex | 64 | 4 | AB | 2A | 62 | 0 | 21 | 112 | 5F | 22 |
| Octal | 144 | 4 | 253 | 52 | 142 | 0 | 41 | 422 | 137 | 42 |
| Binary | 1100100 | 100 | 10101011 | 101010 | 1100010 | 0 | 100001 | 100010010 | 1011111 | 100010 |
Color Harmonies of #6404AB
Complementary color
Monochromatic Colors of #6404AB
Black with #6404AB
Text Example
Text Example
White with #6404AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6404AB; }
p { color: rgb(100,4,171); }
H1.HeaderClassName
{
color: #6404AB;
}
.AnyTagClassName
{
color: #6404AB;
}
</style>
background-color css
<style>
a { background-color: #6404AB; }
a { background-color: rgb(100,4,171); }
div.DivClassName
{
background-color: #6404AB;
}
.BgClassName
{
background-color: #6404AB;
}
</style>
border-color css
<style>
span { border-color: #6404AB; }
span { border-color: rgb(100,4,171); }
td.TdClassName
{
border-color: #6404AB;
}
.TagClassName
{
border-color: #6404AB;
}
</style>