Shades of Indigo #43038E
Tints of Indigo #43038E
RGB
CMYK
RGB Variations
Color information
#43038E (or 0x43038E) is known color: Indigo. HEX triplet: 43, 03 and 8E. RGB value is (67,3,142). Sum of RGB (Red+Green+Blue) = 67+3+142=212 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.60% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 142 (55.86% from 255 or 66.98% from 212); Max value from RGB is 142 - color contains mainly: blue. Hex color #43038E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #43038E is #BCFC71. Grayscale: #252525. Windows color (decimal): -12385394 or 9306947. OLE color: 9306947.
HSL color Cylindrical-coordinate representation of color #43038E: hue angle of 267.63º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #43038E is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 67 | 3 | 142 | - |
| CMYK | 0.53 | 0.98 | 0 | 0.44 |
| HSL | 267.63º | 0.96% | 0.28% | - |
| HSV(B) | 267.63º | 0.98% | 0.56% | - |
| XYZ | 7.23 | 3.21 | 25.83 | - |
| YUV | 37.98 | 186.7 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 3 | 142 | 0.53 | 0.98 | 0 | 0.44 | 267.63 | 0.96 | 0.28 |
| Hex | 43 | 3 | 8E | 35 | 62 | 0 | 2C | 10C | 60 | 1C |
| Octal | 103 | 3 | 216 | 65 | 142 | 0 | 54 | 414 | 140 | 34 |
| Binary | 1000011 | 11 | 10001110 | 110101 | 1100010 | 0 | 101100 | 100001100 | 1100000 | 11100 |
Color Harmonies of #43038E
Complementary color
Monochromatic Colors of #43038E
Black with #43038E
Text Example
Text Example
White with #43038E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43038E; }
p { color: rgb(67,3,142); }
H1.HeaderClassName
{
color: #43038E;
}
.AnyTagClassName
{
color: #43038E;
}
</style>
background-color css
<style>
a { background-color: #43038E; }
a { background-color: rgb(67,3,142); }
div.DivClassName
{
background-color: #43038E;
}
.BgClassName
{
background-color: #43038E;
}
</style>
border-color css
<style>
span { border-color: #43038E; }
span { border-color: rgb(67,3,142); }
td.TdClassName
{
border-color: #43038E;
}
.TagClassName
{
border-color: #43038E;
}
</style>