Shades of Indigo #43097F
Tints of Indigo #43097F
RGB
CMYK
RGB Variations
Color information
#43097F (or 0x43097F) is known color: Indigo. HEX triplet: 43, 09 and 7F. RGB value is (67,9,127). Sum of RGB (Red+Green+Blue) = 67+9+127=203 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.00% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 127 (50% from 255 or 62.56% from 203); Max value from RGB is 127 - color contains mainly: blue. Hex color #43097F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43097F is #BCF680. Grayscale: #272727. Windows color (decimal): -12383873 or 8325443. OLE color: 8325443.
HSL color Cylindrical-coordinate representation of color #43097F: hue angle of 269.49º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #43097F is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 67 | 9 | 127 | - |
| CMYK | 0.47 | 0.93 | 0 | 0.50 |
| HSL | 269.49º | 0.87% | 0.27% | - |
| HSV(B) | 269.49º | 0.93% | 0.5% | - |
| XYZ | 6.24 | 2.92 | 20.31 | - |
| YUV | 39.79 | 177.22 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 9 | 127 | 0.47 | 0.93 | 0 | 0.50 | 269.49 | 0.87 | 0.27 |
| Hex | 43 | 9 | 7F | 2F | 5D | 0 | 32 | 10D | 57 | 1B |
| Octal | 103 | 11 | 177 | 57 | 135 | 0 | 62 | 415 | 127 | 33 |
| Binary | 1000011 | 1001 | 1111111 | 101111 | 1011101 | 0 | 110010 | 100001101 | 1010111 | 11011 |
Color Harmonies of #43097F
Complementary color
Monochromatic Colors of #43097F
Black with #43097F
Text Example
Text Example
White with #43097F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43097F; }
p { color: rgb(67,9,127); }
H1.HeaderClassName
{
color: #43097F;
}
.AnyTagClassName
{
color: #43097F;
}
</style>
background-color css
<style>
a { background-color: #43097F; }
a { background-color: rgb(67,9,127); }
div.DivClassName
{
background-color: #43097F;
}
.BgClassName
{
background-color: #43097F;
}
</style>
border-color css
<style>
span { border-color: #43097F; }
span { border-color: rgb(67,9,127); }
td.TdClassName
{
border-color: #43097F;
}
.TagClassName
{
border-color: #43097F;
}
</style>