Shades of Indigo #431171
Tints of Indigo #431171
RGB
CMYK
RGB Variations
Color information
#431171 (or 0x431171) is known color: Indigo. HEX triplet: 43, 11 and 71. RGB value is (67,17,113). Sum of RGB (Red+Green+Blue) = 67+17+113=197 (26% of max value = 765). Red value is 67 (26.56% from 255 or 34.01% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 113 (44.53% from 255 or 57.36% from 197); Max value from RGB is 113 - color contains mainly: blue. Hex color #431171 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #431171 is #BCEE8E. Grayscale: #2A2A2A. Windows color (decimal): -12381839 or 7409987. OLE color: 7409987.
HSL color Cylindrical-coordinate representation of color #431171: hue angle of 271.25º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #431171 is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 67 | 17 | 113 | - |
| CMYK | 0.41 | 0.85 | 0 | 0.56 |
| HSL | 271.25º | 0.74% | 0.25% | - |
| HSV(B) | 271.25º | 0.85% | 0.44% | - |
| XYZ | 5.5 | 2.79 | 15.87 | - |
| YUV | 42.89 | 167.57 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 17 | 113 | 0.41 | 0.85 | 0 | 0.56 | 271.25 | 0.74 | 0.25 |
| Hex | 43 | 11 | 71 | 29 | 55 | 0 | 38 | 10F | 4A | 19 |
| Octal | 103 | 21 | 161 | 51 | 125 | 0 | 70 | 417 | 112 | 31 |
| Binary | 1000011 | 10001 | 1110001 | 101001 | 1010101 | 0 | 111000 | 100001111 | 1001010 | 11001 |
Color Harmonies of #431171
Complementary color
Monochromatic Colors of #431171
Black with #431171
Text Example
Text Example
White with #431171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431171; }
p { color: rgb(67,17,113); }
H1.HeaderClassName
{
color: #431171;
}
.AnyTagClassName
{
color: #431171;
}
</style>
background-color css
<style>
a { background-color: #431171; }
a { background-color: rgb(67,17,113); }
div.DivClassName
{
background-color: #431171;
}
.BgClassName
{
background-color: #431171;
}
</style>
border-color css
<style>
span { border-color: #431171; }
span { border-color: rgb(67,17,113); }
td.TdClassName
{
border-color: #431171;
}
.TagClassName
{
border-color: #431171;
}
</style>