Shades of Indigo #410B7E
Tints of Indigo #410B7E
RGB
CMYK
RGB Variations
Color information
#410B7E (or 0x410B7E) is known color: Indigo. HEX triplet: 41, 0B and 7E. RGB value is (65,11,126). Sum of RGB (Red+Green+Blue) = 65+11+126=202 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.18% from 202); Green value is 11 (4.69% from 255 or 5.45% from 202); Blue value is 126 (49.61% from 255 or 62.38% from 202); Max value from RGB is 126 - color contains mainly: blue. Hex color #410B7E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410B7E is #BEF481. Grayscale: #272727. Windows color (decimal): -12514434 or 8260417. OLE color: 8260417.
HSL color Cylindrical-coordinate representation of color #410B7E: hue angle of 268.17º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #410B7E is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 11 | 126 | - |
| CMYK | 0.48 | 0.91 | 0 | 0.51 |
| HSL | 268.17º | 0.84% | 0.27% | - |
| HSV(B) | 268.17º | 0.91% | 0.49% | - |
| XYZ | 6.07 | 2.87 | 19.97 | - |
| YUV | 40.26 | 176.39 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 11 | 126 | 0.48 | 0.91 | 0 | 0.51 | 268.17 | 0.84 | 0.27 |
| Hex | 41 | B | 7E | 30 | 5B | 0 | 33 | 10C | 54 | 1B |
| Octal | 101 | 13 | 176 | 60 | 133 | 0 | 63 | 414 | 124 | 33 |
| Binary | 1000001 | 1011 | 1111110 | 110000 | 1011011 | 0 | 110011 | 100001100 | 1010100 | 11011 |
Color Harmonies of #410B7E
Complementary color
Monochromatic Colors of #410B7E
Black with #410B7E
Text Example
Text Example
White with #410B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410B7E; }
p { color: rgb(65,11,126); }
H1.HeaderClassName
{
color: #410B7E;
}
.AnyTagClassName
{
color: #410B7E;
}
</style>
background-color css
<style>
a { background-color: #410B7E; }
a { background-color: rgb(65,11,126); }
div.DivClassName
{
background-color: #410B7E;
}
.BgClassName
{
background-color: #410B7E;
}
</style>
border-color css
<style>
span { border-color: #410B7E; }
span { border-color: rgb(65,11,126); }
td.TdClassName
{
border-color: #410B7E;
}
.TagClassName
{
border-color: #410B7E;
}
</style>