Shades of Indigo #410997
Tints of Indigo #410997
RGB
CMYK
RGB Variations
Color information
#410997 (or 0x410997) is known color: Indigo. HEX triplet: 41, 09 and 97. RGB value is (65,9,151). Sum of RGB (Red+Green+Blue) = 65+9+151=225 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.89% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 151 (59.38% from 255 or 67.11% from 225); Max value from RGB is 151 - color contains mainly: blue. Hex color #410997 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410997 is #BEF668. Grayscale: #292929. Windows color (decimal): -12514921 or 9898305. OLE color: 9898305.
HSL color Cylindrical-coordinate representation of color #410997: hue angle of 263.66º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #410997 is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 65 | 9 | 151 | - |
| CMYK | 0.57 | 0.94 | 0 | 0.41 |
| HSL | 263.66º | 0.89% | 0.31% | - |
| HSV(B) | 263.66º | 0.94% | 0.59% | - |
| XYZ | 7.86 | 3.55 | 29.55 | - |
| YUV | 41.93 | 189.55 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 9 | 151 | 0.57 | 0.94 | 0 | 0.41 | 263.66 | 0.89 | 0.31 |
| Hex | 41 | 9 | 97 | 39 | 5E | 0 | 29 | 108 | 59 | 1F |
| Octal | 101 | 11 | 227 | 71 | 136 | 0 | 51 | 410 | 131 | 37 |
| Binary | 1000001 | 1001 | 10010111 | 111001 | 1011110 | 0 | 101001 | 100001000 | 1011001 | 11111 |
Color Harmonies of #410997
Complementary color
Monochromatic Colors of #410997
Black with #410997
Text Example
Text Example
White with #410997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410997; }
p { color: rgb(65,9,151); }
H1.HeaderClassName
{
color: #410997;
}
.AnyTagClassName
{
color: #410997;
}
</style>
background-color css
<style>
a { background-color: #410997; }
a { background-color: rgb(65,9,151); }
div.DivClassName
{
background-color: #410997;
}
.BgClassName
{
background-color: #410997;
}
</style>
border-color css
<style>
span { border-color: #410997; }
span { border-color: rgb(65,9,151); }
td.TdClassName
{
border-color: #410997;
}
.TagClassName
{
border-color: #410997;
}
</style>