Shades of Indigo #43118B
Tints of Indigo #43118B
RGB
CMYK
RGB Variations
Color information
#43118B (or 0x43118B) is known color: Indigo. HEX triplet: 43, 11 and 8B. RGB value is (67,17,139). Sum of RGB (Red+Green+Blue) = 67+17+139=223 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.04% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 139 (54.69% from 255 or 62.33% from 223); Max value from RGB is 139 - color contains mainly: blue. Hex color #43118B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #43118B is #BCEE74. Grayscale: #2D2D2D. Windows color (decimal): -12381813 or 9113923. OLE color: 9113923.
HSL color Cylindrical-coordinate representation of color #43118B: hue angle of 264.59º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #43118B is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 17 | 139 | - |
| CMYK | 0.52 | 0.88 | 0 | 0.45 |
| HSL | 264.59º | 0.78% | 0.31% | - |
| HSV(B) | 264.59º | 0.88% | 0.55% | - |
| XYZ | 7.18 | 3.46 | 24.72 | - |
| YUV | 45.86 | 180.57 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 17 | 139 | 0.52 | 0.88 | 0 | 0.45 | 264.59 | 0.78 | 0.31 |
| Hex | 43 | 11 | 8B | 34 | 58 | 0 | 2D | 109 | 4E | 1F |
| Octal | 103 | 21 | 213 | 64 | 130 | 0 | 55 | 411 | 116 | 37 |
| Binary | 1000011 | 10001 | 10001011 | 110100 | 1011000 | 0 | 101101 | 100001001 | 1001110 | 11111 |
Color Harmonies of #43118B
Complementary color
Monochromatic Colors of #43118B
Black with #43118B
Text Example
Text Example
White with #43118B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43118B; }
p { color: rgb(67,17,139); }
H1.HeaderClassName
{
color: #43118B;
}
.AnyTagClassName
{
color: #43118B;
}
</style>
background-color css
<style>
a { background-color: #43118B; }
a { background-color: rgb(67,17,139); }
div.DivClassName
{
background-color: #43118B;
}
.BgClassName
{
background-color: #43118B;
}
</style>
border-color css
<style>
span { border-color: #43118B; }
span { border-color: rgb(67,17,139); }
td.TdClassName
{
border-color: #43118B;
}
.TagClassName
{
border-color: #43118B;
}
</style>