Shades of Indigo #43086F
Tints of Indigo #43086F
RGB
CMYK
RGB Variations
Color information
#43086F (or 0x43086F) is known color: Indigo. HEX triplet: 43, 08 and 6F. RGB value is (67,8,111). Sum of RGB (Red+Green+Blue) = 67+8+111=186 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.02% from 186); Green value is 8 (3.52% from 255 or 4.30% from 186); Blue value is 111 (43.75% from 255 or 59.68% from 186); Max value from RGB is 111 - color contains mainly: blue. Hex color #43086F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43086F is #BCF790. Grayscale: #252525. Windows color (decimal): -12384145 or 7276611. OLE color: 7276611.
HSL color Cylindrical-coordinate representation of color #43086F: hue angle of 274.37º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #43086F is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 67 | 8 | 111 | - |
| CMYK | 0.40 | 0.93 | 0 | 0.56 |
| HSL | 274.37º | 0.87% | 0.23% | - |
| HSV(B) | 274.37º | 0.93% | 0.44% | - |
| XYZ | 5.27 | 2.51 | 15.25 | - |
| YUV | 37.38 | 169.55 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 8 | 111 | 0.40 | 0.93 | 0 | 0.56 | 274.37 | 0.87 | 0.23 |
| Hex | 43 | 8 | 6F | 28 | 5D | 0 | 38 | 112 | 57 | 17 |
| Octal | 103 | 10 | 157 | 50 | 135 | 0 | 70 | 422 | 127 | 27 |
| Binary | 1000011 | 1000 | 1101111 | 101000 | 1011101 | 0 | 111000 | 100010010 | 1010111 | 10111 |
Color Harmonies of #43086F
Complementary color
Monochromatic Colors of #43086F
Black with #43086F
Text Example
Text Example
White with #43086F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43086F; }
p { color: rgb(67,8,111); }
H1.HeaderClassName
{
color: #43086F;
}
.AnyTagClassName
{
color: #43086F;
}
</style>
background-color css
<style>
a { background-color: #43086F; }
a { background-color: rgb(67,8,111); }
div.DivClassName
{
background-color: #43086F;
}
.BgClassName
{
background-color: #43086F;
}
</style>
border-color css
<style>
span { border-color: #43086F; }
span { border-color: rgb(67,8,111); }
td.TdClassName
{
border-color: #43086F;
}
.TagClassName
{
border-color: #43086F;
}
</style>