Shades of Persian Indigo #34147C
Tints of Persian Indigo #34147C
RGB
CMYK
RGB Variations
Color information
#34147C (or 0x34147C) is known color: Persian Indigo. HEX triplet: 34, 14 and 7C. RGB value is (52,20,124). Sum of RGB (Red+Green+Blue) = 52+20+124=196 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.53% from 196); Green value is 20 (8.20% from 255 or 10.20% from 196); Blue value is 124 (48.83% from 255 or 63.27% from 196); Max value from RGB is 124 - color contains mainly: blue. Hex color #34147C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34147C is #CBEB83. Grayscale: #292929. Windows color (decimal): -13364100 or 8131636. OLE color: 8131636.
HSL color Cylindrical-coordinate representation of color #34147C: hue angle of 258.46º 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 #34147C is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 20 | 124 | - |
| CMYK | 0.58 | 0.84 | 0 | 0.51 |
| HSL | 258.46º | 0.72% | 0.28% | - |
| HSV(B) | 258.46º | 0.84% | 0.49% | - |
| XYZ | 5.3 | 2.69 | 19.31 | - |
| YUV | 41.42 | 174.6 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 20 | 124 | 0.58 | 0.84 | 0 | 0.51 | 258.46 | 0.72 | 0.28 |
| Hex | 34 | 14 | 7C | 3A | 54 | 0 | 33 | 102 | 48 | 1C |
| Octal | 64 | 24 | 174 | 72 | 124 | 0 | 63 | 402 | 110 | 34 |
| Binary | 110100 | 10100 | 1111100 | 111010 | 1010100 | 0 | 110011 | 100000010 | 1001000 | 11100 |
Color Harmonies of #34147C
Complementary color
Monochromatic Colors of #34147C
Black with #34147C
Text Example
Text Example
White with #34147C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34147C; }
p { color: rgb(52,20,124); }
H1.HeaderClassName
{
color: #34147C;
}
.AnyTagClassName
{
color: #34147C;
}
</style>
background-color css
<style>
a { background-color: #34147C; }
a { background-color: rgb(52,20,124); }
div.DivClassName
{
background-color: #34147C;
}
.BgClassName
{
background-color: #34147C;
}
</style>
border-color css
<style>
span { border-color: #34147C; }
span { border-color: rgb(52,20,124); }
td.TdClassName
{
border-color: #34147C;
}
.TagClassName
{
border-color: #34147C;
}
</style>