Shades of Indigo #43076C
Tints of Indigo #43076C
RGB
CMYK
RGB Variations
Color information
#43076C (or 0x43076C) is known color: Indigo. HEX triplet: 43, 07 and 6C. RGB value is (67,7,108). Sum of RGB (Red+Green+Blue) = 67+7+108=182 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.81% from 182); Green value is 7 (3.12% from 255 or 3.85% from 182); Blue value is 108 (42.58% from 255 or 59.34% from 182); Max value from RGB is 108 - color contains mainly: blue. Hex color #43076C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43076C is #BCF893. Grayscale: #242424. Windows color (decimal): -12384404 or 7079747. OLE color: 7079747.
HSL color Cylindrical-coordinate representation of color #43076C: hue angle of 275.64º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #43076C is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 67 | 7 | 108 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.58 |
| HSL | 275.64º | 0.88% | 0.23% | - |
| HSV(B) | 275.64º | 0.94% | 0.42% | - |
| XYZ | 5.1 | 2.43 | 14.39 | - |
| YUV | 36.45 | 168.38 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 7 | 108 | 0.38 | 0.94 | 0 | 0.58 | 275.64 | 0.88 | 0.23 |
| Hex | 43 | 7 | 6C | 26 | 5E | 0 | 3A | 114 | 58 | 17 |
| Octal | 103 | 7 | 154 | 46 | 136 | 0 | 72 | 424 | 130 | 27 |
| Binary | 1000011 | 111 | 1101100 | 100110 | 1011110 | 0 | 111010 | 100010100 | 1011000 | 10111 |
Color Harmonies of #43076C
Complementary color
Monochromatic Colors of #43076C
Black with #43076C
Text Example
Text Example
White with #43076C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43076C; }
p { color: rgb(67,7,108); }
H1.HeaderClassName
{
color: #43076C;
}
.AnyTagClassName
{
color: #43076C;
}
</style>
background-color css
<style>
a { background-color: #43076C; }
a { background-color: rgb(67,7,108); }
div.DivClassName
{
background-color: #43076C;
}
.BgClassName
{
background-color: #43076C;
}
</style>
border-color css
<style>
span { border-color: #43076C; }
span { border-color: rgb(67,7,108); }
td.TdClassName
{
border-color: #43076C;
}
.TagClassName
{
border-color: #43076C;
}
</style>