Shades of Indigo #431190
Tints of Indigo #431190
RGB
CMYK
RGB Variations
Color information
#431190 (or 0x431190) is known color: Indigo. HEX triplet: 43, 11 and 90. RGB value is (67,17,144). Sum of RGB (Red+Green+Blue) = 67+17+144=228 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.39% from 228); Green value is 17 (7.03% from 255 or 7.46% from 228); Blue value is 144 (56.64% from 255 or 63.16% from 228); Max value from RGB is 144 - color contains mainly: blue. Hex color #431190 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #431190 is #BCEE6F. Grayscale: #2D2D2D. Windows color (decimal): -12381808 or 9441603. OLE color: 9441603.
HSL color Cylindrical-coordinate representation of color #431190: hue angle of 263.62º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #431190 is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 67 | 17 | 144 | - |
| CMYK | 0.53 | 0.88 | 0 | 0.44 |
| HSL | 263.62º | 0.79% | 0.32% | - |
| HSV(B) | 263.62º | 0.88% | 0.56% | - |
| XYZ | 7.55 | 3.61 | 26.68 | - |
| YUV | 46.43 | 183.07 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 17 | 144 | 0.53 | 0.88 | 0 | 0.44 | 263.62 | 0.79 | 0.32 |
| Hex | 43 | 11 | 90 | 35 | 58 | 0 | 2C | 108 | 4F | 20 |
| Octal | 103 | 21 | 220 | 65 | 130 | 0 | 54 | 410 | 117 | 40 |
| Binary | 1000011 | 10001 | 10010000 | 110101 | 1011000 | 0 | 101100 | 100001000 | 1001111 | 100000 |
Color Harmonies of #431190
Complementary color
Monochromatic Colors of #431190
Black with #431190
Text Example
Text Example
White with #431190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431190; }
p { color: rgb(67,17,144); }
H1.HeaderClassName
{
color: #431190;
}
.AnyTagClassName
{
color: #431190;
}
</style>
background-color css
<style>
a { background-color: #431190; }
a { background-color: rgb(67,17,144); }
div.DivClassName
{
background-color: #431190;
}
.BgClassName
{
background-color: #431190;
}
</style>
border-color css
<style>
span { border-color: #431190; }
span { border-color: rgb(67,17,144); }
td.TdClassName
{
border-color: #431190;
}
.TagClassName
{
border-color: #431190;
}
</style>