Shades of Persian Indigo #43157F
Tints of Persian Indigo #43157F
RGB
CMYK
RGB Variations
Color information
#43157F (or 0x43157F) is known color: Persian Indigo. HEX triplet: 43, 15 and 7F. RGB value is (67,21,127). Sum of RGB (Red+Green+Blue) = 67+21+127=215 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.16% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 127 (50% from 255 or 59.07% from 215); Max value from RGB is 127 - color contains mainly: blue. Hex color #43157F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43157F is #BCEA80. Grayscale: #2E2E2E. Windows color (decimal): -12380801 or 8328515. OLE color: 8328515.
HSL color Cylindrical-coordinate representation of color #43157F: hue angle of 266.04º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #43157F is Cyan = 0.47, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 67 | 21 | 127 | - |
| CMYK | 0.47 | 0.83 | 0 | 0.50 |
| HSL | 266.04º | 0.72% | 0.29% | - |
| HSV(B) | 266.04º | 0.83% | 0.5% | - |
| XYZ | 6.41 | 3.26 | 20.37 | - |
| YUV | 46.84 | 173.24 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 21 | 127 | 0.47 | 0.83 | 0 | 0.50 | 266.04 | 0.72 | 0.29 |
| Hex | 43 | 15 | 7F | 2F | 53 | 0 | 32 | 10A | 48 | 1D |
| Octal | 103 | 25 | 177 | 57 | 123 | 0 | 62 | 412 | 110 | 35 |
| Binary | 1000011 | 10101 | 1111111 | 101111 | 1010011 | 0 | 110010 | 100001010 | 1001000 | 11101 |
Color Harmonies of #43157F
Complementary color
Monochromatic Colors of #43157F
Black with #43157F
Text Example
Text Example
White with #43157F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43157F; }
p { color: rgb(67,21,127); }
H1.HeaderClassName
{
color: #43157F;
}
.AnyTagClassName
{
color: #43157F;
}
</style>
background-color css
<style>
a { background-color: #43157F; }
a { background-color: rgb(67,21,127); }
div.DivClassName
{
background-color: #43157F;
}
.BgClassName
{
background-color: #43157F;
}
</style>
border-color css
<style>
span { border-color: #43157F; }
span { border-color: rgb(67,21,127); }
td.TdClassName
{
border-color: #43157F;
}
.TagClassName
{
border-color: #43157F;
}
</style>