Shades of Indigo #410987
Tints of Indigo #410987
RGB
CMYK
RGB Variations
Color information
#410987 (or 0x410987) is known color: Indigo. HEX triplet: 41, 09 and 87. RGB value is (65,9,135). Sum of RGB (Red+Green+Blue) = 65+9+135=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 135 (53.12% from 255 or 64.59% from 209); Max value from RGB is 135 - color contains mainly: blue. Hex color #410987 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410987 is #BEF678. Grayscale: #272727. Windows color (decimal): -12514937 or 8849729. OLE color: 8849729.
HSL color Cylindrical-coordinate representation of color #410987: hue angle of 266.67º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #410987 is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 65 | 9 | 135 | - |
| CMYK | 0.52 | 0.93 | 0 | 0.47 |
| HSL | 266.67º | 0.88% | 0.28% | - |
| HSV(B) | 266.67º | 0.93% | 0.53% | - |
| XYZ | 6.65 | 3.07 | 23.16 | - |
| YUV | 40.11 | 181.55 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 9 | 135 | 0.52 | 0.93 | 0 | 0.47 | 266.67 | 0.88 | 0.28 |
| Hex | 41 | 9 | 87 | 34 | 5D | 0 | 2F | 10B | 58 | 1C |
| Octal | 101 | 11 | 207 | 64 | 135 | 0 | 57 | 413 | 130 | 34 |
| Binary | 1000001 | 1001 | 10000111 | 110100 | 1011101 | 0 | 101111 | 100001011 | 1011000 | 11100 |
Color Harmonies of #410987
Complementary color
Monochromatic Colors of #410987
Black with #410987
Text Example
Text Example
White with #410987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410987; }
p { color: rgb(65,9,135); }
H1.HeaderClassName
{
color: #410987;
}
.AnyTagClassName
{
color: #410987;
}
</style>
background-color css
<style>
a { background-color: #410987; }
a { background-color: rgb(65,9,135); }
div.DivClassName
{
background-color: #410987;
}
.BgClassName
{
background-color: #410987;
}
</style>
border-color css
<style>
span { border-color: #410987; }
span { border-color: rgb(65,9,135); }
td.TdClassName
{
border-color: #410987;
}
.TagClassName
{
border-color: #410987;
}
</style>