Shades of Indigo #410B73
Tints of Indigo #410B73
RGB
CMYK
RGB Variations
Color information
#410B73 (or 0x410B73) is known color: Indigo. HEX triplet: 41, 0B and 73. RGB value is (65,11,115). Sum of RGB (Red+Green+Blue) = 65+11+115=191 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.03% from 191); Green value is 11 (4.69% from 255 or 5.76% from 191); Blue value is 115 (45.31% from 255 or 60.21% from 191); Max value from RGB is 115 - color contains mainly: blue. Hex color #410B73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410B73 is #BEF48C. Grayscale: #262626. Windows color (decimal): -12514445 or 7539521. OLE color: 7539521.
HSL color Cylindrical-coordinate representation of color #410B73: hue angle of 271.15º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #410B73 is Cyan = 0.43, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 65 | 11 | 115 | - |
| CMYK | 0.43 | 0.90 | 0 | 0.55 |
| HSL | 271.15º | 0.83% | 0.25% | - |
| HSV(B) | 271.15º | 0.9% | 0.45% | - |
| XYZ | 5.39 | 2.6 | 16.44 | - |
| YUV | 39 | 170.89 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 11 | 115 | 0.43 | 0.90 | 0 | 0.55 | 271.15 | 0.83 | 0.25 |
| Hex | 41 | B | 73 | 2B | 5A | 0 | 37 | 10F | 53 | 19 |
| Octal | 101 | 13 | 163 | 53 | 132 | 0 | 67 | 417 | 123 | 31 |
| Binary | 1000001 | 1011 | 1110011 | 101011 | 1011010 | 0 | 110111 | 100001111 | 1010011 | 11001 |
Color Harmonies of #410B73
Complementary color
Monochromatic Colors of #410B73
Black with #410B73
Text Example
Text Example
White with #410B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410B73; }
p { color: rgb(65,11,115); }
H1.HeaderClassName
{
color: #410B73;
}
.AnyTagClassName
{
color: #410B73;
}
</style>
background-color css
<style>
a { background-color: #410B73; }
a { background-color: rgb(65,11,115); }
div.DivClassName
{
background-color: #410B73;
}
.BgClassName
{
background-color: #410B73;
}
</style>
border-color css
<style>
span { border-color: #410B73; }
span { border-color: rgb(65,11,115); }
td.TdClassName
{
border-color: #410B73;
}
.TagClassName
{
border-color: #410B73;
}
</style>