Shades of Indigo #410FAB
Tints of Indigo #410FAB
RGB
CMYK
RGB Variations
Color information
#410FAB (or 0x410FAB) is known color: Indigo. HEX triplet: 41, 0F and AB. RGB value is (65,15,171). Sum of RGB (Red+Green+Blue) = 65+15+171=251 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.90% from 251); Green value is 15 (6.25% from 255 or 5.98% from 251); Blue value is 171 (67.19% from 255 or 68.13% from 251); Max value from RGB is 171 - color contains mainly: blue. Hex color #410FAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410FAB is #BEF054. Grayscale: #2F2F2F. Windows color (decimal): -12513365 or 11210561. OLE color: 11210561.
HSL color Cylindrical-coordinate representation of color #410FAB: hue angle of 259.23º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #410FAB is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 15 | 171 | - |
| CMYK | 0.62 | 0.91 | 0 | 0.33 |
| HSL | 259.23º | 0.84% | 0.36% | - |
| HSV(B) | 259.23º | 0.91% | 0.67% | - |
| XYZ | 9.7 | 4.41 | 38.87 | - |
| YUV | 47.73 | 197.57 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 15 | 171 | 0.62 | 0.91 | 0 | 0.33 | 259.23 | 0.84 | 0.36 |
| Hex | 41 | F | AB | 3E | 5B | 0 | 21 | 103 | 54 | 24 |
| Octal | 101 | 17 | 253 | 76 | 133 | 0 | 41 | 403 | 124 | 44 |
| Binary | 1000001 | 1111 | 10101011 | 111110 | 1011011 | 0 | 100001 | 100000011 | 1010100 | 100100 |
Color Harmonies of #410FAB
Complementary color
Monochromatic Colors of #410FAB
Black with #410FAB
Text Example
Text Example
White with #410FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410FAB; }
p { color: rgb(65,15,171); }
H1.HeaderClassName
{
color: #410FAB;
}
.AnyTagClassName
{
color: #410FAB;
}
</style>
background-color css
<style>
a { background-color: #410FAB; }
a { background-color: rgb(65,15,171); }
div.DivClassName
{
background-color: #410FAB;
}
.BgClassName
{
background-color: #410FAB;
}
</style>
border-color css
<style>
span { border-color: #410FAB; }
span { border-color: rgb(65,15,171); }
td.TdClassName
{
border-color: #410FAB;
}
.TagClassName
{
border-color: #410FAB;
}
</style>