Shades of Indigo #430990
Tints of Indigo #430990
RGB
CMYK
RGB Variations
Color information
#430990 (or 0x430990) is known color: Indigo. HEX triplet: 43, 09 and 90. RGB value is (67,9,144). Sum of RGB (Red+Green+Blue) = 67+9+144=220 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.45% from 220); Green value is 9 (3.91% from 255 or 4.09% from 220); Blue value is 144 (56.64% from 255 or 65.45% from 220); Max value from RGB is 144 - color contains mainly: blue. Hex color #430990 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430990 is #BCF66F. Grayscale: #292929. Windows color (decimal): -12383856 or 9439555. OLE color: 9439555.
HSL color Cylindrical-coordinate representation of color #430990: hue angle of 265.78º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430990 is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 67 | 9 | 144 | - |
| CMYK | 0.53 | 0.94 | 0 | 0.44 |
| HSL | 265.78º | 0.88% | 0.3% | - |
| HSV(B) | 265.78º | 0.94% | 0.56% | - |
| XYZ | 7.45 | 3.4 | 26.65 | - |
| YUV | 41.73 | 185.72 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 9 | 144 | 0.53 | 0.94 | 0 | 0.44 | 265.78 | 0.88 | 0.3 |
| Hex | 43 | 9 | 90 | 35 | 5E | 0 | 2C | 10A | 58 | 1E |
| Octal | 103 | 11 | 220 | 65 | 136 | 0 | 54 | 412 | 130 | 36 |
| Binary | 1000011 | 1001 | 10010000 | 110101 | 1011110 | 0 | 101100 | 100001010 | 1011000 | 11110 |
Color Harmonies of #430990
Complementary color
Monochromatic Colors of #430990
Black with #430990
Text Example
Text Example
White with #430990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430990; }
p { color: rgb(67,9,144); }
H1.HeaderClassName
{
color: #430990;
}
.AnyTagClassName
{
color: #430990;
}
</style>
background-color css
<style>
a { background-color: #430990; }
a { background-color: rgb(67,9,144); }
div.DivClassName
{
background-color: #430990;
}
.BgClassName
{
background-color: #430990;
}
</style>
border-color css
<style>
span { border-color: #430990; }
span { border-color: rgb(67,9,144); }
td.TdClassName
{
border-color: #430990;
}
.TagClassName
{
border-color: #430990;
}
</style>