Shades of Indigo #43046F
Tints of Indigo #43046F
RGB
CMYK
RGB Variations
Color information
#43046F (or 0x43046F) is known color: Indigo. HEX triplet: 43, 04 and 6F. RGB value is (67,4,111). Sum of RGB (Red+Green+Blue) = 67+4+111=182 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.81% from 182); Green value is 4 (1.95% from 255 or 2.20% from 182); Blue value is 111 (43.75% from 255 or 60.99% from 182); Max value from RGB is 111 - color contains mainly: blue. Hex color #43046F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43046F is #BCFB90. Grayscale: #222222. Windows color (decimal): -12385169 or 7275587. OLE color: 7275587.
HSL color Cylindrical-coordinate representation of color #43046F: hue angle of 275.33º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #43046F is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 67 | 4 | 111 | - |
| CMYK | 0.40 | 0.96 | 0 | 0.56 |
| HSL | 275.33º | 0.93% | 0.23% | - |
| HSV(B) | 275.33º | 0.96% | 0.44% | - |
| XYZ | 5.23 | 2.43 | 15.23 | - |
| YUV | 35.04 | 170.87 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 4 | 111 | 0.40 | 0.96 | 0 | 0.56 | 275.33 | 0.93 | 0.23 |
| Hex | 43 | 4 | 6F | 28 | 60 | 0 | 38 | 113 | 5D | 17 |
| Octal | 103 | 4 | 157 | 50 | 140 | 0 | 70 | 423 | 135 | 27 |
| Binary | 1000011 | 100 | 1101111 | 101000 | 1100000 | 0 | 111000 | 100010011 | 1011101 | 10111 |
Color Harmonies of #43046F
Complementary color
Monochromatic Colors of #43046F
Black with #43046F
Text Example
Text Example
White with #43046F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43046F; }
p { color: rgb(67,4,111); }
H1.HeaderClassName
{
color: #43046F;
}
.AnyTagClassName
{
color: #43046F;
}
</style>
background-color css
<style>
a { background-color: #43046F; }
a { background-color: rgb(67,4,111); }
div.DivClassName
{
background-color: #43046F;
}
.BgClassName
{
background-color: #43046F;
}
</style>
border-color css
<style>
span { border-color: #43046F; }
span { border-color: rgb(67,4,111); }
td.TdClassName
{
border-color: #43046F;
}
.TagClassName
{
border-color: #43046F;
}
</style>