Shades of Indigo #410995
Tints of Indigo #410995
RGB
CMYK
RGB Variations
Color information
#410995 (or 0x410995) is known color: Indigo. HEX triplet: 41, 09 and 95. RGB value is (65,9,149). Sum of RGB (Red+Green+Blue) = 65+9+149=223 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.15% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 149 (58.59% from 255 or 66.82% from 223); Max value from RGB is 149 - color contains mainly: blue. Hex color #410995 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410995 is #BEF66A. Grayscale: #292929. Windows color (decimal): -12514923 or 9767233. OLE color: 9767233.
HSL color Cylindrical-coordinate representation of color #410995: hue angle of 264º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #410995 is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 65 | 9 | 149 | - |
| CMYK | 0.56 | 0.94 | 0 | 0.42 |
| HSL | 264º | 0.89% | 0.31% | - |
| HSV(B) | 264º | 0.94% | 0.58% | - |
| XYZ | 7.7 | 3.49 | 28.7 | - |
| YUV | 41.7 | 188.55 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 9 | 149 | 0.56 | 0.94 | 0 | 0.42 | 264 | 0.89 | 0.31 |
| Hex | 41 | 9 | 95 | 38 | 5E | 0 | 2A | 108 | 59 | 1F |
| Octal | 101 | 11 | 225 | 70 | 136 | 0 | 52 | 410 | 131 | 37 |
| Binary | 1000001 | 1001 | 10010101 | 111000 | 1011110 | 0 | 101010 | 100001000 | 1011001 | 11111 |
Color Harmonies of #410995
Complementary color
Monochromatic Colors of #410995
Black with #410995
Text Example
Text Example
White with #410995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410995; }
p { color: rgb(65,9,149); }
H1.HeaderClassName
{
color: #410995;
}
.AnyTagClassName
{
color: #410995;
}
</style>
background-color css
<style>
a { background-color: #410995; }
a { background-color: rgb(65,9,149); }
div.DivClassName
{
background-color: #410995;
}
.BgClassName
{
background-color: #410995;
}
</style>
border-color css
<style>
span { border-color: #410995; }
span { border-color: rgb(65,9,149); }
td.TdClassName
{
border-color: #410995;
}
.TagClassName
{
border-color: #410995;
}
</style>