Shades of Indigo #410570
Tints of Indigo #410570
RGB
CMYK
RGB Variations
Color information
#410570 (or 0x410570) is known color: Indigo. HEX triplet: 41, 05 and 70. RGB value is (65,5,112). Sum of RGB (Red+Green+Blue) = 65+5+112=182 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.71% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 112 (44.14% from 255 or 61.54% from 182); Max value from RGB is 112 - color contains mainly: blue. Hex color #410570 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410570 is #BEFA8F. Grayscale: #222222. Windows color (decimal): -12515984 or 7341377. OLE color: 7341377.
HSL color Cylindrical-coordinate representation of color #410570: hue angle of 273.64º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #410570 is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 65 | 5 | 112 | - |
| CMYK | 0.42 | 0.96 | 0 | 0.56 |
| HSL | 273.64º | 0.91% | 0.23% | - |
| HSV(B) | 273.64º | 0.96% | 0.44% | - |
| XYZ | 5.16 | 2.4 | 15.52 | - |
| YUV | 35.14 | 171.38 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 5 | 112 | 0.42 | 0.96 | 0 | 0.56 | 273.64 | 0.91 | 0.23 |
| Hex | 41 | 5 | 70 | 2A | 60 | 0 | 38 | 112 | 5B | 17 |
| Octal | 101 | 5 | 160 | 52 | 140 | 0 | 70 | 422 | 133 | 27 |
| Binary | 1000001 | 101 | 1110000 | 101010 | 1100000 | 0 | 111000 | 100010010 | 1011011 | 10111 |
Color Harmonies of #410570
Complementary color
Monochromatic Colors of #410570
Black with #410570
Text Example
Text Example
White with #410570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410570; }
p { color: rgb(65,5,112); }
H1.HeaderClassName
{
color: #410570;
}
.AnyTagClassName
{
color: #410570;
}
</style>
background-color css
<style>
a { background-color: #410570; }
a { background-color: rgb(65,5,112); }
div.DivClassName
{
background-color: #410570;
}
.BgClassName
{
background-color: #410570;
}
</style>
border-color css
<style>
span { border-color: #410570; }
span { border-color: rgb(65,5,112); }
td.TdClassName
{
border-color: #410570;
}
.TagClassName
{
border-color: #410570;
}
</style>