Shades of Persian Indigo #34138D
Tints of Persian Indigo #34138D
RGB
CMYK
RGB Variations
Color information
#34138D (or 0x34138D) is known color: Persian Indigo. HEX triplet: 34, 13 and 8D. RGB value is (52,19,141). Sum of RGB (Red+Green+Blue) = 52+19+141=212 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.53% from 212); Green value is 19 (7.81% from 255 or 8.96% from 212); Blue value is 141 (55.47% from 255 or 66.51% from 212); Max value from RGB is 141 - color contains mainly: blue. Hex color #34138D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34138D is #CBEC72. Grayscale: #2A2A2A. Windows color (decimal): -13364339 or 9245492. OLE color: 9245492.
HSL color Cylindrical-coordinate representation of color #34138D: hue angle of 256.23º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #34138D is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 19 | 141 | - |
| CMYK | 0.63 | 0.87 | 0 | 0.45 |
| HSL | 256.23º | 0.76% | 0.31% | - |
| HSV(B) | 256.23º | 0.87% | 0.55% | - |
| XYZ | 6.46 | 3.12 | 25.46 | - |
| YUV | 42.78 | 183.43 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 19 | 141 | 0.63 | 0.87 | 0 | 0.45 | 256.23 | 0.76 | 0.31 |
| Hex | 34 | 13 | 8D | 3F | 57 | 0 | 2D | 100 | 4C | 1F |
| Octal | 64 | 23 | 215 | 77 | 127 | 0 | 55 | 400 | 114 | 37 |
| Binary | 110100 | 10011 | 10001101 | 111111 | 1010111 | 0 | 101101 | 100000000 | 1001100 | 11111 |
Color Harmonies of #34138D
Complementary color
Monochromatic Colors of #34138D
Black with #34138D
Text Example
Text Example
White with #34138D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34138D; }
p { color: rgb(52,19,141); }
H1.HeaderClassName
{
color: #34138D;
}
.AnyTagClassName
{
color: #34138D;
}
</style>
background-color css
<style>
a { background-color: #34138D; }
a { background-color: rgb(52,19,141); }
div.DivClassName
{
background-color: #34138D;
}
.BgClassName
{
background-color: #34138D;
}
</style>
border-color css
<style>
span { border-color: #34138D; }
span { border-color: rgb(52,19,141); }
td.TdClassName
{
border-color: #34138D;
}
.TagClassName
{
border-color: #34138D;
}
</style>