Shades of Indigo #430090
Tints of Indigo #430090
RGB
CMYK
RGB Variations
Color information
#430090 (or 0x430090) is known color: Indigo. HEX triplet: 43, 00 and 90. RGB value is (67,0,144). Sum of RGB (Red+Green+Blue) = 67+0+144=211 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.75% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 144 (56.64% from 255 or 68.25% from 211); Max value from RGB is 144 - color contains mainly: blue. Hex color #430090 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430090 is #BCFF6F. Grayscale: #232323. Windows color (decimal): -12386160 or 9437251. OLE color: 9437251.
HSL color Cylindrical-coordinate representation of color #430090: hue angle of 267.92º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #430090 is Cyan = 0.53, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 67 | 0 | 144 | - |
| CMYK | 0.53 | 1 | 0 | 0.44 |
| HSL | 267.92º | 1% | 0.28% | - |
| HSV(B) | 267.92º | 1% | 0.56% | - |
| XYZ | 7.35 | 3.21 | 26.62 | - |
| YUV | 36.45 | 188.7 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 0 | 144 | 0.53 | 1 | 0 | 0.44 | 267.92 | 1 | 0.28 |
| Hex | 43 | 0 | 90 | 35 | 64 | 0 | 2C | 10C | 64 | 1C |
| Octal | 103 | 0 | 220 | 65 | 144 | 0 | 54 | 414 | 144 | 34 |
| Binary | 1000011 | 0 | 10010000 | 110101 | 1100100 | 0 | 101100 | 100001100 | 1100100 | 11100 |
Color Harmonies of #430090
Complementary color
Monochromatic Colors of #430090
Black with #430090
Text Example
Text Example
White with #430090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430090; }
p { color: rgb(67,0,144); }
H1.HeaderClassName
{
color: #430090;
}
.AnyTagClassName
{
color: #430090;
}
</style>
background-color css
<style>
a { background-color: #430090; }
a { background-color: rgb(67,0,144); }
div.DivClassName
{
background-color: #430090;
}
.BgClassName
{
background-color: #430090;
}
</style>
border-color css
<style>
span { border-color: #430090; }
span { border-color: rgb(67,0,144); }
td.TdClassName
{
border-color: #430090;
}
.TagClassName
{
border-color: #430090;
}
</style>