Shades of Indigo #43005D
Tints of Indigo #43005D
RGB
CMYK
RGB Variations
Color information
#43005D (or 0x43005D) is known color: Indigo. HEX triplet: 43, 00 and 5D. RGB value is (67,0,93). Sum of RGB (Red+Green+Blue) = 67+0+93=160 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.88% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 93 (36.72% from 255 or 58.12% from 160); Max value from RGB is 93 - color contains mainly: blue. Hex color #43005D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43005D is #BCFFA2. Grayscale: #1E1E1E. Windows color (decimal): -12386211 or 6094915. OLE color: 6094915.
HSL color Cylindrical-coordinate representation of color #43005D: hue angle of 283.23º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #43005D is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 0 | 93 | - |
| CMYK | 0.28 | 1 | 0 | 0.64 |
| HSL | 283.23º | 1% | 0.18% | - |
| HSV(B) | 283.23º | 1% | 0.36% | - |
| XYZ | 4.29 | 1.98 | 10.51 | - |
| YUV | 30.64 | 163.2 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 0 | 93 | 0.28 | 1 | 0 | 0.64 | 283.23 | 1 | 0.18 |
| Hex | 43 | 0 | 5D | 1C | 64 | 0 | 40 | 11B | 64 | 12 |
| Octal | 103 | 0 | 135 | 34 | 144 | 0 | 100 | 433 | 144 | 22 |
| Binary | 1000011 | 0 | 1011101 | 11100 | 1100100 | 0 | 1000000 | 100011011 | 1100100 | 10010 |
Color Harmonies of #43005D
Complementary color
Monochromatic Colors of #43005D
Black with #43005D
Text Example
Text Example
White with #43005D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43005D; }
p { color: rgb(67,0,93); }
H1.HeaderClassName
{
color: #43005D;
}
.AnyTagClassName
{
color: #43005D;
}
</style>
background-color css
<style>
a { background-color: #43005D; }
a { background-color: rgb(67,0,93); }
div.DivClassName
{
background-color: #43005D;
}
.BgClassName
{
background-color: #43005D;
}
</style>
border-color css
<style>
span { border-color: #43005D; }
span { border-color: rgb(67,0,93); }
td.TdClassName
{
border-color: #43005D;
}
.TagClassName
{
border-color: #43005D;
}
</style>