Shades of Indigo #43099E
Tints of Indigo #43099E
RGB
CMYK
RGB Variations
Color information
#43099E (or 0x43099E) is known color: Indigo. HEX triplet: 43, 09 and 9E. RGB value is (67,9,158). Sum of RGB (Red+Green+Blue) = 67+9+158=234 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.63% from 234); Green value is 9 (3.91% from 255 or 3.85% from 234); Blue value is 158 (62.11% from 255 or 67.52% from 234); Max value from RGB is 158 - color contains mainly: blue. Hex color #43099E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #43099E is #BCF661. Grayscale: #2A2A2A. Windows color (decimal): -12383842 or 10357059. OLE color: 10357059.
HSL color Cylindrical-coordinate representation of color #43099E: hue angle of 263.36º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #43099E is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 67 | 9 | 158 | - |
| CMYK | 0.58 | 0.94 | 0 | 0.38 |
| HSL | 263.36º | 0.89% | 0.33% | - |
| HSV(B) | 263.36º | 0.94% | 0.62% | - |
| XYZ | 8.58 | 3.86 | 32.64 | - |
| YUV | 43.33 | 192.72 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 9 | 158 | 0.58 | 0.94 | 0 | 0.38 | 263.36 | 0.89 | 0.33 |
| Hex | 43 | 9 | 9E | 3A | 5E | 0 | 26 | 107 | 59 | 21 |
| Octal | 103 | 11 | 236 | 72 | 136 | 0 | 46 | 407 | 131 | 41 |
| Binary | 1000011 | 1001 | 10011110 | 111010 | 1011110 | 0 | 100110 | 100000111 | 1011001 | 100001 |
Color Harmonies of #43099E
Complementary color
Monochromatic Colors of #43099E
Black with #43099E
Text Example
Text Example
White with #43099E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43099E; }
p { color: rgb(67,9,158); }
H1.HeaderClassName
{
color: #43099E;
}
.AnyTagClassName
{
color: #43099E;
}
</style>
background-color css
<style>
a { background-color: #43099E; }
a { background-color: rgb(67,9,158); }
div.DivClassName
{
background-color: #43099E;
}
.BgClassName
{
background-color: #43099E;
}
</style>
border-color css
<style>
span { border-color: #43099E; }
span { border-color: rgb(67,9,158); }
td.TdClassName
{
border-color: #43099E;
}
.TagClassName
{
border-color: #43099E;
}
</style>