Shades of Indigo #43099C
Tints of Indigo #43099C
RGB
CMYK
RGB Variations
Color information
#43099C (or 0x43099C) is known color: Indigo. HEX triplet: 43, 09 and 9C. RGB value is (67,9,156). Sum of RGB (Red+Green+Blue) = 67+9+156=232 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.88% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 156 (61.33% from 255 or 67.24% from 232); Max value from RGB is 156 - color contains mainly: blue. Hex color #43099C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #43099C is #BCF663. Grayscale: #2A2A2A. Windows color (decimal): -12383844 or 10225987. OLE color: 10225987.
HSL color Cylindrical-coordinate representation of color #43099C: hue angle of 263.67º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #43099C is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 67 | 9 | 156 | - |
| CMYK | 0.57 | 0.94 | 0 | 0.39 |
| HSL | 263.67º | 0.89% | 0.32% | - |
| HSV(B) | 263.67º | 0.94% | 0.61% | - |
| XYZ | 8.41 | 3.79 | 31.74 | - |
| YUV | 43.1 | 191.72 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 9 | 156 | 0.57 | 0.94 | 0 | 0.39 | 263.67 | 0.89 | 0.32 |
| Hex | 43 | 9 | 9C | 39 | 5E | 0 | 27 | 108 | 59 | 20 |
| Octal | 103 | 11 | 234 | 71 | 136 | 0 | 47 | 410 | 131 | 40 |
| Binary | 1000011 | 1001 | 10011100 | 111001 | 1011110 | 0 | 100111 | 100001000 | 1011001 | 100000 |
Color Harmonies of #43099C
Complementary color
Monochromatic Colors of #43099C
Black with #43099C
Text Example
Text Example
White with #43099C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43099C; }
p { color: rgb(67,9,156); }
H1.HeaderClassName
{
color: #43099C;
}
.AnyTagClassName
{
color: #43099C;
}
</style>
background-color css
<style>
a { background-color: #43099C; }
a { background-color: rgb(67,9,156); }
div.DivClassName
{
background-color: #43099C;
}
.BgClassName
{
background-color: #43099C;
}
</style>
border-color css
<style>
span { border-color: #43099C; }
span { border-color: rgb(67,9,156); }
td.TdClassName
{
border-color: #43099C;
}
.TagClassName
{
border-color: #43099C;
}
</style>