Shades of Indigo #410DAB
Tints of Indigo #410DAB
RGB
CMYK
RGB Variations
Color information
#410DAB (or 0x410DAB) is known color: Indigo. HEX triplet: 41, 0D and AB. RGB value is (65,13,171). Sum of RGB (Red+Green+Blue) = 65+13+171=249 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.10% from 249); Green value is 13 (5.47% from 255 or 5.22% from 249); Blue value is 171 (67.19% from 255 or 68.67% from 249); Max value from RGB is 171 - color contains mainly: blue. Hex color #410DAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410DAB is #BEF254. Grayscale: #2D2D2D. Windows color (decimal): -12513877 or 11210049. OLE color: 11210049.
HSL color Cylindrical-coordinate representation of color #410DAB: hue angle of 259.75º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #410DAB is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 13 | 171 | - |
| CMYK | 0.62 | 0.92 | 0 | 0.33 |
| HSL | 259.75º | 0.86% | 0.36% | - |
| HSV(B) | 259.75º | 0.92% | 0.67% | - |
| XYZ | 9.67 | 4.35 | 38.86 | - |
| YUV | 46.56 | 198.23 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 13 | 171 | 0.62 | 0.92 | 0 | 0.33 | 259.75 | 0.86 | 0.36 |
| Hex | 41 | D | AB | 3E | 5C | 0 | 21 | 104 | 56 | 24 |
| Octal | 101 | 15 | 253 | 76 | 134 | 0 | 41 | 404 | 126 | 44 |
| Binary | 1000001 | 1101 | 10101011 | 111110 | 1011100 | 0 | 100001 | 100000100 | 1010110 | 100100 |
Color Harmonies of #410DAB
Complementary color
Monochromatic Colors of #410DAB
Black with #410DAB
Text Example
Text Example
White with #410DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410DAB; }
p { color: rgb(65,13,171); }
H1.HeaderClassName
{
color: #410DAB;
}
.AnyTagClassName
{
color: #410DAB;
}
</style>
background-color css
<style>
a { background-color: #410DAB; }
a { background-color: rgb(65,13,171); }
div.DivClassName
{
background-color: #410DAB;
}
.BgClassName
{
background-color: #410DAB;
}
</style>
border-color css
<style>
span { border-color: #410DAB; }
span { border-color: rgb(65,13,171); }
td.TdClassName
{
border-color: #410DAB;
}
.TagClassName
{
border-color: #410DAB;
}
</style>