Shades of Persian Indigo #34258E
Tints of Persian Indigo #34258E
RGB
CMYK
RGB Variations
Color information
#34258E (or 0x34258E) is known color: Persian Indigo. HEX triplet: 34, 25 and 8E. RGB value is (52,37,142). Sum of RGB (Red+Green+Blue) = 52+37+142=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 37 (14.84% from 255 or 16.02% from 231); Blue value is 142 (55.86% from 255 or 61.47% from 231); Max value from RGB is 142 - color contains mainly: blue. Hex color #34258E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34258E is #CBDA71. Grayscale: #353535. Windows color (decimal): -13359730 or 9315636. OLE color: 9315636.
HSL color Cylindrical-coordinate representation of color #34258E: hue angle of 248.57º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34258E is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 37 | 142 | - |
| CMYK | 0.63 | 0.74 | 0 | 0.44 |
| HSL | 248.57º | 0.59% | 0.35% | - |
| HSV(B) | 248.57º | 0.74% | 0.56% | - |
| XYZ | 6.96 | 4.01 | 26 | - |
| YUV | 53.46 | 177.97 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 37 | 142 | 0.63 | 0.74 | 0 | 0.44 | 248.57 | 0.59 | 0.35 |
| Hex | 34 | 25 | 8E | 3F | 4A | 0 | 2C | F9 | 3B | 23 |
| Octal | 64 | 45 | 216 | 77 | 112 | 0 | 54 | 371 | 73 | 43 |
| Binary | 110100 | 100101 | 10001110 | 111111 | 1001010 | 0 | 101100 | 11111001 | 111011 | 100011 |
Color Harmonies of #34258E
Complementary color
Monochromatic Colors of #34258E
Black with #34258E
Text Example
Text Example
White with #34258E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34258E; }
p { color: rgb(52,37,142); }
H1.HeaderClassName
{
color: #34258E;
}
.AnyTagClassName
{
color: #34258E;
}
</style>
background-color css
<style>
a { background-color: #34258E; }
a { background-color: rgb(52,37,142); }
div.DivClassName
{
background-color: #34258E;
}
.BgClassName
{
background-color: #34258E;
}
</style>
border-color css
<style>
span { border-color: #34258E; }
span { border-color: rgb(52,37,142); }
td.TdClassName
{
border-color: #34258E;
}
.TagClassName
{
border-color: #34258E;
}
</style>