Shades of Indigo #43067C
Tints of Indigo #43067C
RGB
CMYK
RGB Variations
Color information
#43067C (or 0x43067C) is known color: Indigo. HEX triplet: 43, 06 and 7C. RGB value is (67,6,124). Sum of RGB (Red+Green+Blue) = 67+6+124=197 (26% of max value = 765). Red value is 67 (26.56% from 255 or 34.01% from 197); Green value is 6 (2.73% from 255 or 3.05% from 197); Blue value is 124 (48.83% from 255 or 62.94% from 197); Max value from RGB is 124 - color contains mainly: blue. Hex color #43067C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43067C is #BCF983. Grayscale: #252525. Windows color (decimal): -12384644 or 8128067. OLE color: 8128067.
HSL color Cylindrical-coordinate representation of color #43067C: hue angle of 271.02º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #43067C is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 67 | 6 | 124 | - |
| CMYK | 0.46 | 0.95 | 0 | 0.51 |
| HSL | 271.02º | 0.91% | 0.25% | - |
| HSV(B) | 271.02º | 0.95% | 0.49% | - |
| XYZ | 6.02 | 2.78 | 19.29 | - |
| YUV | 37.69 | 176.71 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 6 | 124 | 0.46 | 0.95 | 0 | 0.51 | 271.02 | 0.91 | 0.25 |
| Hex | 43 | 6 | 7C | 2E | 5F | 0 | 33 | 10F | 5B | 19 |
| Octal | 103 | 6 | 174 | 56 | 137 | 0 | 63 | 417 | 133 | 31 |
| Binary | 1000011 | 110 | 1111100 | 101110 | 1011111 | 0 | 110011 | 100001111 | 1011011 | 11001 |
Color Harmonies of #43067C
Complementary color
Monochromatic Colors of #43067C
Black with #43067C
Text Example
Text Example
White with #43067C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43067C; }
p { color: rgb(67,6,124); }
H1.HeaderClassName
{
color: #43067C;
}
.AnyTagClassName
{
color: #43067C;
}
</style>
background-color css
<style>
a { background-color: #43067C; }
a { background-color: rgb(67,6,124); }
div.DivClassName
{
background-color: #43067C;
}
.BgClassName
{
background-color: #43067C;
}
</style>
border-color css
<style>
span { border-color: #43067C; }
span { border-color: rgb(67,6,124); }
td.TdClassName
{
border-color: #43067C;
}
.TagClassName
{
border-color: #43067C;
}
</style>