Shades of Persian Indigo #34218A
Tints of Persian Indigo #34218A
RGB
CMYK
RGB Variations
Color information
#34218A (or 0x34218A) is known color: Persian Indigo. HEX triplet: 34, 21 and 8A. RGB value is (52,33,138). Sum of RGB (Red+Green+Blue) = 52+33+138=223 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.32% from 223); Green value is 33 (13.28% from 255 or 14.80% from 223); Blue value is 138 (54.30% from 255 or 61.88% from 223); Max value from RGB is 138 - color contains mainly: blue. Hex color #34218A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34218A is #CBDE75. Grayscale: #323232. Windows color (decimal): -13360758 or 9052468. OLE color: 9052468.
HSL color Cylindrical-coordinate representation of color #34218A: hue angle of 250.86º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34218A is Cyan = 0.62, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 52 | 33 | 138 | - |
| CMYK | 0.62 | 0.76 | 0 | 0.46 |
| HSL | 250.86º | 0.61% | 0.34% | - |
| HSV(B) | 250.86º | 0.76% | 0.54% | - |
| XYZ | 6.55 | 3.65 | 24.4 | - |
| YUV | 50.65 | 177.29 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 33 | 138 | 0.62 | 0.76 | 0 | 0.46 | 250.86 | 0.61 | 0.34 |
| Hex | 34 | 21 | 8A | 3E | 4C | 0 | 2E | FB | 3D | 22 |
| Octal | 64 | 41 | 212 | 76 | 114 | 0 | 56 | 373 | 75 | 42 |
| Binary | 110100 | 100001 | 10001010 | 111110 | 1001100 | 0 | 101110 | 11111011 | 111101 | 100010 |
Color Harmonies of #34218A
Complementary color
Monochromatic Colors of #34218A
Black with #34218A
Text Example
Text Example
White with #34218A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34218A; }
p { color: rgb(52,33,138); }
H1.HeaderClassName
{
color: #34218A;
}
.AnyTagClassName
{
color: #34218A;
}
</style>
background-color css
<style>
a { background-color: #34218A; }
a { background-color: rgb(52,33,138); }
div.DivClassName
{
background-color: #34218A;
}
.BgClassName
{
background-color: #34218A;
}
</style>
border-color css
<style>
span { border-color: #34218A; }
span { border-color: rgb(52,33,138); }
td.TdClassName
{
border-color: #34218A;
}
.TagClassName
{
border-color: #34218A;
}
</style>