Shades of Persian Indigo #43147D
Tints of Persian Indigo #43147D
RGB
CMYK
RGB Variations
Color information
#43147D (or 0x43147D) is known color: Persian Indigo. HEX triplet: 43, 14 and 7D. RGB value is (67,20,125). Sum of RGB (Red+Green+Blue) = 67+20+125=212 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.60% from 212); Green value is 20 (8.20% from 255 or 9.43% from 212); Blue value is 125 (49.22% from 255 or 58.96% from 212); Max value from RGB is 125 - color contains mainly: blue. Hex color #43147D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43147D is #BCEB82. Grayscale: #2D2D2D. Windows color (decimal): -12381059 or 8197187. OLE color: 8197187.
HSL color Cylindrical-coordinate representation of color #43147D: hue angle of 266.86º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #43147D is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 67 | 20 | 125 | - |
| CMYK | 0.46 | 0.84 | 0 | 0.51 |
| HSL | 266.86º | 0.72% | 0.28% | - |
| HSV(B) | 266.86º | 0.84% | 0.49% | - |
| XYZ | 6.27 | 3.17 | 19.68 | - |
| YUV | 46.02 | 172.57 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 20 | 125 | 0.46 | 0.84 | 0 | 0.51 | 266.86 | 0.72 | 0.28 |
| Hex | 43 | 14 | 7D | 2E | 54 | 0 | 33 | 10B | 48 | 1C |
| Octal | 103 | 24 | 175 | 56 | 124 | 0 | 63 | 413 | 110 | 34 |
| Binary | 1000011 | 10100 | 1111101 | 101110 | 1010100 | 0 | 110011 | 100001011 | 1001000 | 11100 |
Color Harmonies of #43147D
Complementary color
Monochromatic Colors of #43147D
Black with #43147D
Text Example
Text Example
White with #43147D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43147D; }
p { color: rgb(67,20,125); }
H1.HeaderClassName
{
color: #43147D;
}
.AnyTagClassName
{
color: #43147D;
}
</style>
background-color css
<style>
a { background-color: #43147D; }
a { background-color: rgb(67,20,125); }
div.DivClassName
{
background-color: #43147D;
}
.BgClassName
{
background-color: #43147D;
}
</style>
border-color css
<style>
span { border-color: #43147D; }
span { border-color: rgb(67,20,125); }
td.TdClassName
{
border-color: #43147D;
}
.TagClassName
{
border-color: #43147D;
}
</style>