Shades of Indigo #43109D
Tints of Indigo #43109D
RGB
CMYK
RGB Variations
Color information
#43109D (or 0x43109D) is known color: Indigo. HEX triplet: 43, 10 and 9D. RGB value is (67,16,157). Sum of RGB (Red+Green+Blue) = 67+16+157=240 (31% of max value = 765). Red value is 67 (26.56% from 255 or 27.92% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 157 (61.72% from 255 or 65.42% from 240); Max value from RGB is 157 - color contains mainly: blue. Hex color #43109D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #43109D is #BCEF62. Grayscale: #2E2E2E. Windows color (decimal): -12382051 or 10293315. OLE color: 10293315.
HSL color Cylindrical-coordinate representation of color #43109D: hue angle of 261.7º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #43109D is Cyan = 0.57, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 67 | 16 | 157 | - |
| CMYK | 0.57 | 0.90 | 0 | 0.38 |
| HSL | 261.7º | 0.82% | 0.34% | - |
| HSV(B) | 261.7º | 0.9% | 0.62% | - |
| XYZ | 8.59 | 4 | 32.22 | - |
| YUV | 47.32 | 189.9 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 16 | 157 | 0.57 | 0.90 | 0 | 0.38 | 261.7 | 0.82 | 0.34 |
| Hex | 43 | 10 | 9D | 39 | 5A | 0 | 26 | 106 | 52 | 22 |
| Octal | 103 | 20 | 235 | 71 | 132 | 0 | 46 | 406 | 122 | 42 |
| Binary | 1000011 | 10000 | 10011101 | 111001 | 1011010 | 0 | 100110 | 100000110 | 1010010 | 100010 |
Color Harmonies of #43109D
Complementary color
Monochromatic Colors of #43109D
Black with #43109D
Text Example
Text Example
White with #43109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43109D; }
p { color: rgb(67,16,157); }
H1.HeaderClassName
{
color: #43109D;
}
.AnyTagClassName
{
color: #43109D;
}
</style>
background-color css
<style>
a { background-color: #43109D; }
a { background-color: rgb(67,16,157); }
div.DivClassName
{
background-color: #43109D;
}
.BgClassName
{
background-color: #43109D;
}
</style>
border-color css
<style>
span { border-color: #43109D; }
span { border-color: rgb(67,16,157); }
td.TdClassName
{
border-color: #43109D;
}
.TagClassName
{
border-color: #43109D;
}
</style>