Shades of Persian Indigo #34248C
Tints of Persian Indigo #34248C
RGB
CMYK
RGB Variations
Color information
#34248C (or 0x34248C) is known color: Persian Indigo. HEX triplet: 34, 24 and 8C. RGB value is (52,36,140). Sum of RGB (Red+Green+Blue) = 52+36+140=228 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.81% from 228); Green value is 36 (14.45% from 255 or 15.79% from 228); Blue value is 140 (55.08% from 255 or 61.40% from 228); Max value from RGB is 140 - color contains mainly: blue. Hex color #34248C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34248C is #CBDB73. Grayscale: #343434. Windows color (decimal): -13359988 or 9184308. OLE color: 9184308.
HSL color Cylindrical-coordinate representation of color #34248C: hue angle of 249.23º degrees, saturation: 0.59, 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 #34248C is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 36 | 140 | - |
| CMYK | 0.63 | 0.74 | 0 | 0.45 |
| HSL | 249.23º | 0.59% | 0.35% | - |
| HSV(B) | 249.23º | 0.74% | 0.55% | - |
| XYZ | 6.78 | 3.89 | 25.2 | - |
| YUV | 52.64 | 177.3 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 36 | 140 | 0.63 | 0.74 | 0 | 0.45 | 249.23 | 0.59 | 0.35 |
| Hex | 34 | 24 | 8C | 3F | 4A | 0 | 2D | F9 | 3B | 23 |
| Octal | 64 | 44 | 214 | 77 | 112 | 0 | 55 | 371 | 73 | 43 |
| Binary | 110100 | 100100 | 10001100 | 111111 | 1001010 | 0 | 101101 | 11111001 | 111011 | 100011 |
Color Harmonies of #34248C
Complementary color
Monochromatic Colors of #34248C
Black with #34248C
Text Example
Text Example
White with #34248C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34248C; }
p { color: rgb(52,36,140); }
H1.HeaderClassName
{
color: #34248C;
}
.AnyTagClassName
{
color: #34248C;
}
</style>
background-color css
<style>
a { background-color: #34248C; }
a { background-color: rgb(52,36,140); }
div.DivClassName
{
background-color: #34248C;
}
.BgClassName
{
background-color: #34248C;
}
</style>
border-color css
<style>
span { border-color: #34248C; }
span { border-color: rgb(52,36,140); }
td.TdClassName
{
border-color: #34248C;
}
.TagClassName
{
border-color: #34248C;
}
</style>