Shades of Persian Indigo #34218B
Tints of Persian Indigo #34218B
RGB
CMYK
RGB Variations
Color information
#34218B (or 0x34218B) is known color: Persian Indigo. HEX triplet: 34, 21 and 8B. RGB value is (52,33,139). Sum of RGB (Red+Green+Blue) = 52+33+139=224 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.21% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 139 (54.69% from 255 or 62.05% from 224); Max value from RGB is 139 - color contains mainly: blue. Hex color #34218B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34218B is #CBDE74. Grayscale: #323232. Windows color (decimal): -13360757 or 9118004. OLE color: 9118004.
HSL color Cylindrical-coordinate representation of color #34218B: hue angle of 250.75º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34218B is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 33 | 139 | - |
| CMYK | 0.63 | 0.76 | 0 | 0.45 |
| HSL | 250.75º | 0.62% | 0.34% | - |
| HSV(B) | 250.75º | 0.76% | 0.55% | - |
| XYZ | 6.62 | 3.68 | 24.79 | - |
| YUV | 50.77 | 177.79 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 33 | 139 | 0.63 | 0.76 | 0 | 0.45 | 250.75 | 0.62 | 0.34 |
| Hex | 34 | 21 | 8B | 3F | 4C | 0 | 2D | FB | 3E | 22 |
| Octal | 64 | 41 | 213 | 77 | 114 | 0 | 55 | 373 | 76 | 42 |
| Binary | 110100 | 100001 | 10001011 | 111111 | 1001100 | 0 | 101101 | 11111011 | 111110 | 100010 |
Color Harmonies of #34218B
Complementary color
Monochromatic Colors of #34218B
Black with #34218B
Text Example
Text Example
White with #34218B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34218B; }
p { color: rgb(52,33,139); }
H1.HeaderClassName
{
color: #34218B;
}
.AnyTagClassName
{
color: #34218B;
}
</style>
background-color css
<style>
a { background-color: #34218B; }
a { background-color: rgb(52,33,139); }
div.DivClassName
{
background-color: #34218B;
}
.BgClassName
{
background-color: #34218B;
}
</style>
border-color css
<style>
span { border-color: #34218B; }
span { border-color: rgb(52,33,139); }
td.TdClassName
{
border-color: #34218B;
}
.TagClassName
{
border-color: #34218B;
}
</style>