Shades of Indigo #43129B
Tints of Indigo #43129B
RGB
CMYK
RGB Variations
Color information
#43129B (or 0x43129B) is known color: Indigo. HEX triplet: 43, 12 and 9B. RGB value is (67,18,155). Sum of RGB (Red+Green+Blue) = 67+18+155=240 (31% of max value = 765). Red value is 67 (26.56% from 255 or 27.92% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 155 (60.94% from 255 or 64.58% from 240); Max value from RGB is 155 - color contains mainly: blue. Hex color #43129B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #43129B is #BCED64. Grayscale: #2F2F2F. Windows color (decimal): -12381541 or 10162755. OLE color: 10162755.
HSL color Cylindrical-coordinate representation of color #43129B: hue angle of 261.46º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #43129B is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 67 | 18 | 155 | - |
| CMYK | 0.57 | 0.88 | 0 | 0.39 |
| HSL | 261.46º | 0.79% | 0.34% | - |
| HSV(B) | 261.46º | 0.88% | 0.61% | - |
| XYZ | 8.45 | 3.99 | 31.34 | - |
| YUV | 48.27 | 188.23 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 18 | 155 | 0.57 | 0.88 | 0 | 0.39 | 261.46 | 0.79 | 0.34 |
| Hex | 43 | 12 | 9B | 39 | 58 | 0 | 27 | 105 | 4F | 22 |
| Octal | 103 | 22 | 233 | 71 | 130 | 0 | 47 | 405 | 117 | 42 |
| Binary | 1000011 | 10010 | 10011011 | 111001 | 1011000 | 0 | 100111 | 100000101 | 1001111 | 100010 |
Color Harmonies of #43129B
Complementary color
Monochromatic Colors of #43129B
Black with #43129B
Text Example
Text Example
White with #43129B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43129B; }
p { color: rgb(67,18,155); }
H1.HeaderClassName
{
color: #43129B;
}
.AnyTagClassName
{
color: #43129B;
}
</style>
background-color css
<style>
a { background-color: #43129B; }
a { background-color: rgb(67,18,155); }
div.DivClassName
{
background-color: #43129B;
}
.BgClassName
{
background-color: #43129B;
}
</style>
border-color css
<style>
span { border-color: #43129B; }
span { border-color: rgb(67,18,155); }
td.TdClassName
{
border-color: #43129B;
}
.TagClassName
{
border-color: #43129B;
}
</style>