Shades of Indigo #43067F
Tints of Indigo #43067F
RGB
CMYK
RGB Variations
Color information
#43067F (or 0x43067F) is known color: Indigo. HEX triplet: 43, 06 and 7F. RGB value is (67,6,127). Sum of RGB (Red+Green+Blue) = 67+6+127=200 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.5% from 200); Green value is 6 (2.73% from 255 or 3% from 200); Blue value is 127 (50% from 255 or 63.5% from 200); Max value from RGB is 127 - color contains mainly: blue. Hex color #43067F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43067F is #BCF980. Grayscale: #252525. Windows color (decimal): -12384641 or 8324675. OLE color: 8324675.
HSL color Cylindrical-coordinate representation of color #43067F: hue angle of 270.25º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #43067F is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 67 | 6 | 127 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.50 |
| HSL | 270.25º | 0.91% | 0.26% | - |
| HSV(B) | 270.25º | 0.95% | 0.5% | - |
| XYZ | 6.21 | 2.86 | 20.3 | - |
| YUV | 38.03 | 178.21 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 6 | 127 | 0.47 | 0.95 | 0 | 0.50 | 270.25 | 0.91 | 0.26 |
| Hex | 43 | 6 | 7F | 2F | 5F | 0 | 32 | 10E | 5B | 1A |
| Octal | 103 | 6 | 177 | 57 | 137 | 0 | 62 | 416 | 133 | 32 |
| Binary | 1000011 | 110 | 1111111 | 101111 | 1011111 | 0 | 110010 | 100001110 | 1011011 | 11010 |
Color Harmonies of #43067F
Complementary color
Monochromatic Colors of #43067F
Black with #43067F
Text Example
Text Example
White with #43067F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43067F; }
p { color: rgb(67,6,127); }
H1.HeaderClassName
{
color: #43067F;
}
.AnyTagClassName
{
color: #43067F;
}
</style>
background-color css
<style>
a { background-color: #43067F; }
a { background-color: rgb(67,6,127); }
div.DivClassName
{
background-color: #43067F;
}
.BgClassName
{
background-color: #43067F;
}
</style>
border-color css
<style>
span { border-color: #43067F; }
span { border-color: rgb(67,6,127); }
td.TdClassName
{
border-color: #43067F;
}
.TagClassName
{
border-color: #43067F;
}
</style>