Shades of Indigo #43117C
Tints of Indigo #43117C
RGB
CMYK
RGB Variations
Color information
#43117C (or 0x43117C) is known color: Indigo. HEX triplet: 43, 11 and 7C. RGB value is (67,17,124). Sum of RGB (Red+Green+Blue) = 67+17+124=208 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.21% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 124 (48.83% from 255 or 59.62% from 208); Max value from RGB is 124 - color contains mainly: blue. Hex color #43117C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43117C is #BCEE83. Grayscale: #2B2B2B. Windows color (decimal): -12381828 or 8130883. OLE color: 8130883.
HSL color Cylindrical-coordinate representation of color #43117C: hue angle of 268.04º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #43117C is Cyan = 0.46, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 67 | 17 | 124 | - |
| CMYK | 0.46 | 0.86 | 0 | 0.51 |
| HSL | 268.04º | 0.76% | 0.28% | - |
| HSV(B) | 268.04º | 0.86% | 0.49% | - |
| XYZ | 6.15 | 3.05 | 19.33 | - |
| YUV | 44.15 | 173.07 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 17 | 124 | 0.46 | 0.86 | 0 | 0.51 | 268.04 | 0.76 | 0.28 |
| Hex | 43 | 11 | 7C | 2E | 56 | 0 | 33 | 10C | 4C | 1C |
| Octal | 103 | 21 | 174 | 56 | 126 | 0 | 63 | 414 | 114 | 34 |
| Binary | 1000011 | 10001 | 1111100 | 101110 | 1010110 | 0 | 110011 | 100001100 | 1001100 | 11100 |
Color Harmonies of #43117C
Complementary color
Monochromatic Colors of #43117C
Black with #43117C
Text Example
Text Example
White with #43117C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43117C; }
p { color: rgb(67,17,124); }
H1.HeaderClassName
{
color: #43117C;
}
.AnyTagClassName
{
color: #43117C;
}
</style>
background-color css
<style>
a { background-color: #43117C; }
a { background-color: rgb(67,17,124); }
div.DivClassName
{
background-color: #43117C;
}
.BgClassName
{
background-color: #43117C;
}
</style>
border-color css
<style>
span { border-color: #43117C; }
span { border-color: rgb(67,17,124); }
td.TdClassName
{
border-color: #43117C;
}
.TagClassName
{
border-color: #43117C;
}
</style>