Shades of Indigo #431186
Tints of Indigo #431186
RGB
CMYK
RGB Variations
Color information
#431186 (or 0x431186) is known color: Indigo. HEX triplet: 43, 11 and 86. RGB value is (67,17,134). Sum of RGB (Red+Green+Blue) = 67+17+134=218 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.73% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 134 (52.73% from 255 or 61.47% from 218); Max value from RGB is 134 - color contains mainly: blue. Hex color #431186 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #431186 is #BCEE79. Grayscale: #2C2C2C. Windows color (decimal): -12381818 or 8786243. OLE color: 8786243.
HSL color Cylindrical-coordinate representation of color #431186: hue angle of 265.64º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #431186 is Cyan = 0.5, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 67 | 17 | 134 | - |
| CMYK | 0.5 | 0.87 | 0 | 0.47 |
| HSL | 265.64º | 0.77% | 0.3% | - |
| HSV(B) | 265.64º | 0.87% | 0.53% | - |
| XYZ | 6.82 | 3.32 | 22.83 | - |
| YUV | 45.29 | 178.07 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 17 | 134 | 0.5 | 0.87 | 0 | 0.47 | 265.64 | 0.77 | 0.3 |
| Hex | 43 | 11 | 86 | 32 | 57 | 0 | 2F | 10A | 4D | 1E |
| Octal | 103 | 21 | 206 | 62 | 127 | 0 | 57 | 412 | 115 | 36 |
| Binary | 1000011 | 10001 | 10000110 | 110010 | 1010111 | 0 | 101111 | 100001010 | 1001101 | 11110 |
Color Harmonies of #431186
Complementary color
Monochromatic Colors of #431186
Black with #431186
Text Example
Text Example
White with #431186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431186; }
p { color: rgb(67,17,134); }
H1.HeaderClassName
{
color: #431186;
}
.AnyTagClassName
{
color: #431186;
}
</style>
background-color css
<style>
a { background-color: #431186; }
a { background-color: rgb(67,17,134); }
div.DivClassName
{
background-color: #431186;
}
.BgClassName
{
background-color: #431186;
}
</style>
border-color css
<style>
span { border-color: #431186; }
span { border-color: rgb(67,17,134); }
td.TdClassName
{
border-color: #431186;
}
.TagClassName
{
border-color: #431186;
}
</style>