Shades of Indigo #430F89
Tints of Indigo #430F89
RGB
CMYK
RGB Variations
Color information
#430F89 (or 0x430F89) is known color: Indigo. HEX triplet: 43, 0F and 89. RGB value is (67,15,137). Sum of RGB (Red+Green+Blue) = 67+15+137=219 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.59% from 219); Green value is 15 (6.25% from 255 or 6.85% from 219); Blue value is 137 (53.91% from 255 or 62.56% from 219); Max value from RGB is 137 - color contains mainly: blue. Hex color #430F89 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430F89 is #BCF076. Grayscale: #2C2C2C. Windows color (decimal): -12382327 or 8982339. OLE color: 8982339.
HSL color Cylindrical-coordinate representation of color #430F89: hue angle of 265.57º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #430F89 is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 67 | 15 | 137 | - |
| CMYK | 0.51 | 0.89 | 0 | 0.46 |
| HSL | 265.57º | 0.8% | 0.3% | - |
| HSV(B) | 265.57º | 0.89% | 0.54% | - |
| XYZ | 7 | 3.34 | 23.94 | - |
| YUV | 44.46 | 180.23 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 15 | 137 | 0.51 | 0.89 | 0 | 0.46 | 265.57 | 0.8 | 0.3 |
| Hex | 43 | F | 89 | 33 | 59 | 0 | 2E | 10A | 50 | 1E |
| Octal | 103 | 17 | 211 | 63 | 131 | 0 | 56 | 412 | 120 | 36 |
| Binary | 1000011 | 1111 | 10001001 | 110011 | 1011001 | 0 | 101110 | 100001010 | 1010000 | 11110 |
Color Harmonies of #430F89
Complementary color
Monochromatic Colors of #430F89
Black with #430F89
Text Example
Text Example
White with #430F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430F89; }
p { color: rgb(67,15,137); }
H1.HeaderClassName
{
color: #430F89;
}
.AnyTagClassName
{
color: #430F89;
}
</style>
background-color css
<style>
a { background-color: #430F89; }
a { background-color: rgb(67,15,137); }
div.DivClassName
{
background-color: #430F89;
}
.BgClassName
{
background-color: #430F89;
}
</style>
border-color css
<style>
span { border-color: #430F89; }
span { border-color: rgb(67,15,137); }
td.TdClassName
{
border-color: #430F89;
}
.TagClassName
{
border-color: #430F89;
}
</style>