Shades of Indigo #43097B
Tints of Indigo #43097B
RGB
CMYK
RGB Variations
Color information
#43097B (or 0x43097B) is known color: Indigo. HEX triplet: 43, 09 and 7B. RGB value is (67,9,123). Sum of RGB (Red+Green+Blue) = 67+9+123=199 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.67% from 199); Green value is 9 (3.91% from 255 or 4.52% from 199); Blue value is 123 (48.44% from 255 or 61.81% from 199); Max value from RGB is 123 - color contains mainly: blue. Hex color #43097B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43097B is #BCF684. Grayscale: #262626. Windows color (decimal): -12383877 or 8063299. OLE color: 8063299.
HSL color Cylindrical-coordinate representation of color #43097B: hue angle of 270.53º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #43097B is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 67 | 9 | 123 | - |
| CMYK | 0.46 | 0.93 | 0 | 0.52 |
| HSL | 270.53º | 0.86% | 0.26% | - |
| HSV(B) | 270.53º | 0.93% | 0.48% | - |
| XYZ | 5.99 | 2.82 | 18.97 | - |
| YUV | 39.34 | 175.22 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 9 | 123 | 0.46 | 0.93 | 0 | 0.52 | 270.53 | 0.86 | 0.26 |
| Hex | 43 | 9 | 7B | 2E | 5D | 0 | 34 | 10F | 56 | 1A |
| Octal | 103 | 11 | 173 | 56 | 135 | 0 | 64 | 417 | 126 | 32 |
| Binary | 1000011 | 1001 | 1111011 | 101110 | 1011101 | 0 | 110100 | 100001111 | 1010110 | 11010 |
Color Harmonies of #43097B
Complementary color
Monochromatic Colors of #43097B
Black with #43097B
Text Example
Text Example
White with #43097B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43097B; }
p { color: rgb(67,9,123); }
H1.HeaderClassName
{
color: #43097B;
}
.AnyTagClassName
{
color: #43097B;
}
</style>
background-color css
<style>
a { background-color: #43097B; }
a { background-color: rgb(67,9,123); }
div.DivClassName
{
background-color: #43097B;
}
.BgClassName
{
background-color: #43097B;
}
</style>
border-color css
<style>
span { border-color: #43097B; }
span { border-color: rgb(67,9,123); }
td.TdClassName
{
border-color: #43097B;
}
.TagClassName
{
border-color: #43097B;
}
</style>