Shades of Persian Blue #3420AD
Tints of Persian Blue #3420AD
RGB
CMYK
RGB Variations
Color information
#3420AD (or 0x3420AD) is known color: Persian Blue. HEX triplet: 34, 20 and AD. RGB value is (52,32,173). Sum of RGB (Red+Green+Blue) = 52+32+173=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 32 (12.89% from 255 or 12.45% from 257); Blue value is 173 (67.97% from 255 or 67.32% from 257); Max value from RGB is 173 - color contains mainly: blue. Hex color #3420AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3420AD is #CBDF52. Grayscale: #353535. Windows color (decimal): -13360979 or 11345972. OLE color: 11345972.
HSL color Cylindrical-coordinate representation of color #3420AD: hue angle of 248.51º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3420AD is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 52 | 32 | 173 | - |
| CMYK | 0.70 | 0.82 | 0 | 0.32 |
| HSL | 248.51º | 0.69% | 0.4% | - |
| HSV(B) | 248.51º | 0.82% | 0.68% | - |
| XYZ | 9.48 | 4.78 | 39.96 | - |
| YUV | 54.05 | 195.13 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 32 | 173 | 0.70 | 0.82 | 0 | 0.32 | 248.51 | 0.69 | 0.4 |
| Hex | 34 | 20 | AD | 46 | 52 | 0 | 20 | F9 | 45 | 28 |
| Octal | 64 | 40 | 255 | 106 | 122 | 0 | 40 | 371 | 105 | 50 |
| Binary | 110100 | 100000 | 10101101 | 1000110 | 1010010 | 0 | 100000 | 11111001 | 1000101 | 101000 |
Color Harmonies of #3420AD
Complementary color
Monochromatic Colors of #3420AD
Black with #3420AD
Text Example
Text Example
White with #3420AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3420AD; }
p { color: rgb(52,32,173); }
H1.HeaderClassName
{
color: #3420AD;
}
.AnyTagClassName
{
color: #3420AD;
}
</style>
background-color css
<style>
a { background-color: #3420AD; }
a { background-color: rgb(52,32,173); }
div.DivClassName
{
background-color: #3420AD;
}
.BgClassName
{
background-color: #3420AD;
}
</style>
border-color css
<style>
span { border-color: #3420AD; }
span { border-color: rgb(52,32,173); }
td.TdClassName
{
border-color: #3420AD;
}
.TagClassName
{
border-color: #3420AD;
}
</style>