Shades of Indigo #43055D
Tints of Indigo #43055D
RGB
CMYK
RGB Variations
Color information
#43055D (or 0x43055D) is known color: Indigo. HEX triplet: 43, 05 and 5D. RGB value is (67,5,93). Sum of RGB (Red+Green+Blue) = 67+5+93=165 (21% of max value = 765). Red value is 67 (26.56% from 255 or 40.61% from 165); Green value is 5 (2.34% from 255 or 3.03% from 165); Blue value is 93 (36.72% from 255 or 56.36% from 165); Max value from RGB is 93 - color contains mainly: blue. Hex color #43055D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43055D is #BCFAA2. Grayscale: #212121. Windows color (decimal): -12384931 or 6096195. OLE color: 6096195.
HSL color Cylindrical-coordinate representation of color #43055D: hue angle of 282.27º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #43055D is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 5 | 93 | - |
| CMYK | 0.28 | 0.95 | 0 | 0.64 |
| HSL | 282.27º | 0.9% | 0.19% | - |
| HSV(B) | 282.27º | 0.95% | 0.36% | - |
| XYZ | 4.34 | 2.09 | 10.53 | - |
| YUV | 33.57 | 161.54 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 5 | 93 | 0.28 | 0.95 | 0 | 0.64 | 282.27 | 0.9 | 0.19 |
| Hex | 43 | 5 | 5D | 1C | 5F | 0 | 40 | 11A | 5A | 13 |
| Octal | 103 | 5 | 135 | 34 | 137 | 0 | 100 | 432 | 132 | 23 |
| Binary | 1000011 | 101 | 1011101 | 11100 | 1011111 | 0 | 1000000 | 100011010 | 1011010 | 10011 |
Color Harmonies of #43055D
Complementary color
Monochromatic Colors of #43055D
Black with #43055D
Text Example
Text Example
White with #43055D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43055D; }
p { color: rgb(67,5,93); }
H1.HeaderClassName
{
color: #43055D;
}
.AnyTagClassName
{
color: #43055D;
}
</style>
background-color css
<style>
a { background-color: #43055D; }
a { background-color: rgb(67,5,93); }
div.DivClassName
{
background-color: #43055D;
}
.BgClassName
{
background-color: #43055D;
}
</style>
border-color css
<style>
span { border-color: #43055D; }
span { border-color: rgb(67,5,93); }
td.TdClassName
{
border-color: #43055D;
}
.TagClassName
{
border-color: #43055D;
}
</style>