Shades of Persian Indigo #34257E
Tints of Persian Indigo #34257E
RGB
CMYK
RGB Variations
Color information
#34257E (or 0x34257E) is known color: Persian Indigo. HEX triplet: 34, 25 and 7E. RGB value is (52,37,126). Sum of RGB (Red+Green+Blue) = 52+37+126=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 126 (49.61% from 255 or 58.60% from 215); Max value from RGB is 126 - color contains mainly: blue. Hex color #34257E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34257E is #CBDA81. Grayscale: #333333. Windows color (decimal): -13359746 or 8267060. OLE color: 8267060.
HSL color Cylindrical-coordinate representation of color #34257E: hue angle of 250.11º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34257E is Cyan = 0.59, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 37 | 126 | - |
| CMYK | 0.59 | 0.71 | 0 | 0.51 |
| HSL | 250.11º | 0.55% | 0.32% | - |
| HSV(B) | 250.11º | 0.71% | 0.49% | - |
| XYZ | 5.84 | 3.56 | 20.12 | - |
| YUV | 51.63 | 169.97 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 37 | 126 | 0.59 | 0.71 | 0 | 0.51 | 250.11 | 0.55 | 0.32 |
| Hex | 34 | 25 | 7E | 3B | 47 | 0 | 33 | FA | 37 | 20 |
| Octal | 64 | 45 | 176 | 73 | 107 | 0 | 63 | 372 | 67 | 40 |
| Binary | 110100 | 100101 | 1111110 | 111011 | 1000111 | 0 | 110011 | 11111010 | 110111 | 100000 |
Color Harmonies of #34257E
Complementary color
Monochromatic Colors of #34257E
Black with #34257E
Text Example
Text Example
White with #34257E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34257E; }
p { color: rgb(52,37,126); }
H1.HeaderClassName
{
color: #34257E;
}
.AnyTagClassName
{
color: #34257E;
}
</style>
background-color css
<style>
a { background-color: #34257E; }
a { background-color: rgb(52,37,126); }
div.DivClassName
{
background-color: #34257E;
}
.BgClassName
{
background-color: #34257E;
}
</style>
border-color css
<style>
span { border-color: #34257E; }
span { border-color: rgb(52,37,126); }
td.TdClassName
{
border-color: #34257E;
}
.TagClassName
{
border-color: #34257E;
}
</style>