Shades of Indigo #43046D
Tints of Indigo #43046D
RGB
CMYK
RGB Variations
Color information
#43046D (or 0x43046D) is known color: Indigo. HEX triplet: 43, 04 and 6D. RGB value is (67,4,109). Sum of RGB (Red+Green+Blue) = 67+4+109=180 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.22% from 180); Green value is 4 (1.95% from 255 or 2.22% from 180); Blue value is 109 (42.97% from 255 or 60.56% from 180); Max value from RGB is 109 - color contains mainly: blue. Hex color #43046D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43046D is #BCFB92. Grayscale: #222222. Windows color (decimal): -12385171 or 7144515. OLE color: 7144515.
HSL color Cylindrical-coordinate representation of color #43046D: hue angle of 276º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #43046D is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 67 | 4 | 109 | - |
| CMYK | 0.39 | 0.96 | 0 | 0.57 |
| HSL | 276º | 0.93% | 0.22% | - |
| HSV(B) | 276º | 0.96% | 0.43% | - |
| XYZ | 5.12 | 2.38 | 14.66 | - |
| YUV | 34.81 | 169.87 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 4 | 109 | 0.39 | 0.96 | 0 | 0.57 | 276 | 0.93 | 0.22 |
| Hex | 43 | 4 | 6D | 27 | 60 | 0 | 39 | 114 | 5D | 16 |
| Octal | 103 | 4 | 155 | 47 | 140 | 0 | 71 | 424 | 135 | 26 |
| Binary | 1000011 | 100 | 1101101 | 100111 | 1100000 | 0 | 111001 | 100010100 | 1011101 | 10110 |
Color Harmonies of #43046D
Complementary color
Monochromatic Colors of #43046D
Black with #43046D
Text Example
Text Example
White with #43046D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43046D; }
p { color: rgb(67,4,109); }
H1.HeaderClassName
{
color: #43046D;
}
.AnyTagClassName
{
color: #43046D;
}
</style>
background-color css
<style>
a { background-color: #43046D; }
a { background-color: rgb(67,4,109); }
div.DivClassName
{
background-color: #43046D;
}
.BgClassName
{
background-color: #43046D;
}
</style>
border-color css
<style>
span { border-color: #43046D; }
span { border-color: rgb(67,4,109); }
td.TdClassName
{
border-color: #43046D;
}
.TagClassName
{
border-color: #43046D;
}
</style>