Shades of Persian Blue #3529C0
Tints of Persian Blue #3529C0
RGB
CMYK
RGB Variations
Color information
#3529C0 (or 0x3529C0) is known color: Persian Blue. HEX triplet: 35, 29 and C0. RGB value is (53,41,192). Sum of RGB (Red+Green+Blue) = 53+41+192=286 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.53% from 286); Green value is 41 (16.41% from 255 or 14.34% from 286); Blue value is 192 (75.39% from 255 or 67.13% from 286); Max value from RGB is 192 - color contains mainly: blue. Hex color #3529C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3529C0 is #CAD63F. Grayscale: #3D3D3D. Windows color (decimal): -13293120 or 12593461. OLE color: 12593461.
HSL color Cylindrical-coordinate representation of color #3529C0: hue angle of 244.77º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3529C0 is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 53 | 41 | 192 | - |
| CMYK | 0.72 | 0.79 | 0 | 0.25 |
| HSL | 244.77º | 0.65% | 0.46% | - |
| HSV(B) | 244.77º | 0.79% | 0.75% | - |
| XYZ | 11.78 | 6.15 | 50.44 | - |
| YUV | 61.8 | 201.48 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 41 | 192 | 0.72 | 0.79 | 0 | 0.25 | 244.77 | 0.65 | 0.46 |
| Hex | 35 | 29 | C0 | 48 | 4F | 0 | 19 | F5 | 41 | 2E |
| Octal | 65 | 51 | 300 | 110 | 117 | 0 | 31 | 365 | 101 | 56 |
| Binary | 110101 | 101001 | 11000000 | 1001000 | 1001111 | 0 | 11001 | 11110101 | 1000001 | 101110 |
Color Harmonies of #3529C0
Complementary color
Monochromatic Colors of #3529C0
Black with #3529C0
Text Example
Text Example
White with #3529C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3529C0; }
p { color: rgb(53,41,192); }
H1.HeaderClassName
{
color: #3529C0;
}
.AnyTagClassName
{
color: #3529C0;
}
</style>
background-color css
<style>
a { background-color: #3529C0; }
a { background-color: rgb(53,41,192); }
div.DivClassName
{
background-color: #3529C0;
}
.BgClassName
{
background-color: #3529C0;
}
</style>
border-color css
<style>
span { border-color: #3529C0; }
span { border-color: rgb(53,41,192); }
td.TdClassName
{
border-color: #3529C0;
}
.TagClassName
{
border-color: #3529C0;
}
</style>