Shades of Indigo #43045D
Tints of Indigo #43045D
RGB
CMYK
RGB Variations
Color information
#43045D (or 0x43045D) is known color: Indigo. HEX triplet: 43, 04 and 5D. RGB value is (67,4,93). Sum of RGB (Red+Green+Blue) = 67+4+93=164 (21% of max value = 765). Red value is 67 (26.56% from 255 or 40.85% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 93 (36.72% from 255 or 56.71% from 164); Max value from RGB is 93 - color contains mainly: blue. Hex color #43045D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43045D is #BCFBA2. Grayscale: #202020. Windows color (decimal): -12385187 or 6095939. OLE color: 6095939.
HSL color Cylindrical-coordinate representation of color #43045D: hue angle of 282.47º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #43045D is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 4 | 93 | - |
| CMYK | 0.28 | 0.96 | 0 | 0.64 |
| HSL | 282.47º | 0.92% | 0.19% | - |
| HSV(B) | 282.47º | 0.96% | 0.36% | - |
| XYZ | 4.33 | 2.07 | 10.53 | - |
| YUV | 32.98 | 161.87 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 4 | 93 | 0.28 | 0.96 | 0 | 0.64 | 282.47 | 0.92 | 0.19 |
| Hex | 43 | 4 | 5D | 1C | 60 | 0 | 40 | 11A | 5C | 13 |
| Octal | 103 | 4 | 135 | 34 | 140 | 0 | 100 | 432 | 134 | 23 |
| Binary | 1000011 | 100 | 1011101 | 11100 | 1100000 | 0 | 1000000 | 100011010 | 1011100 | 10011 |
Color Harmonies of #43045D
Complementary color
Monochromatic Colors of #43045D
Black with #43045D
Text Example
Text Example
White with #43045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43045D; }
p { color: rgb(67,4,93); }
H1.HeaderClassName
{
color: #43045D;
}
.AnyTagClassName
{
color: #43045D;
}
</style>
background-color css
<style>
a { background-color: #43045D; }
a { background-color: rgb(67,4,93); }
div.DivClassName
{
background-color: #43045D;
}
.BgClassName
{
background-color: #43045D;
}
</style>
border-color css
<style>
span { border-color: #43045D; }
span { border-color: rgb(67,4,93); }
td.TdClassName
{
border-color: #43045D;
}
.TagClassName
{
border-color: #43045D;
}
</style>