Shades of Indigo #43077E
Tints of Indigo #43077E
RGB
CMYK
RGB Variations
Color information
#43077E (or 0x43077E) is known color: Indigo. HEX triplet: 43, 07 and 7E. RGB value is (67,7,126). Sum of RGB (Red+Green+Blue) = 67+7+126=200 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.5% from 200); Green value is 7 (3.12% from 255 or 3.5% from 200); Blue value is 126 (49.61% from 255 or 63% from 200); Max value from RGB is 126 - color contains mainly: blue. Hex color #43077E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43077E is #BCF881. Grayscale: #262626. Windows color (decimal): -12384386 or 8259395. OLE color: 8259395.
HSL color Cylindrical-coordinate representation of color #43077E: hue angle of 270.25º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #43077E is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 67 | 7 | 126 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.51 |
| HSL | 270.25º | 0.89% | 0.26% | - |
| HSV(B) | 270.25º | 0.94% | 0.49% | - |
| XYZ | 6.16 | 2.85 | 19.96 | - |
| YUV | 38.51 | 177.38 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 7 | 126 | 0.47 | 0.94 | 0 | 0.51 | 270.25 | 0.89 | 0.26 |
| Hex | 43 | 7 | 7E | 2F | 5E | 0 | 33 | 10E | 59 | 1A |
| Octal | 103 | 7 | 176 | 57 | 136 | 0 | 63 | 416 | 131 | 32 |
| Binary | 1000011 | 111 | 1111110 | 101111 | 1011110 | 0 | 110011 | 100001110 | 1011001 | 11010 |
Color Harmonies of #43077E
Complementary color
Monochromatic Colors of #43077E
Black with #43077E
Text Example
Text Example
White with #43077E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43077E; }
p { color: rgb(67,7,126); }
H1.HeaderClassName
{
color: #43077E;
}
.AnyTagClassName
{
color: #43077E;
}
</style>
background-color css
<style>
a { background-color: #43077E; }
a { background-color: rgb(67,7,126); }
div.DivClassName
{
background-color: #43077E;
}
.BgClassName
{
background-color: #43077E;
}
</style>
border-color css
<style>
span { border-color: #43077E; }
span { border-color: rgb(67,7,126); }
td.TdClassName
{
border-color: #43077E;
}
.TagClassName
{
border-color: #43077E;
}
</style>