Shades of Indigo #431185
Tints of Indigo #431185
RGB
CMYK
RGB Variations
Color information
#431185 (or 0x431185) is known color: Indigo. HEX triplet: 43, 11 and 85. RGB value is (67,17,133). Sum of RGB (Red+Green+Blue) = 67+17+133=217 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.88% from 217); Green value is 17 (7.03% from 255 or 7.83% from 217); Blue value is 133 (52.34% from 255 or 61.29% from 217); Max value from RGB is 133 - color contains mainly: blue. Hex color #431185 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #431185 is #BCEE7A. Grayscale: #2C2C2C. Windows color (decimal): -12381819 or 8720707. OLE color: 8720707.
HSL color Cylindrical-coordinate representation of color #431185: hue angle of 265.86º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #431185 is Cyan = 0.50, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 67 | 17 | 133 | - |
| CMYK | 0.50 | 0.87 | 0 | 0.48 |
| HSL | 265.86º | 0.77% | 0.29% | - |
| HSV(B) | 265.86º | 0.87% | 0.52% | - |
| XYZ | 6.75 | 3.29 | 22.47 | - |
| YUV | 45.17 | 177.57 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 17 | 133 | 0.50 | 0.87 | 0 | 0.48 | 265.86 | 0.77 | 0.29 |
| Hex | 43 | 11 | 85 | 32 | 57 | 0 | 30 | 10A | 4D | 1D |
| Octal | 103 | 21 | 205 | 62 | 127 | 0 | 60 | 412 | 115 | 35 |
| Binary | 1000011 | 10001 | 10000101 | 110010 | 1010111 | 0 | 110000 | 100001010 | 1001101 | 11101 |
Color Harmonies of #431185
Complementary color
Monochromatic Colors of #431185
Black with #431185
Text Example
Text Example
White with #431185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431185; }
p { color: rgb(67,17,133); }
H1.HeaderClassName
{
color: #431185;
}
.AnyTagClassName
{
color: #431185;
}
</style>
background-color css
<style>
a { background-color: #431185; }
a { background-color: rgb(67,17,133); }
div.DivClassName
{
background-color: #431185;
}
.BgClassName
{
background-color: #431185;
}
</style>
border-color css
<style>
span { border-color: #431185; }
span { border-color: rgb(67,17,133); }
td.TdClassName
{
border-color: #431185;
}
.TagClassName
{
border-color: #431185;
}
</style>