Shades of Indigo #410B88
Tints of Indigo #410B88
RGB
CMYK
RGB Variations
Color information
#410B88 (or 0x410B88) is known color: Indigo. HEX triplet: 41, 0B and 88. RGB value is (65,11,136). Sum of RGB (Red+Green+Blue) = 65+11+136=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 11 (4.69% from 255 or 5.19% from 212); Blue value is 136 (53.52% from 255 or 64.15% from 212); Max value from RGB is 136 - color contains mainly: blue. Hex color #410B88 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410B88 is #BEF477. Grayscale: #282828. Windows color (decimal): -12514424 or 8915777. OLE color: 8915777.
HSL color Cylindrical-coordinate representation of color #410B88: hue angle of 265.92º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #410B88 is Cyan = 0.52, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 65 | 11 | 136 | - |
| CMYK | 0.52 | 0.92 | 0 | 0.47 |
| HSL | 265.92º | 0.85% | 0.29% | - |
| HSV(B) | 265.92º | 0.92% | 0.53% | - |
| XYZ | 6.74 | 3.14 | 23.54 | - |
| YUV | 41.4 | 181.39 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 11 | 136 | 0.52 | 0.92 | 0 | 0.47 | 265.92 | 0.85 | 0.29 |
| Hex | 41 | B | 88 | 34 | 5C | 0 | 2F | 10A | 55 | 1D |
| Octal | 101 | 13 | 210 | 64 | 134 | 0 | 57 | 412 | 125 | 35 |
| Binary | 1000001 | 1011 | 10001000 | 110100 | 1011100 | 0 | 101111 | 100001010 | 1010101 | 11101 |
Color Harmonies of #410B88
Complementary color
Monochromatic Colors of #410B88
Black with #410B88
Text Example
Text Example
White with #410B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410B88; }
p { color: rgb(65,11,136); }
H1.HeaderClassName
{
color: #410B88;
}
.AnyTagClassName
{
color: #410B88;
}
</style>
background-color css
<style>
a { background-color: #410B88; }
a { background-color: rgb(65,11,136); }
div.DivClassName
{
background-color: #410B88;
}
.BgClassName
{
background-color: #410B88;
}
</style>
border-color css
<style>
span { border-color: #410B88; }
span { border-color: rgb(65,11,136); }
td.TdClassName
{
border-color: #410B88;
}
.TagClassName
{
border-color: #410B88;
}
</style>