Shades of Indigo #43089E
Tints of Indigo #43089E
RGB
CMYK
RGB Variations
Color information
#43089E (or 0x43089E) is known color: Indigo. HEX triplet: 43, 08 and 9E. RGB value is (67,8,158). Sum of RGB (Red+Green+Blue) = 67+8+158=233 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.76% from 233); Green value is 8 (3.52% from 255 or 3.43% from 233); Blue value is 158 (62.11% from 255 or 67.81% from 233); Max value from RGB is 158 - color contains mainly: blue. Hex color #43089E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #43089E is #BCF761. Grayscale: #2A2A2A. Windows color (decimal): -12384098 or 10356803. OLE color: 10356803.
HSL color Cylindrical-coordinate representation of color #43089E: hue angle of 263.6º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #43089E is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 67 | 8 | 158 | - |
| CMYK | 0.58 | 0.95 | 0 | 0.38 |
| HSL | 263.6º | 0.9% | 0.33% | - |
| HSV(B) | 263.6º | 0.95% | 0.62% | - |
| XYZ | 8.57 | 3.84 | 32.64 | - |
| YUV | 42.74 | 193.05 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 8 | 158 | 0.58 | 0.95 | 0 | 0.38 | 263.6 | 0.9 | 0.33 |
| Hex | 43 | 8 | 9E | 3A | 5F | 0 | 26 | 108 | 5A | 21 |
| Octal | 103 | 10 | 236 | 72 | 137 | 0 | 46 | 410 | 132 | 41 |
| Binary | 1000011 | 1000 | 10011110 | 111010 | 1011111 | 0 | 100110 | 100001000 | 1011010 | 100001 |
Color Harmonies of #43089E
Complementary color
Monochromatic Colors of #43089E
Black with #43089E
Text Example
Text Example
White with #43089E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43089E; }
p { color: rgb(67,8,158); }
H1.HeaderClassName
{
color: #43089E;
}
.AnyTagClassName
{
color: #43089E;
}
</style>
background-color css
<style>
a { background-color: #43089E; }
a { background-color: rgb(67,8,158); }
div.DivClassName
{
background-color: #43089E;
}
.BgClassName
{
background-color: #43089E;
}
</style>
border-color css
<style>
span { border-color: #43089E; }
span { border-color: rgb(67,8,158); }
td.TdClassName
{
border-color: #43089E;
}
.TagClassName
{
border-color: #43089E;
}
</style>