Shades of Persian Indigo #34258C
Tints of Persian Indigo #34258C
RGB
CMYK
RGB Variations
Color information
#34258C (or 0x34258C) is known color: Persian Indigo. HEX triplet: 34, 25 and 8C. RGB value is (52,37,140). Sum of RGB (Red+Green+Blue) = 52+37+140=229 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.71% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 140 (55.08% from 255 or 61.14% from 229); Max value from RGB is 140 - color contains mainly: blue. Hex color #34258C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34258C is #CBDA73. Grayscale: #343434. Windows color (decimal): -13359732 or 9184564. OLE color: 9184564.
HSL color Cylindrical-coordinate representation of color #34258C: hue angle of 248.74º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34258C is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 37 | 140 | - |
| CMYK | 0.63 | 0.74 | 0 | 0.45 |
| HSL | 248.74º | 0.58% | 0.35% | - |
| HSV(B) | 248.74º | 0.74% | 0.55% | - |
| XYZ | 6.81 | 3.95 | 25.21 | - |
| YUV | 53.23 | 176.97 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 37 | 140 | 0.63 | 0.74 | 0 | 0.45 | 248.74 | 0.58 | 0.35 |
| Hex | 34 | 25 | 8C | 3F | 4A | 0 | 2D | F9 | 3A | 23 |
| Octal | 64 | 45 | 214 | 77 | 112 | 0 | 55 | 371 | 72 | 43 |
| Binary | 110100 | 100101 | 10001100 | 111111 | 1001010 | 0 | 101101 | 11111001 | 111010 | 100011 |
Color Harmonies of #34258C
Complementary color
Monochromatic Colors of #34258C
Black with #34258C
Text Example
Text Example
White with #34258C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34258C; }
p { color: rgb(52,37,140); }
H1.HeaderClassName
{
color: #34258C;
}
.AnyTagClassName
{
color: #34258C;
}
</style>
background-color css
<style>
a { background-color: #34258C; }
a { background-color: rgb(52,37,140); }
div.DivClassName
{
background-color: #34258C;
}
.BgClassName
{
background-color: #34258C;
}
</style>
border-color css
<style>
span { border-color: #34258C; }
span { border-color: rgb(52,37,140); }
td.TdClassName
{
border-color: #34258C;
}
.TagClassName
{
border-color: #34258C;
}
</style>