Shades of Indigo #410A98
Tints of Indigo #410A98
RGB
CMYK
RGB Variations
Color information
#410A98 (or 0x410A98) is known color: Indigo. HEX triplet: 41, 0A and 98. RGB value is (65,10,152). Sum of RGB (Red+Green+Blue) = 65+10+152=227 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.63% from 227); Green value is 10 (4.30% from 255 or 4.41% from 227); Blue value is 152 (59.77% from 255 or 66.96% from 227); Max value from RGB is 152 - color contains mainly: blue. Hex color #410A98 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410A98 is #BEF567. Grayscale: #2A2A2A. Windows color (decimal): -12514664 or 9964097. OLE color: 9964097.
HSL color Cylindrical-coordinate representation of color #410A98: hue angle of 263.24º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #410A98 is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 65 | 10 | 152 | - |
| CMYK | 0.57 | 0.93 | 0 | 0.40 |
| HSL | 263.24º | 0.88% | 0.32% | - |
| HSV(B) | 263.24º | 0.93% | 0.6% | - |
| XYZ | 7.96 | 3.61 | 29.98 | - |
| YUV | 42.63 | 189.72 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 10 | 152 | 0.57 | 0.93 | 0 | 0.40 | 263.24 | 0.88 | 0.32 |
| Hex | 41 | A | 98 | 39 | 5D | 0 | 28 | 107 | 58 | 20 |
| Octal | 101 | 12 | 230 | 71 | 135 | 0 | 50 | 407 | 130 | 40 |
| Binary | 1000001 | 1010 | 10011000 | 111001 | 1011101 | 0 | 101000 | 100000111 | 1011000 | 100000 |
Color Harmonies of #410A98
Complementary color
Monochromatic Colors of #410A98
Black with #410A98
Text Example
Text Example
White with #410A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410A98; }
p { color: rgb(65,10,152); }
H1.HeaderClassName
{
color: #410A98;
}
.AnyTagClassName
{
color: #410A98;
}
</style>
background-color css
<style>
a { background-color: #410A98; }
a { background-color: rgb(65,10,152); }
div.DivClassName
{
background-color: #410A98;
}
.BgClassName
{
background-color: #410A98;
}
</style>
border-color css
<style>
span { border-color: #410A98; }
span { border-color: rgb(65,10,152); }
td.TdClassName
{
border-color: #410A98;
}
.TagClassName
{
border-color: #410A98;
}
</style>