Shades of Indigo #410B95
Tints of Indigo #410B95
RGB
CMYK
RGB Variations
Color information
#410B95 (or 0x410B95) is known color: Indigo. HEX triplet: 41, 0B and 95. RGB value is (65,11,149). Sum of RGB (Red+Green+Blue) = 65+11+149=225 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.89% from 225); Green value is 11 (4.69% from 255 or 4.89% from 225); Blue value is 149 (58.59% from 255 or 66.22% from 225); Max value from RGB is 149 - color contains mainly: blue. Hex color #410B95 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410B95 is #BEF46A. Grayscale: #2A2A2A. Windows color (decimal): -12514411 or 9767745. OLE color: 9767745.
HSL color Cylindrical-coordinate representation of color #410B95: hue angle of 263.48º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #410B95 is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 65 | 11 | 149 | - |
| CMYK | 0.56 | 0.93 | 0 | 0.42 |
| HSL | 263.48º | 0.86% | 0.31% | - |
| HSV(B) | 263.48º | 0.93% | 0.58% | - |
| XYZ | 7.72 | 3.53 | 28.71 | - |
| YUV | 42.88 | 187.89 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 11 | 149 | 0.56 | 0.93 | 0 | 0.42 | 263.48 | 0.86 | 0.31 |
| Hex | 41 | B | 95 | 38 | 5D | 0 | 2A | 107 | 56 | 1F |
| Octal | 101 | 13 | 225 | 70 | 135 | 0 | 52 | 407 | 126 | 37 |
| Binary | 1000001 | 1011 | 10010101 | 111000 | 1011101 | 0 | 101010 | 100000111 | 1010110 | 11111 |
Color Harmonies of #410B95
Complementary color
Monochromatic Colors of #410B95
Black with #410B95
Text Example
Text Example
White with #410B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410B95; }
p { color: rgb(65,11,149); }
H1.HeaderClassName
{
color: #410B95;
}
.AnyTagClassName
{
color: #410B95;
}
</style>
background-color css
<style>
a { background-color: #410B95; }
a { background-color: rgb(65,11,149); }
div.DivClassName
{
background-color: #410B95;
}
.BgClassName
{
background-color: #410B95;
}
</style>
border-color css
<style>
span { border-color: #410B95; }
span { border-color: rgb(65,11,149); }
td.TdClassName
{
border-color: #410B95;
}
.TagClassName
{
border-color: #410B95;
}
</style>