Shades of Indigo #410F99
Tints of Indigo #410F99
RGB
CMYK
RGB Variations
Color information
#410F99 (or 0x410F99) is known color: Indigo. HEX triplet: 41, 0F and 99. RGB value is (65,15,153). Sum of RGB (Red+Green+Blue) = 65+15+153=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 15 (6.25% from 255 or 6.44% from 233); Blue value is 153 (60.16% from 255 or 65.67% from 233); Max value from RGB is 153 - color contains mainly: blue. Hex color #410F99 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410F99 is #BEF066. Grayscale: #2D2D2D. Windows color (decimal): -12513383 or 10030913. OLE color: 10030913.
HSL color Cylindrical-coordinate representation of color #410F99: hue angle of 261.74º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #410F99 is Cyan = 0.58, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 65 | 15 | 153 | - |
| CMYK | 0.58 | 0.90 | 0 | 0.4 |
| HSL | 261.74º | 0.82% | 0.33% | - |
| HSV(B) | 261.74º | 0.9% | 0.6% | - |
| XYZ | 8.1 | 3.77 | 30.44 | - |
| YUV | 45.68 | 188.57 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 15 | 153 | 0.58 | 0.90 | 0 | 0.4 | 261.74 | 0.82 | 0.33 |
| Hex | 41 | F | 99 | 3A | 5A | 0 | 28 | 106 | 52 | 21 |
| Octal | 101 | 17 | 231 | 72 | 132 | 0 | 50 | 406 | 122 | 41 |
| Binary | 1000001 | 1111 | 10011001 | 111010 | 1011010 | 0 | 101000 | 100000110 | 1010010 | 100001 |
Color Harmonies of #410F99
Complementary color
Monochromatic Colors of #410F99
Black with #410F99
Text Example
Text Example
White with #410F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410F99; }
p { color: rgb(65,15,153); }
H1.HeaderClassName
{
color: #410F99;
}
.AnyTagClassName
{
color: #410F99;
}
</style>
background-color css
<style>
a { background-color: #410F99; }
a { background-color: rgb(65,15,153); }
div.DivClassName
{
background-color: #410F99;
}
.BgClassName
{
background-color: #410F99;
}
</style>
border-color css
<style>
span { border-color: #410F99; }
span { border-color: rgb(65,15,153); }
td.TdClassName
{
border-color: #410F99;
}
.TagClassName
{
border-color: #410F99;
}
</style>