Shades of Persian Blue #3429D6
Tints of Persian Blue #3429D6
RGB
CMYK
RGB Variations
Color information
#3429D6 (or 0x3429D6) is known color: Persian Blue. HEX triplet: 34, 29 and D6. RGB value is (52,41,214). Sum of RGB (Red+Green+Blue) = 52+41+214=307 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.94% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 214 (83.98% from 255 or 69.71% from 307); Max value from RGB is 214 - color contains mainly: blue. Hex color #3429D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3429D6 is #CBD629. Grayscale: #3F3F3F. Windows color (decimal): -13358634 or 14035252. OLE color: 14035252.
HSL color Cylindrical-coordinate representation of color #3429D6: hue angle of 243.82º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3429D6 is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 52 | 41 | 214 | - |
| CMYK | 0.76 | 0.81 | 0 | 0.16 |
| HSL | 243.82º | 0.68% | 0.5% | - |
| HSV(B) | 243.82º | 0.81% | 0.84% | - |
| XYZ | 14.35 | 7.17 | 64.25 | - |
| YUV | 64.01 | 212.64 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 41 | 214 | 0.76 | 0.81 | 0 | 0.16 | 243.82 | 0.68 | 0.5 |
| Hex | 34 | 29 | D6 | 4C | 51 | 0 | 10 | F4 | 44 | 32 |
| Octal | 64 | 51 | 326 | 114 | 121 | 0 | 20 | 364 | 104 | 62 |
| Binary | 110100 | 101001 | 11010110 | 1001100 | 1010001 | 0 | 10000 | 11110100 | 1000100 | 110010 |
Color Harmonies of #3429D6
Complementary color
Monochromatic Colors of #3429D6
Black with #3429D6
Text Example
Text Example
White with #3429D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3429D6; }
p { color: rgb(52,41,214); }
H1.HeaderClassName
{
color: #3429D6;
}
.AnyTagClassName
{
color: #3429D6;
}
</style>
background-color css
<style>
a { background-color: #3429D6; }
a { background-color: rgb(52,41,214); }
div.DivClassName
{
background-color: #3429D6;
}
.BgClassName
{
background-color: #3429D6;
}
</style>
border-color css
<style>
span { border-color: #3429D6; }
span { border-color: rgb(52,41,214); }
td.TdClassName
{
border-color: #3429D6;
}
.TagClassName
{
border-color: #3429D6;
}
</style>