Shades of Persian Indigo #34118F
Tints of Persian Indigo #34118F
RGB
CMYK
RGB Variations
Color information
#34118F (or 0x34118F) is known color: Persian Indigo. HEX triplet: 34, 11 and 8F. RGB value is (52,17,143). Sum of RGB (Red+Green+Blue) = 52+17+143=212 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.53% from 212); Green value is 17 (7.03% from 255 or 8.02% from 212); Blue value is 143 (56.25% from 255 or 67.45% from 212); Max value from RGB is 143 - color contains mainly: blue. Hex color #34118F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34118F is #CBEE70. Grayscale: #292929. Windows color (decimal): -13364849 or 9376052. OLE color: 9376052.
HSL color Cylindrical-coordinate representation of color #34118F: hue angle of 256.67º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #34118F is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 17 | 143 | - |
| CMYK | 0.64 | 0.88 | 0 | 0.44 |
| HSL | 256.67º | 0.79% | 0.31% | - |
| HSV(B) | 256.67º | 0.88% | 0.56% | - |
| XYZ | 6.57 | 3.11 | 26.24 | - |
| YUV | 41.83 | 185.1 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 17 | 143 | 0.64 | 0.88 | 0 | 0.44 | 256.67 | 0.79 | 0.31 |
| Hex | 34 | 11 | 8F | 40 | 58 | 0 | 2C | 101 | 4F | 1F |
| Octal | 64 | 21 | 217 | 100 | 130 | 0 | 54 | 401 | 117 | 37 |
| Binary | 110100 | 10001 | 10001111 | 1000000 | 1011000 | 0 | 101100 | 100000001 | 1001111 | 11111 |
Color Harmonies of #34118F
Complementary color
Monochromatic Colors of #34118F
Black with #34118F
Text Example
Text Example
White with #34118F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34118F; }
p { color: rgb(52,17,143); }
H1.HeaderClassName
{
color: #34118F;
}
.AnyTagClassName
{
color: #34118F;
}
</style>
background-color css
<style>
a { background-color: #34118F; }
a { background-color: rgb(52,17,143); }
div.DivClassName
{
background-color: #34118F;
}
.BgClassName
{
background-color: #34118F;
}
</style>
border-color css
<style>
span { border-color: #34118F; }
span { border-color: rgb(52,17,143); }
td.TdClassName
{
border-color: #34118F;
}
.TagClassName
{
border-color: #34118F;
}
</style>