Shades of Indigo #6402A1
Tints of Indigo #6402A1
RGB
CMYK
RGB Variations
Color information
#6402A1 (or 0x6402A1) is known color: Indigo. HEX triplet: 64, 02 and A1. RGB value is (100,2,161). Sum of RGB (Red+Green+Blue) = 100+2+161=263 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.02% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 161 (63.28% from 255 or 61.22% from 263); Max value from RGB is 161 - color contains mainly: blue. Hex color #6402A1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6402A1 is #9BFD5E. Grayscale: #303030. Windows color (decimal): -10222943 or 10551908. OLE color: 10551908.
HSL color Cylindrical-coordinate representation of color #6402A1: hue angle of 276.98º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6402A1 is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 100 | 2 | 161 | - |
| CMYK | 0.38 | 0.99 | 0 | 0.37 |
| HSL | 276.98º | 0.98% | 0.32% | - |
| HSV(B) | 276.98º | 0.99% | 0.63% | - |
| XYZ | 11.71 | 5.33 | 34.13 | - |
| YUV | 49.43 | 190.97 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 2 | 161 | 0.38 | 0.99 | 0 | 0.37 | 276.98 | 0.98 | 0.32 |
| Hex | 64 | 2 | A1 | 26 | 63 | 0 | 25 | 115 | 62 | 20 |
| Octal | 144 | 2 | 241 | 46 | 143 | 0 | 45 | 425 | 142 | 40 |
| Binary | 1100100 | 10 | 10100001 | 100110 | 1100011 | 0 | 100101 | 100010101 | 1100010 | 100000 |
Color Harmonies of #6402A1
Complementary color
Monochromatic Colors of #6402A1
Black with #6402A1
Text Example
Text Example
White with #6402A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6402A1; }
p { color: rgb(100,2,161); }
H1.HeaderClassName
{
color: #6402A1;
}
.AnyTagClassName
{
color: #6402A1;
}
</style>
background-color css
<style>
a { background-color: #6402A1; }
a { background-color: rgb(100,2,161); }
div.DivClassName
{
background-color: #6402A1;
}
.BgClassName
{
background-color: #6402A1;
}
</style>
border-color css
<style>
span { border-color: #6402A1; }
span { border-color: rgb(100,2,161); }
td.TdClassName
{
border-color: #6402A1;
}
.TagClassName
{
border-color: #6402A1;
}
</style>