Shades of Indigo #410171
Tints of Indigo #410171
RGB
CMYK
RGB Variations
Color information
#410171 (or 0x410171) is known color: Indigo. HEX triplet: 41, 01 and 71. RGB value is (65,1,113). Sum of RGB (Red+Green+Blue) = 65+1+113=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 1 (0.78% from 255 or 0.56% from 179); Blue value is 113 (44.53% from 255 or 63.13% from 179); Max value from RGB is 113 - color contains mainly: blue. Hex color #410171 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410171 is #BEFE8E. Grayscale: #202020. Windows color (decimal): -12517007 or 7405889. OLE color: 7405889.
HSL color Cylindrical-coordinate representation of color #410171: hue angle of 274.29º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #410171 is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 65 | 1 | 113 | - |
| CMYK | 0.42 | 0.99 | 0 | 0.56 |
| HSL | 274.29º | 0.98% | 0.22% | - |
| HSV(B) | 274.29º | 0.99% | 0.44% | - |
| XYZ | 5.17 | 2.34 | 15.8 | - |
| YUV | 32.9 | 173.2 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 1 | 113 | 0.42 | 0.99 | 0 | 0.56 | 274.29 | 0.98 | 0.22 |
| Hex | 41 | 1 | 71 | 2A | 63 | 0 | 38 | 112 | 62 | 16 |
| Octal | 101 | 1 | 161 | 52 | 143 | 0 | 70 | 422 | 142 | 26 |
| Binary | 1000001 | 1 | 1110001 | 101010 | 1100011 | 0 | 111000 | 100010010 | 1100010 | 10110 |
Color Harmonies of #410171
Complementary color
Monochromatic Colors of #410171
Black with #410171
Text Example
Text Example
White with #410171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410171; }
p { color: rgb(65,1,113); }
H1.HeaderClassName
{
color: #410171;
}
.AnyTagClassName
{
color: #410171;
}
</style>
background-color css
<style>
a { background-color: #410171; }
a { background-color: rgb(65,1,113); }
div.DivClassName
{
background-color: #410171;
}
.BgClassName
{
background-color: #410171;
}
</style>
border-color css
<style>
span { border-color: #410171; }
span { border-color: rgb(65,1,113); }
td.TdClassName
{
border-color: #410171;
}
.TagClassName
{
border-color: #410171;
}
</style>