Shades of Indigo #6402AB
Tints of Indigo #6402AB
RGB
CMYK
RGB Variations
Color information
#6402AB (or 0x6402AB) is known color: Indigo. HEX triplet: 64, 02 and AB. RGB value is (100,2,171). Sum of RGB (Red+Green+Blue) = 100+2+171=273 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.63% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 171 (67.19% from 255 or 62.64% from 273); Max value from RGB is 171 - color contains mainly: blue. Hex color #6402AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6402AB is #9BFD54. Grayscale: #313131. Windows color (decimal): -10222933 or 11207268. OLE color: 11207268.
HSL color Cylindrical-coordinate representation of color #6402AB: hue angle of 274.79º 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 #6402AB is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 2 | 171 | - |
| CMYK | 0.42 | 0.99 | 0 | 0.33 |
| HSL | 274.79º | 0.98% | 0.34% | - |
| HSV(B) | 274.79º | 0.99% | 0.67% | - |
| XYZ | 12.63 | 5.69 | 38.96 | - |
| YUV | 50.57 | 195.97 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 2 | 171 | 0.42 | 0.99 | 0 | 0.33 | 274.79 | 0.98 | 0.34 |
| Hex | 64 | 2 | AB | 2A | 63 | 0 | 21 | 113 | 62 | 22 |
| Octal | 144 | 2 | 253 | 52 | 143 | 0 | 41 | 423 | 142 | 42 |
| Binary | 1100100 | 10 | 10101011 | 101010 | 1100011 | 0 | 100001 | 100010011 | 1100010 | 100010 |
Color Harmonies of #6402AB
Complementary color
Monochromatic Colors of #6402AB
Black with #6402AB
Text Example
Text Example
White with #6402AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6402AB; }
p { color: rgb(100,2,171); }
H1.HeaderClassName
{
color: #6402AB;
}
.AnyTagClassName
{
color: #6402AB;
}
</style>
background-color css
<style>
a { background-color: #6402AB; }
a { background-color: rgb(100,2,171); }
div.DivClassName
{
background-color: #6402AB;
}
.BgClassName
{
background-color: #6402AB;
}
</style>
border-color css
<style>
span { border-color: #6402AB; }
span { border-color: rgb(100,2,171); }
td.TdClassName
{
border-color: #6402AB;
}
.TagClassName
{
border-color: #6402AB;
}
</style>