Shades of Indigo #43129D
Tints of Indigo #43129D
RGB
CMYK
RGB Variations
Color information
#43129D (or 0x43129D) is known color: Indigo. HEX triplet: 43, 12 and 9D. RGB value is (67,18,157). Sum of RGB (Red+Green+Blue) = 67+18+157=242 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.69% from 242); Green value is 18 (7.42% from 255 or 7.44% from 242); Blue value is 157 (61.72% from 255 or 64.88% from 242); Max value from RGB is 157 - color contains mainly: blue. Hex color #43129D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #43129D is #BCED62. Grayscale: #2F2F2F. Windows color (decimal): -12381539 or 10293827. OLE color: 10293827.
HSL color Cylindrical-coordinate representation of color #43129D: hue angle of 261.15º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #43129D is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 67 | 18 | 157 | - |
| CMYK | 0.57 | 0.89 | 0 | 0.38 |
| HSL | 261.15º | 0.79% | 0.34% | - |
| HSV(B) | 261.15º | 0.89% | 0.62% | - |
| XYZ | 8.62 | 4.06 | 32.23 | - |
| YUV | 48.5 | 189.23 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 18 | 157 | 0.57 | 0.89 | 0 | 0.38 | 261.15 | 0.79 | 0.34 |
| Hex | 43 | 12 | 9D | 39 | 59 | 0 | 26 | 105 | 4F | 22 |
| Octal | 103 | 22 | 235 | 71 | 131 | 0 | 46 | 405 | 117 | 42 |
| Binary | 1000011 | 10010 | 10011101 | 111001 | 1011001 | 0 | 100110 | 100000101 | 1001111 | 100010 |
Color Harmonies of #43129D
Complementary color
Monochromatic Colors of #43129D
Black with #43129D
Text Example
Text Example
White with #43129D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43129D; }
p { color: rgb(67,18,157); }
H1.HeaderClassName
{
color: #43129D;
}
.AnyTagClassName
{
color: #43129D;
}
</style>
background-color css
<style>
a { background-color: #43129D; }
a { background-color: rgb(67,18,157); }
div.DivClassName
{
background-color: #43129D;
}
.BgClassName
{
background-color: #43129D;
}
</style>
border-color css
<style>
span { border-color: #43129D; }
span { border-color: rgb(67,18,157); }
td.TdClassName
{
border-color: #43129D;
}
.TagClassName
{
border-color: #43129D;
}
</style>