Shades of Indigo #410B7B
Tints of Indigo #410B7B
RGB
CMYK
RGB Variations
Color information
#410B7B (or 0x410B7B) is known color: Indigo. HEX triplet: 41, 0B and 7B. RGB value is (65,11,123). Sum of RGB (Red+Green+Blue) = 65+11+123=199 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.66% from 199); Green value is 11 (4.69% from 255 or 5.53% from 199); Blue value is 123 (48.44% from 255 or 61.81% from 199); Max value from RGB is 123 - color contains mainly: blue. Hex color #410B7B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410B7B is #BEF484. Grayscale: #272727. Windows color (decimal): -12514437 or 8063809. OLE color: 8063809.
HSL color Cylindrical-coordinate representation of color #410B7B: hue angle of 268.93º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #410B7B is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 65 | 11 | 123 | - |
| CMYK | 0.47 | 0.91 | 0 | 0.52 |
| HSL | 268.93º | 0.84% | 0.26% | - |
| HSV(B) | 268.93º | 0.91% | 0.48% | - |
| XYZ | 5.87 | 2.79 | 18.97 | - |
| YUV | 39.91 | 174.89 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 11 | 123 | 0.47 | 0.91 | 0 | 0.52 | 268.93 | 0.84 | 0.26 |
| Hex | 41 | B | 7B | 2F | 5B | 0 | 34 | 10D | 54 | 1A |
| Octal | 101 | 13 | 173 | 57 | 133 | 0 | 64 | 415 | 124 | 32 |
| Binary | 1000001 | 1011 | 1111011 | 101111 | 1011011 | 0 | 110100 | 100001101 | 1010100 | 11010 |
Color Harmonies of #410B7B
Complementary color
Monochromatic Colors of #410B7B
Black with #410B7B
Text Example
Text Example
White with #410B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410B7B; }
p { color: rgb(65,11,123); }
H1.HeaderClassName
{
color: #410B7B;
}
.AnyTagClassName
{
color: #410B7B;
}
</style>
background-color css
<style>
a { background-color: #410B7B; }
a { background-color: rgb(65,11,123); }
div.DivClassName
{
background-color: #410B7B;
}
.BgClassName
{
background-color: #410B7B;
}
</style>
border-color css
<style>
span { border-color: #410B7B; }
span { border-color: rgb(65,11,123); }
td.TdClassName
{
border-color: #410B7B;
}
.TagClassName
{
border-color: #410B7B;
}
</style>