Shades of Persian Indigo #34257D
Tints of Persian Indigo #34257D
RGB
CMYK
RGB Variations
Color information
#34257D (or 0x34257D) is known color: Persian Indigo. HEX triplet: 34, 25 and 7D. RGB value is (52,37,125). Sum of RGB (Red+Green+Blue) = 52+37+125=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 125 (49.22% from 255 or 58.41% from 214); Max value from RGB is 125 - color contains mainly: blue. Hex color #34257D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34257D is #CBDA82. Grayscale: #333333. Windows color (decimal): -13359747 or 8201524. OLE color: 8201524.
HSL color Cylindrical-coordinate representation of color #34257D: hue angle of 250.23º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34257D is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 37 | 125 | - |
| CMYK | 0.58 | 0.70 | 0 | 0.51 |
| HSL | 250.23º | 0.54% | 0.32% | - |
| HSV(B) | 250.23º | 0.7% | 0.49% | - |
| XYZ | 5.78 | 3.53 | 19.78 | - |
| YUV | 51.52 | 169.47 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 37 | 125 | 0.58 | 0.70 | 0 | 0.51 | 250.23 | 0.54 | 0.32 |
| Hex | 34 | 25 | 7D | 3A | 46 | 0 | 33 | FA | 36 | 20 |
| Octal | 64 | 45 | 175 | 72 | 106 | 0 | 63 | 372 | 66 | 40 |
| Binary | 110100 | 100101 | 1111101 | 111010 | 1000110 | 0 | 110011 | 11111010 | 110110 | 100000 |
Color Harmonies of #34257D
Complementary color
Monochromatic Colors of #34257D
Black with #34257D
Text Example
Text Example
White with #34257D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34257D; }
p { color: rgb(52,37,125); }
H1.HeaderClassName
{
color: #34257D;
}
.AnyTagClassName
{
color: #34257D;
}
</style>
background-color css
<style>
a { background-color: #34257D; }
a { background-color: rgb(52,37,125); }
div.DivClassName
{
background-color: #34257D;
}
.BgClassName
{
background-color: #34257D;
}
</style>
border-color css
<style>
span { border-color: #34257D; }
span { border-color: rgb(52,37,125); }
td.TdClassName
{
border-color: #34257D;
}
.TagClassName
{
border-color: #34257D;
}
</style>