Shades of Persian Blue #3427AD
Tints of Persian Blue #3427AD
RGB
CMYK
RGB Variations
Color information
#3427AD (or 0x3427AD) is known color: Persian Blue. HEX triplet: 34, 27 and AD. RGB value is (52,39,173). Sum of RGB (Red+Green+Blue) = 52+39+173=264 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.70% from 264); Green value is 39 (15.62% from 255 or 14.77% from 264); Blue value is 173 (67.97% from 255 or 65.53% from 264); Max value from RGB is 173 - color contains mainly: blue. Hex color #3427AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3427AD is #CBD852. Grayscale: #393939. Windows color (decimal): -13359187 or 11347764. OLE color: 11347764.
HSL color Cylindrical-coordinate representation of color #3427AD: hue angle of 245.82º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3427AD is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 52 | 39 | 173 | - |
| CMYK | 0.70 | 0.77 | 0 | 0.32 |
| HSL | 245.82º | 0.63% | 0.42% | - |
| HSV(B) | 245.82º | 0.77% | 0.68% | - |
| XYZ | 9.68 | 5.2 | 40.03 | - |
| YUV | 58.16 | 192.81 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 39 | 173 | 0.70 | 0.77 | 0 | 0.32 | 245.82 | 0.63 | 0.42 |
| Hex | 34 | 27 | AD | 46 | 4D | 0 | 20 | F6 | 3F | 2A |
| Octal | 64 | 47 | 255 | 106 | 115 | 0 | 40 | 366 | 77 | 52 |
| Binary | 110100 | 100111 | 10101101 | 1000110 | 1001101 | 0 | 100000 | 11110110 | 111111 | 101010 |
Color Harmonies of #3427AD
Complementary color
Monochromatic Colors of #3427AD
Black with #3427AD
Text Example
Text Example
White with #3427AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3427AD; }
p { color: rgb(52,39,173); }
H1.HeaderClassName
{
color: #3427AD;
}
.AnyTagClassName
{
color: #3427AD;
}
</style>
background-color css
<style>
a { background-color: #3427AD; }
a { background-color: rgb(52,39,173); }
div.DivClassName
{
background-color: #3427AD;
}
.BgClassName
{
background-color: #3427AD;
}
</style>
border-color css
<style>
span { border-color: #3427AD; }
span { border-color: rgb(52,39,173); }
td.TdClassName
{
border-color: #3427AD;
}
.TagClassName
{
border-color: #3427AD;
}
</style>