Shades of Indigo #6413A1
Tints of Indigo #6413A1
RGB
CMYK
RGB Variations
Color information
#6413A1 (or 0x6413A1) is known color: Indigo. HEX triplet: 64, 13 and A1. RGB value is (100,19,161). Sum of RGB (Red+Green+Blue) = 100+19+161=280 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.71% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 161 (63.28% from 255 or 57.5% from 280); Max value from RGB is 161 - color contains mainly: blue. Hex color #6413A1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6413A1 is #9BEC5E. Grayscale: #3A3A3A. Windows color (decimal): -10218591 or 10556260. OLE color: 10556260.
HSL color Cylindrical-coordinate representation of color #6413A1: hue angle of 274.23º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6413A1 is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 100 | 19 | 161 | - |
| CMYK | 0.38 | 0.88 | 0 | 0.37 |
| HSL | 274.23º | 0.79% | 0.35% | - |
| HSV(B) | 274.23º | 0.88% | 0.63% | - |
| XYZ | 11.92 | 5.75 | 34.2 | - |
| YUV | 59.41 | 185.34 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 19 | 161 | 0.38 | 0.88 | 0 | 0.37 | 274.23 | 0.79 | 0.35 |
| Hex | 64 | 13 | A1 | 26 | 58 | 0 | 25 | 112 | 4F | 23 |
| Octal | 144 | 23 | 241 | 46 | 130 | 0 | 45 | 422 | 117 | 43 |
| Binary | 1100100 | 10011 | 10100001 | 100110 | 1011000 | 0 | 100101 | 100010010 | 1001111 | 100011 |
Color Harmonies of #6413A1
Complementary color
Monochromatic Colors of #6413A1
Black with #6413A1
Text Example
Text Example
White with #6413A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6413A1; }
p { color: rgb(100,19,161); }
H1.HeaderClassName
{
color: #6413A1;
}
.AnyTagClassName
{
color: #6413A1;
}
</style>
background-color css
<style>
a { background-color: #6413A1; }
a { background-color: rgb(100,19,161); }
div.DivClassName
{
background-color: #6413A1;
}
.BgClassName
{
background-color: #6413A1;
}
</style>
border-color css
<style>
span { border-color: #6413A1; }
span { border-color: rgb(100,19,161); }
td.TdClassName
{
border-color: #6413A1;
}
.TagClassName
{
border-color: #6413A1;
}
</style>