Shades of Indigo #431089
Tints of Indigo #431089
RGB
CMYK
RGB Variations
Color information
#431089 (or 0x431089) is known color: Indigo. HEX triplet: 43, 10 and 89. RGB value is (67,16,137). Sum of RGB (Red+Green+Blue) = 67+16+137=220 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.45% from 220); Green value is 16 (6.64% from 255 or 7.27% from 220); Blue value is 137 (53.91% from 255 or 62.27% from 220); Max value from RGB is 137 - color contains mainly: blue. Hex color #431089 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #431089 is #BCEF76. Grayscale: #2C2C2C. Windows color (decimal): -12382071 or 8982595. OLE color: 8982595.
HSL color Cylindrical-coordinate representation of color #431089: hue angle of 265.29º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #431089 is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 67 | 16 | 137 | - |
| CMYK | 0.51 | 0.88 | 0 | 0.46 |
| HSL | 265.29º | 0.79% | 0.3% | - |
| HSV(B) | 265.29º | 0.88% | 0.54% | - |
| XYZ | 7.02 | 3.37 | 23.95 | - |
| YUV | 45.04 | 179.9 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 16 | 137 | 0.51 | 0.88 | 0 | 0.46 | 265.29 | 0.79 | 0.3 |
| Hex | 43 | 10 | 89 | 33 | 58 | 0 | 2E | 109 | 4F | 1E |
| Octal | 103 | 20 | 211 | 63 | 130 | 0 | 56 | 411 | 117 | 36 |
| Binary | 1000011 | 10000 | 10001001 | 110011 | 1011000 | 0 | 101110 | 100001001 | 1001111 | 11110 |
Color Harmonies of #431089
Complementary color
Monochromatic Colors of #431089
Black with #431089
Text Example
Text Example
White with #431089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431089; }
p { color: rgb(67,16,137); }
H1.HeaderClassName
{
color: #431089;
}
.AnyTagClassName
{
color: #431089;
}
</style>
background-color css
<style>
a { background-color: #431089; }
a { background-color: rgb(67,16,137); }
div.DivClassName
{
background-color: #431089;
}
.BgClassName
{
background-color: #431089;
}
</style>
border-color css
<style>
span { border-color: #431089; }
span { border-color: rgb(67,16,137); }
td.TdClassName
{
border-color: #431089;
}
.TagClassName
{
border-color: #431089;
}
</style>