Shades of Indigo #43028F
Tints of Indigo #43028F
RGB
CMYK
RGB Variations
Color information
#43028F (or 0x43028F) is known color: Indigo. HEX triplet: 43, 02 and 8F. RGB value is (67,2,143). Sum of RGB (Red+Green+Blue) = 67+2+143=212 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.60% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 143 (56.25% from 255 or 67.45% from 212); Max value from RGB is 143 - color contains mainly: blue. Hex color #43028F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #43028F is #BCFD70. Grayscale: #252525. Windows color (decimal): -12385649 or 9372227. OLE color: 9372227.
HSL color Cylindrical-coordinate representation of color #43028F: hue angle of 267.66º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #43028F is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 67 | 2 | 143 | - |
| CMYK | 0.53 | 0.99 | 0 | 0.44 |
| HSL | 267.66º | 0.97% | 0.28% | - |
| HSV(B) | 267.66º | 0.99% | 0.56% | - |
| XYZ | 7.29 | 3.22 | 26.22 | - |
| YUV | 37.51 | 187.53 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 2 | 143 | 0.53 | 0.99 | 0 | 0.44 | 267.66 | 0.97 | 0.28 |
| Hex | 43 | 2 | 8F | 35 | 63 | 0 | 2C | 10C | 61 | 1C |
| Octal | 103 | 2 | 217 | 65 | 143 | 0 | 54 | 414 | 141 | 34 |
| Binary | 1000011 | 10 | 10001111 | 110101 | 1100011 | 0 | 101100 | 100001100 | 1100001 | 11100 |
Color Harmonies of #43028F
Complementary color
Monochromatic Colors of #43028F
Black with #43028F
Text Example
Text Example
White with #43028F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43028F; }
p { color: rgb(67,2,143); }
H1.HeaderClassName
{
color: #43028F;
}
.AnyTagClassName
{
color: #43028F;
}
</style>
background-color css
<style>
a { background-color: #43028F; }
a { background-color: rgb(67,2,143); }
div.DivClassName
{
background-color: #43028F;
}
.BgClassName
{
background-color: #43028F;
}
</style>
border-color css
<style>
span { border-color: #43028F; }
span { border-color: rgb(67,2,143); }
td.TdClassName
{
border-color: #43028F;
}
.TagClassName
{
border-color: #43028F;
}
</style>