Shades of Persian Indigo #34158C
Tints of Persian Indigo #34158C
RGB
CMYK
RGB Variations
Color information
#34158C (or 0x34158C) is known color: Persian Indigo. HEX triplet: 34, 15 and 8C. RGB value is (52,21,140). Sum of RGB (Red+Green+Blue) = 52+21+140=213 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.41% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 140 (55.08% from 255 or 65.73% from 213); Max value from RGB is 140 - color contains mainly: blue. Hex color #34158C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34158C is #CBEA73. Grayscale: #2B2B2B. Windows color (decimal): -13363828 or 9180468. OLE color: 9180468.
HSL color Cylindrical-coordinate representation of color #34158C: hue angle of 255.63º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #34158C is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 21 | 140 | - |
| CMYK | 0.63 | 0.85 | 0 | 0.45 |
| HSL | 255.63º | 0.74% | 0.32% | - |
| HSV(B) | 255.63º | 0.85% | 0.55% | - |
| XYZ | 6.42 | 3.16 | 25.08 | - |
| YUV | 43.84 | 182.27 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 21 | 140 | 0.63 | 0.85 | 0 | 0.45 | 255.63 | 0.74 | 0.32 |
| Hex | 34 | 15 | 8C | 3F | 55 | 0 | 2D | 100 | 4A | 20 |
| Octal | 64 | 25 | 214 | 77 | 125 | 0 | 55 | 400 | 112 | 40 |
| Binary | 110100 | 10101 | 10001100 | 111111 | 1010101 | 0 | 101101 | 100000000 | 1001010 | 100000 |
Color Harmonies of #34158C
Complementary color
Monochromatic Colors of #34158C
Black with #34158C
Text Example
Text Example
White with #34158C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34158C; }
p { color: rgb(52,21,140); }
H1.HeaderClassName
{
color: #34158C;
}
.AnyTagClassName
{
color: #34158C;
}
</style>
background-color css
<style>
a { background-color: #34158C; }
a { background-color: rgb(52,21,140); }
div.DivClassName
{
background-color: #34158C;
}
.BgClassName
{
background-color: #34158C;
}
</style>
border-color css
<style>
span { border-color: #34158C; }
span { border-color: rgb(52,21,140); }
td.TdClassName
{
border-color: #34158C;
}
.TagClassName
{
border-color: #34158C;
}
</style>