Shades of Indigo #430389
Tints of Indigo #430389
RGB
CMYK
RGB Variations
Color information
#430389 (or 0x430389) is known color: Indigo. HEX triplet: 43, 03 and 89. RGB value is (67,3,137). Sum of RGB (Red+Green+Blue) = 67+3+137=207 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.37% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 137 (53.91% from 255 or 66.18% from 207); Max value from RGB is 137 - color contains mainly: blue. Hex color #430389 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430389 is #BCFC76. Grayscale: #242424. Windows color (decimal): -12385399 or 8979267. OLE color: 8979267.
HSL color Cylindrical-coordinate representation of color #430389: hue angle of 268.66º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #430389 is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 67 | 3 | 137 | - |
| CMYK | 0.51 | 0.98 | 0 | 0.46 |
| HSL | 268.66º | 0.96% | 0.27% | - |
| HSV(B) | 268.66º | 0.98% | 0.54% | - |
| XYZ | 6.86 | 3.06 | 23.9 | - |
| YUV | 37.41 | 184.2 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 3 | 137 | 0.51 | 0.98 | 0 | 0.46 | 268.66 | 0.96 | 0.27 |
| Hex | 43 | 3 | 89 | 33 | 62 | 0 | 2E | 10D | 60 | 1B |
| Octal | 103 | 3 | 211 | 63 | 142 | 0 | 56 | 415 | 140 | 33 |
| Binary | 1000011 | 11 | 10001001 | 110011 | 1100010 | 0 | 101110 | 100001101 | 1100000 | 11011 |
Color Harmonies of #430389
Complementary color
Monochromatic Colors of #430389
Black with #430389
Text Example
Text Example
White with #430389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430389; }
p { color: rgb(67,3,137); }
H1.HeaderClassName
{
color: #430389;
}
.AnyTagClassName
{
color: #430389;
}
</style>
background-color css
<style>
a { background-color: #430389; }
a { background-color: rgb(67,3,137); }
div.DivClassName
{
background-color: #430389;
}
.BgClassName
{
background-color: #430389;
}
</style>
border-color css
<style>
span { border-color: #430389; }
span { border-color: rgb(67,3,137); }
td.TdClassName
{
border-color: #430389;
}
.TagClassName
{
border-color: #430389;
}
</style>