Shades of Indigo #43087D
Tints of Indigo #43087D
RGB
CMYK
RGB Variations
Color information
#43087D (or 0x43087D) is known color: Indigo. HEX triplet: 43, 08 and 7D. RGB value is (67,8,125). Sum of RGB (Red+Green+Blue) = 67+8+125=200 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.5% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 125 (49.22% from 255 or 62.5% from 200); Max value from RGB is 125 - color contains mainly: blue. Hex color #43087D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43087D is #BCF782. Grayscale: #262626. Windows color (decimal): -12384131 or 8194115. OLE color: 8194115.
HSL color Cylindrical-coordinate representation of color #43087D: hue angle of 270.26º 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 #43087D is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 67 | 8 | 125 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.51 |
| HSL | 270.26º | 0.88% | 0.26% | - |
| HSV(B) | 270.26º | 0.94% | 0.49% | - |
| XYZ | 6.1 | 2.85 | 19.63 | - |
| YUV | 38.98 | 176.55 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 8 | 125 | 0.46 | 0.94 | 0 | 0.51 | 270.26 | 0.88 | 0.26 |
| Hex | 43 | 8 | 7D | 2E | 5E | 0 | 33 | 10E | 58 | 1A |
| Octal | 103 | 10 | 175 | 56 | 136 | 0 | 63 | 416 | 130 | 32 |
| Binary | 1000011 | 1000 | 1111101 | 101110 | 1011110 | 0 | 110011 | 100001110 | 1011000 | 11010 |
Color Harmonies of #43087D
Complementary color
Monochromatic Colors of #43087D
Black with #43087D
Text Example
Text Example
White with #43087D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43087D; }
p { color: rgb(67,8,125); }
H1.HeaderClassName
{
color: #43087D;
}
.AnyTagClassName
{
color: #43087D;
}
</style>
background-color css
<style>
a { background-color: #43087D; }
a { background-color: rgb(67,8,125); }
div.DivClassName
{
background-color: #43087D;
}
.BgClassName
{
background-color: #43087D;
}
</style>
border-color css
<style>
span { border-color: #43087D; }
span { border-color: rgb(67,8,125); }
td.TdClassName
{
border-color: #43087D;
}
.TagClassName
{
border-color: #43087D;
}
</style>