Shades of Indigo #43086D
Tints of Indigo #43086D
RGB
CMYK
RGB Variations
Color information
#43086D (or 0x43086D) is known color: Indigo. HEX triplet: 43, 08 and 6D. RGB value is (67,8,109). Sum of RGB (Red+Green+Blue) = 67+8+109=184 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.41% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 109 (42.97% from 255 or 59.24% from 184); Max value from RGB is 109 - color contains mainly: blue. Hex color #43086D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43086D is #BCF792. Grayscale: #242424. Windows color (decimal): -12384147 or 7145539. OLE color: 7145539.
HSL color Cylindrical-coordinate representation of color #43086D: hue angle of 275.05º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #43086D is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 67 | 8 | 109 | - |
| CMYK | 0.39 | 0.93 | 0 | 0.57 |
| HSL | 275.05º | 0.86% | 0.23% | - |
| HSV(B) | 275.05º | 0.93% | 0.43% | - |
| XYZ | 5.16 | 2.47 | 14.67 | - |
| YUV | 37.16 | 168.55 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 8 | 109 | 0.39 | 0.93 | 0 | 0.57 | 275.05 | 0.86 | 0.23 |
| Hex | 43 | 8 | 6D | 27 | 5D | 0 | 39 | 113 | 56 | 17 |
| Octal | 103 | 10 | 155 | 47 | 135 | 0 | 71 | 423 | 126 | 27 |
| Binary | 1000011 | 1000 | 1101101 | 100111 | 1011101 | 0 | 111001 | 100010011 | 1010110 | 10111 |
Color Harmonies of #43086D
Complementary color
Monochromatic Colors of #43086D
Black with #43086D
Text Example
Text Example
White with #43086D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43086D; }
p { color: rgb(67,8,109); }
H1.HeaderClassName
{
color: #43086D;
}
.AnyTagClassName
{
color: #43086D;
}
</style>
background-color css
<style>
a { background-color: #43086D; }
a { background-color: rgb(67,8,109); }
div.DivClassName
{
background-color: #43086D;
}
.BgClassName
{
background-color: #43086D;
}
</style>
border-color css
<style>
span { border-color: #43086D; }
span { border-color: rgb(67,8,109); }
td.TdClassName
{
border-color: #43086D;
}
.TagClassName
{
border-color: #43086D;
}
</style>