Shades of Indigo #43076E
Tints of Indigo #43076E
RGB
CMYK
RGB Variations
Color information
#43076E (or 0x43076E) is known color: Indigo. HEX triplet: 43, 07 and 6E. RGB value is (67,7,110). Sum of RGB (Red+Green+Blue) = 67+7+110=184 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.41% from 184); Green value is 7 (3.12% from 255 or 3.80% from 184); Blue value is 110 (43.36% from 255 or 59.78% from 184); Max value from RGB is 110 - color contains mainly: blue. Hex color #43076E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43076E is #BCF891. Grayscale: #242424. Windows color (decimal): -12384402 or 7210819. OLE color: 7210819.
HSL color Cylindrical-coordinate representation of color #43076E: hue angle of 274.95º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #43076E is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 67 | 7 | 110 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.57 |
| HSL | 274.95º | 0.88% | 0.23% | - |
| HSV(B) | 274.95º | 0.94% | 0.43% | - |
| XYZ | 5.21 | 2.47 | 14.95 | - |
| YUV | 36.68 | 169.38 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 7 | 110 | 0.39 | 0.94 | 0 | 0.57 | 274.95 | 0.88 | 0.23 |
| Hex | 43 | 7 | 6E | 27 | 5E | 0 | 39 | 113 | 58 | 17 |
| Octal | 103 | 7 | 156 | 47 | 136 | 0 | 71 | 423 | 130 | 27 |
| Binary | 1000011 | 111 | 1101110 | 100111 | 1011110 | 0 | 111001 | 100010011 | 1011000 | 10111 |
Color Harmonies of #43076E
Complementary color
Monochromatic Colors of #43076E
Black with #43076E
Text Example
Text Example
White with #43076E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43076E; }
p { color: rgb(67,7,110); }
H1.HeaderClassName
{
color: #43076E;
}
.AnyTagClassName
{
color: #43076E;
}
</style>
background-color css
<style>
a { background-color: #43076E; }
a { background-color: rgb(67,7,110); }
div.DivClassName
{
background-color: #43076E;
}
.BgClassName
{
background-color: #43076E;
}
</style>
border-color css
<style>
span { border-color: #43076E; }
span { border-color: rgb(67,7,110); }
td.TdClassName
{
border-color: #43076E;
}
.TagClassName
{
border-color: #43076E;
}
</style>