Shades of Indigo #410592
Tints of Indigo #410592
RGB
CMYK
RGB Variations
Color information
#410592 (or 0x410592) is known color: Indigo. HEX triplet: 41, 05 and 92. RGB value is (65,5,146). Sum of RGB (Red+Green+Blue) = 65+5+146=216 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.09% from 216); Green value is 5 (2.34% from 255 or 2.31% from 216); Blue value is 146 (57.42% from 255 or 67.59% from 216); Max value from RGB is 146 - color contains mainly: blue. Hex color #410592 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410592 is #BEFA6D. Grayscale: #262626. Windows color (decimal): -12515950 or 9569601. OLE color: 9569601.
HSL color Cylindrical-coordinate representation of color #410592: hue angle of 265.53º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #410592 is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 5 | 146 | - |
| CMYK | 0.55 | 0.97 | 0 | 0.43 |
| HSL | 265.53º | 0.93% | 0.3% | - |
| HSV(B) | 265.53º | 0.97% | 0.57% | - |
| XYZ | 7.42 | 3.31 | 27.44 | - |
| YUV | 39.01 | 188.38 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 5 | 146 | 0.55 | 0.97 | 0 | 0.43 | 265.53 | 0.93 | 0.3 |
| Hex | 41 | 5 | 92 | 37 | 61 | 0 | 2B | 10A | 5D | 1E |
| Octal | 101 | 5 | 222 | 67 | 141 | 0 | 53 | 412 | 135 | 36 |
| Binary | 1000001 | 101 | 10010010 | 110111 | 1100001 | 0 | 101011 | 100001010 | 1011101 | 11110 |
Color Harmonies of #410592
Complementary color
Monochromatic Colors of #410592
Black with #410592
Text Example
Text Example
White with #410592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410592; }
p { color: rgb(65,5,146); }
H1.HeaderClassName
{
color: #410592;
}
.AnyTagClassName
{
color: #410592;
}
</style>
background-color css
<style>
a { background-color: #410592; }
a { background-color: rgb(65,5,146); }
div.DivClassName
{
background-color: #410592;
}
.BgClassName
{
background-color: #410592;
}
</style>
border-color css
<style>
span { border-color: #410592; }
span { border-color: rgb(65,5,146); }
td.TdClassName
{
border-color: #410592;
}
.TagClassName
{
border-color: #410592;
}
</style>