Shades of Indigo #43005C
Tints of Indigo #43005C
RGB
CMYK
RGB Variations
Color information
#43005C (or 0x43005C) is known color: Indigo. HEX triplet: 43, 00 and 5C. RGB value is (67,0,92). Sum of RGB (Red+Green+Blue) = 67+0+92=159 (21% of max value = 765). Red value is 67 (26.56% from 255 or 42.14% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 92 (36.33% from 255 or 57.86% from 159); Max value from RGB is 92 - color contains mainly: blue. Hex color #43005C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43005C is #BCFFA3. Grayscale: #1E1E1E. Windows color (decimal): -12386212 or 6029379. OLE color: 6029379.
HSL color Cylindrical-coordinate representation of color #43005C: hue angle of 283.7º 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 #43005C is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 0 | 92 | - |
| CMYK | 0.27 | 1 | 0 | 0.64 |
| HSL | 283.7º | 1% | 0.18% | - |
| HSV(B) | 283.7º | 1% | 0.36% | - |
| XYZ | 4.25 | 1.97 | 10.28 | - |
| YUV | 30.52 | 162.7 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 0 | 92 | 0.27 | 1 | 0 | 0.64 | 283.7 | 1 | 0.18 |
| Hex | 43 | 0 | 5C | 1B | 64 | 0 | 40 | 11C | 64 | 12 |
| Octal | 103 | 0 | 134 | 33 | 144 | 0 | 100 | 434 | 144 | 22 |
| Binary | 1000011 | 0 | 1011100 | 11011 | 1100100 | 0 | 1000000 | 100011100 | 1100100 | 10010 |
Color Harmonies of #43005C
Complementary color
Monochromatic Colors of #43005C
Black with #43005C
Text Example
Text Example
White with #43005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43005C; }
p { color: rgb(67,0,92); }
H1.HeaderClassName
{
color: #43005C;
}
.AnyTagClassName
{
color: #43005C;
}
</style>
background-color css
<style>
a { background-color: #43005C; }
a { background-color: rgb(67,0,92); }
div.DivClassName
{
background-color: #43005C;
}
.BgClassName
{
background-color: #43005C;
}
</style>
border-color css
<style>
span { border-color: #43005C; }
span { border-color: rgb(67,0,92); }
td.TdClassName
{
border-color: #43005C;
}
.TagClassName
{
border-color: #43005C;
}
</style>