Shades of Indigo #410192
Tints of Indigo #410192
RGB
CMYK
RGB Variations
Color information
#410192 (or 0x410192) is known color: Indigo. HEX triplet: 41, 01 and 92. RGB value is (65,1,146). Sum of RGB (Red+Green+Blue) = 65+1+146=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 146 (57.42% from 255 or 68.87% from 212); Max value from RGB is 146 - color contains mainly: blue. Hex color #410192 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410192 is #BEFE6D. Grayscale: #242424. Windows color (decimal): -12516974 or 9568577. OLE color: 9568577.
HSL color Cylindrical-coordinate representation of color #410192: hue angle of 266.48º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #410192 is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 1 | 146 | - |
| CMYK | 0.55 | 0.99 | 0 | 0.43 |
| HSL | 266.48º | 0.99% | 0.29% | - |
| HSV(B) | 266.48º | 0.99% | 0.57% | - |
| XYZ | 7.38 | 3.22 | 27.43 | - |
| YUV | 36.67 | 189.7 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 1 | 146 | 0.55 | 0.99 | 0 | 0.43 | 266.48 | 0.99 | 0.29 |
| Hex | 41 | 1 | 92 | 37 | 63 | 0 | 2B | 10A | 63 | 1D |
| Octal | 101 | 1 | 222 | 67 | 143 | 0 | 53 | 412 | 143 | 35 |
| Binary | 1000001 | 1 | 10010010 | 110111 | 1100011 | 0 | 101011 | 100001010 | 1100011 | 11101 |
Color Harmonies of #410192
Complementary color
Monochromatic Colors of #410192
Black with #410192
Text Example
Text Example
White with #410192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410192; }
p { color: rgb(65,1,146); }
H1.HeaderClassName
{
color: #410192;
}
.AnyTagClassName
{
color: #410192;
}
</style>
background-color css
<style>
a { background-color: #410192; }
a { background-color: rgb(65,1,146); }
div.DivClassName
{
background-color: #410192;
}
.BgClassName
{
background-color: #410192;
}
</style>
border-color css
<style>
span { border-color: #410192; }
span { border-color: rgb(65,1,146); }
td.TdClassName
{
border-color: #410192;
}
.TagClassName
{
border-color: #410192;
}
</style>