Shades of Indigo #410BA0
Tints of Indigo #410BA0
RGB
CMYK
RGB Variations
Color information
#410BA0 (or 0x410BA0) is known color: Indigo. HEX triplet: 41, 0B and A0. RGB value is (65,11,160). Sum of RGB (Red+Green+Blue) = 65+11+160=236 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.54% from 236); Green value is 11 (4.69% from 255 or 4.66% from 236); Blue value is 160 (62.89% from 255 or 67.80% from 236); Max value from RGB is 160 - color contains mainly: blue. Hex color #410BA0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410BA0 is #BEF45F. Grayscale: #2B2B2B. Windows color (decimal): -12514400 or 10488641. OLE color: 10488641.
HSL color Cylindrical-coordinate representation of color #410BA0: hue angle of 261.74º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #410BA0 is Cyan = 0.59, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 65 | 11 | 160 | - |
| CMYK | 0.59 | 0.93 | 0 | 0.37 |
| HSL | 261.75º | 0.87% | 0.34% | - |
| HSV(B) | 261.75º | 0.93% | 0.63% | - |
| XYZ | 8.64 | 3.9 | 33.56 | - |
| YUV | 44.13 | 193.39 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 11 | 160 | 0.59 | 0.93 | 0 | 0.37 | 261.75 | 0.87 | 0.34 |
| Hex | 41 | B | A0 | 3B | 5D | 0 | 25 | 106 | 57 | 22 |
| Octal | 101 | 13 | 240 | 73 | 135 | 0 | 45 | 406 | 127 | 42 |
| Binary | 1000001 | 1011 | 10100000 | 111011 | 1011101 | 0 | 100101 | 100000110 | 1010111 | 100010 |
Color Harmonies of #410BA0
Complementary color
Monochromatic Colors of #410BA0
Black with #410BA0
Text Example
Text Example
White with #410BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410BA0; }
p { color: rgb(65,11,160); }
H1.HeaderClassName
{
color: #410BA0;
}
.AnyTagClassName
{
color: #410BA0;
}
</style>
background-color css
<style>
a { background-color: #410BA0; }
a { background-color: rgb(65,11,160); }
div.DivClassName
{
background-color: #410BA0;
}
.BgClassName
{
background-color: #410BA0;
}
</style>
border-color css
<style>
span { border-color: #410BA0; }
span { border-color: rgb(65,11,160); }
td.TdClassName
{
border-color: #410BA0;
}
.TagClassName
{
border-color: #410BA0;
}
</style>