Shades of Indigo #410C95
Tints of Indigo #410C95
RGB
CMYK
RGB Variations
Color information
#410C95 (or 0x410C95) is known color: Indigo. HEX triplet: 41, 0C and 95. RGB value is (65,12,149). Sum of RGB (Red+Green+Blue) = 65+12+149=226 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.76% from 226); Green value is 12 (5.08% from 255 or 5.31% from 226); Blue value is 149 (58.59% from 255 or 65.93% from 226); Max value from RGB is 149 - color contains mainly: blue. Hex color #410C95 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410C95 is #BEF36A. Grayscale: #2A2A2A. Windows color (decimal): -12514155 or 9768001. OLE color: 9768001.
HSL color Cylindrical-coordinate representation of color #410C95: hue angle of 263.21º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #410C95 is Cyan = 0.56, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 65 | 12 | 149 | - |
| CMYK | 0.56 | 0.92 | 0 | 0.42 |
| HSL | 263.21º | 0.85% | 0.32% | - |
| HSV(B) | 263.21º | 0.92% | 0.58% | - |
| XYZ | 7.74 | 3.56 | 28.71 | - |
| YUV | 43.47 | 187.56 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 12 | 149 | 0.56 | 0.92 | 0 | 0.42 | 263.21 | 0.85 | 0.32 |
| Hex | 41 | C | 95 | 38 | 5C | 0 | 2A | 107 | 55 | 20 |
| Octal | 101 | 14 | 225 | 70 | 134 | 0 | 52 | 407 | 125 | 40 |
| Binary | 1000001 | 1100 | 10010101 | 111000 | 1011100 | 0 | 101010 | 100000111 | 1010101 | 100000 |
Color Harmonies of #410C95
Complementary color
Monochromatic Colors of #410C95
Black with #410C95
Text Example
Text Example
White with #410C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410C95; }
p { color: rgb(65,12,149); }
H1.HeaderClassName
{
color: #410C95;
}
.AnyTagClassName
{
color: #410C95;
}
</style>
background-color css
<style>
a { background-color: #410C95; }
a { background-color: rgb(65,12,149); }
div.DivClassName
{
background-color: #410C95;
}
.BgClassName
{
background-color: #410C95;
}
</style>
border-color css
<style>
span { border-color: #410C95; }
span { border-color: rgb(65,12,149); }
td.TdClassName
{
border-color: #410C95;
}
.TagClassName
{
border-color: #410C95;
}
</style>