Shades of Persian Indigo #34257F
Tints of Persian Indigo #34257F
RGB
CMYK
RGB Variations
Color information
#34257F (or 0x34257F) is known color: Persian Indigo. HEX triplet: 34, 25 and 7F. RGB value is (52,37,127). Sum of RGB (Red+Green+Blue) = 52+37+127=216 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.07% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 127 (50% from 255 or 58.80% from 216); Max value from RGB is 127 - color contains mainly: blue. Hex color #34257F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34257F is #CBDA80. Grayscale: #333333. Windows color (decimal): -13359745 or 8332596. OLE color: 8332596.
HSL color Cylindrical-coordinate representation of color #34257F: hue angle of 250º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34257F is Cyan = 0.59, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 52 | 37 | 127 | - |
| CMYK | 0.59 | 0.71 | 0 | 0.50 |
| HSL | 250º | 0.55% | 0.32% | - |
| HSV(B) | 250º | 0.71% | 0.5% | - |
| XYZ | 5.91 | 3.59 | 20.46 | - |
| YUV | 51.75 | 170.47 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 37 | 127 | 0.59 | 0.71 | 0 | 0.50 | 250 | 0.55 | 0.32 |
| Hex | 34 | 25 | 7F | 3B | 47 | 0 | 32 | FA | 37 | 20 |
| Octal | 64 | 45 | 177 | 73 | 107 | 0 | 62 | 372 | 67 | 40 |
| Binary | 110100 | 100101 | 1111111 | 111011 | 1000111 | 0 | 110010 | 11111010 | 110111 | 100000 |
Color Harmonies of #34257F
Complementary color
Monochromatic Colors of #34257F
Black with #34257F
Text Example
Text Example
White with #34257F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34257F; }
p { color: rgb(52,37,127); }
H1.HeaderClassName
{
color: #34257F;
}
.AnyTagClassName
{
color: #34257F;
}
</style>
background-color css
<style>
a { background-color: #34257F; }
a { background-color: rgb(52,37,127); }
div.DivClassName
{
background-color: #34257F;
}
.BgClassName
{
background-color: #34257F;
}
</style>
border-color css
<style>
span { border-color: #34257F; }
span { border-color: rgb(52,37,127); }
td.TdClassName
{
border-color: #34257F;
}
.TagClassName
{
border-color: #34257F;
}
</style>