Shades of Indigo #6405A1
Tints of Indigo #6405A1
RGB
CMYK
RGB Variations
Color information
#6405A1 (or 0x6405A1) is known color: Indigo. HEX triplet: 64, 05 and A1. RGB value is (100,5,161). Sum of RGB (Red+Green+Blue) = 100+5+161=266 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.59% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 161 (63.28% from 255 or 60.53% from 266); Max value from RGB is 161 - color contains mainly: blue. Hex color #6405A1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6405A1 is #9BFA5E. Grayscale: #323232. Windows color (decimal): -10222175 or 10552676. OLE color: 10552676.
HSL color Cylindrical-coordinate representation of color #6405A1: hue angle of 276.54º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6405A1 is Cyan = 0.38, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 100 | 5 | 161 | - |
| CMYK | 0.38 | 0.97 | 0 | 0.37 |
| HSL | 276.54º | 0.94% | 0.33% | - |
| HSV(B) | 276.54º | 0.97% | 0.63% | - |
| XYZ | 11.74 | 5.39 | 34.14 | - |
| YUV | 51.19 | 189.97 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 5 | 161 | 0.38 | 0.97 | 0 | 0.37 | 276.54 | 0.94 | 0.33 |
| Hex | 64 | 5 | A1 | 26 | 61 | 0 | 25 | 115 | 5E | 21 |
| Octal | 144 | 5 | 241 | 46 | 141 | 0 | 45 | 425 | 136 | 41 |
| Binary | 1100100 | 101 | 10100001 | 100110 | 1100001 | 0 | 100101 | 100010101 | 1011110 | 100001 |
Color Harmonies of #6405A1
Complementary color
Monochromatic Colors of #6405A1
Black with #6405A1
Text Example
Text Example
White with #6405A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6405A1; }
p { color: rgb(100,5,161); }
H1.HeaderClassName
{
color: #6405A1;
}
.AnyTagClassName
{
color: #6405A1;
}
</style>
background-color css
<style>
a { background-color: #6405A1; }
a { background-color: rgb(100,5,161); }
div.DivClassName
{
background-color: #6405A1;
}
.BgClassName
{
background-color: #6405A1;
}
</style>
border-color css
<style>
span { border-color: #6405A1; }
span { border-color: rgb(100,5,161); }
td.TdClassName
{
border-color: #6405A1;
}
.TagClassName
{
border-color: #6405A1;
}
</style>