Shades of Indigo #430989
Tints of Indigo #430989
RGB
CMYK
RGB Variations
Color information
#430989 (or 0x430989) is known color: Indigo. HEX triplet: 43, 09 and 89. RGB value is (67,9,137). Sum of RGB (Red+Green+Blue) = 67+9+137=213 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.46% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 137 (53.91% from 255 or 64.32% from 213); Max value from RGB is 137 - color contains mainly: blue. Hex color #430989 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430989 is #BCF676. Grayscale: #282828. Windows color (decimal): -12383863 or 8980803. OLE color: 8980803.
HSL color Cylindrical-coordinate representation of color #430989: hue angle of 267.19º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #430989 is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 67 | 9 | 137 | - |
| CMYK | 0.51 | 0.93 | 0 | 0.46 |
| HSL | 267.19º | 0.88% | 0.29% | - |
| HSV(B) | 267.19º | 0.93% | 0.54% | - |
| XYZ | 6.93 | 3.19 | 23.92 | - |
| YUV | 40.93 | 182.22 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 9 | 137 | 0.51 | 0.93 | 0 | 0.46 | 267.19 | 0.88 | 0.29 |
| Hex | 43 | 9 | 89 | 33 | 5D | 0 | 2E | 10B | 58 | 1D |
| Octal | 103 | 11 | 211 | 63 | 135 | 0 | 56 | 413 | 130 | 35 |
| Binary | 1000011 | 1001 | 10001001 | 110011 | 1011101 | 0 | 101110 | 100001011 | 1011000 | 11101 |
Color Harmonies of #430989
Complementary color
Monochromatic Colors of #430989
Black with #430989
Text Example
Text Example
White with #430989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430989; }
p { color: rgb(67,9,137); }
H1.HeaderClassName
{
color: #430989;
}
.AnyTagClassName
{
color: #430989;
}
</style>
background-color css
<style>
a { background-color: #430989; }
a { background-color: rgb(67,9,137); }
div.DivClassName
{
background-color: #430989;
}
.BgClassName
{
background-color: #430989;
}
</style>
border-color css
<style>
span { border-color: #430989; }
span { border-color: rgb(67,9,137); }
td.TdClassName
{
border-color: #430989;
}
.TagClassName
{
border-color: #430989;
}
</style>