Shades of Indigo #431188
Tints of Indigo #431188
RGB
CMYK
RGB Variations
Color information
#431188 (or 0x431188) is known color: Indigo. HEX triplet: 43, 11 and 88. RGB value is (67,17,136). Sum of RGB (Red+Green+Blue) = 67+17+136=220 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.45% from 220); Green value is 17 (7.03% from 255 or 7.73% from 220); Blue value is 136 (53.52% from 255 or 61.82% from 220); Max value from RGB is 136 - color contains mainly: blue. Hex color #431188 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #431188 is #BCEE77. Grayscale: #2D2D2D. Windows color (decimal): -12381816 or 8917315. OLE color: 8917315.
HSL color Cylindrical-coordinate representation of color #431188: hue angle of 265.21º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #431188 is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 67 | 17 | 136 | - |
| CMYK | 0.51 | 0.87 | 0 | 0.47 |
| HSL | 265.21º | 0.78% | 0.3% | - |
| HSV(B) | 265.21º | 0.88% | 0.53% | - |
| XYZ | 6.96 | 3.37 | 23.58 | - |
| YUV | 45.52 | 179.07 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 17 | 136 | 0.51 | 0.87 | 0 | 0.47 | 265.21 | 0.78 | 0.3 |
| Hex | 43 | 11 | 88 | 33 | 57 | 0 | 2F | 109 | 4E | 1E |
| Octal | 103 | 21 | 210 | 63 | 127 | 0 | 57 | 411 | 116 | 36 |
| Binary | 1000011 | 10001 | 10001000 | 110011 | 1010111 | 0 | 101111 | 100001001 | 1001110 | 11110 |
Color Harmonies of #431188
Complementary color
Monochromatic Colors of #431188
Black with #431188
Text Example
Text Example
White with #431188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431188; }
p { color: rgb(67,17,136); }
H1.HeaderClassName
{
color: #431188;
}
.AnyTagClassName
{
color: #431188;
}
</style>
background-color css
<style>
a { background-color: #431188; }
a { background-color: rgb(67,17,136); }
div.DivClassName
{
background-color: #431188;
}
.BgClassName
{
background-color: #431188;
}
</style>
border-color css
<style>
span { border-color: #431188; }
span { border-color: rgb(67,17,136); }
td.TdClassName
{
border-color: #431188;
}
.TagClassName
{
border-color: #431188;
}
</style>