Shades of Indigo #43087C
Tints of Indigo #43087C
RGB
CMYK
RGB Variations
Color information
#43087C (or 0x43087C) is known color: Indigo. HEX triplet: 43, 08 and 7C. RGB value is (67,8,124). Sum of RGB (Red+Green+Blue) = 67+8+124=199 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.67% from 199); Green value is 8 (3.52% from 255 or 4.02% from 199); Blue value is 124 (48.83% from 255 or 62.31% from 199); Max value from RGB is 124 - color contains mainly: blue. Hex color #43087C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43087C is #BCF783. Grayscale: #262626. Windows color (decimal): -12384132 or 8128579. OLE color: 8128579.
HSL color Cylindrical-coordinate representation of color #43087C: hue angle of 270.52º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #43087C is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 67 | 8 | 124 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.51 |
| HSL | 270.52º | 0.88% | 0.26% | - |
| HSV(B) | 270.52º | 0.94% | 0.49% | - |
| XYZ | 6.04 | 2.82 | 19.3 | - |
| YUV | 38.87 | 176.05 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 8 | 124 | 0.46 | 0.94 | 0 | 0.51 | 270.52 | 0.88 | 0.26 |
| Hex | 43 | 8 | 7C | 2E | 5E | 0 | 33 | 10F | 58 | 1A |
| Octal | 103 | 10 | 174 | 56 | 136 | 0 | 63 | 417 | 130 | 32 |
| Binary | 1000011 | 1000 | 1111100 | 101110 | 1011110 | 0 | 110011 | 100001111 | 1011000 | 11010 |
Color Harmonies of #43087C
Complementary color
Monochromatic Colors of #43087C
Black with #43087C
Text Example
Text Example
White with #43087C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43087C; }
p { color: rgb(67,8,124); }
H1.HeaderClassName
{
color: #43087C;
}
.AnyTagClassName
{
color: #43087C;
}
</style>
background-color css
<style>
a { background-color: #43087C; }
a { background-color: rgb(67,8,124); }
div.DivClassName
{
background-color: #43087C;
}
.BgClassName
{
background-color: #43087C;
}
</style>
border-color css
<style>
span { border-color: #43087C; }
span { border-color: rgb(67,8,124); }
td.TdClassName
{
border-color: #43087C;
}
.TagClassName
{
border-color: #43087C;
}
</style>