Shades of Indigo #410897
Tints of Indigo #410897
RGB
CMYK
RGB Variations
Color information
#410897 (or 0x410897) is known color: Indigo. HEX triplet: 41, 08 and 97. RGB value is (65,8,151). Sum of RGB (Red+Green+Blue) = 65+8+151=224 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.02% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 151 (59.38% from 255 or 67.41% from 224); Max value from RGB is 151 - color contains mainly: blue. Hex color #410897 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410897 is #BEF768. Grayscale: #282828. Windows color (decimal): -12515177 or 9898049. OLE color: 9898049.
HSL color Cylindrical-coordinate representation of color #410897: hue angle of 263.92º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #410897 is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 65 | 8 | 151 | - |
| CMYK | 0.57 | 0.95 | 0 | 0.41 |
| HSL | 263.92º | 0.9% | 0.31% | - |
| HSV(B) | 263.92º | 0.95% | 0.59% | - |
| XYZ | 7.85 | 3.53 | 29.55 | - |
| YUV | 41.35 | 189.88 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 8 | 151 | 0.57 | 0.95 | 0 | 0.41 | 263.92 | 0.9 | 0.31 |
| Hex | 41 | 8 | 97 | 39 | 5F | 0 | 29 | 108 | 5A | 1F |
| Octal | 101 | 10 | 227 | 71 | 137 | 0 | 51 | 410 | 132 | 37 |
| Binary | 1000001 | 1000 | 10010111 | 111001 | 1011111 | 0 | 101001 | 100001000 | 1011010 | 11111 |
Color Harmonies of #410897
Complementary color
Monochromatic Colors of #410897
Black with #410897
Text Example
Text Example
White with #410897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410897; }
p { color: rgb(65,8,151); }
H1.HeaderClassName
{
color: #410897;
}
.AnyTagClassName
{
color: #410897;
}
</style>
background-color css
<style>
a { background-color: #410897; }
a { background-color: rgb(65,8,151); }
div.DivClassName
{
background-color: #410897;
}
.BgClassName
{
background-color: #410897;
}
</style>
border-color css
<style>
span { border-color: #410897; }
span { border-color: rgb(65,8,151); }
td.TdClassName
{
border-color: #410897;
}
.TagClassName
{
border-color: #410897;
}
</style>