Shades of Persian Blue #352FD1
Tints of Persian Blue #352FD1
RGB
CMYK
RGB Variations
Color information
#352FD1 (or 0x352FD1) is known color: Persian Blue. HEX triplet: 35, 2F and D1. RGB value is (53,47,209). Sum of RGB (Red+Green+Blue) = 53+47+209=309 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.15% from 309); Green value is 47 (18.75% from 255 or 15.21% from 309); Blue value is 209 (82.03% from 255 or 67.64% from 309); Max value from RGB is 209 - color contains mainly: blue. Hex color #352FD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352FD1 is #CAD02E. Grayscale: #424242. Windows color (decimal): -13291567 or 13709109. OLE color: 13709109.
HSL color Cylindrical-coordinate representation of color #352FD1: hue angle of 242.22º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #352FD1 is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 53 | 47 | 209 | - |
| CMYK | 0.75 | 0.78 | 0 | 0.18 |
| HSL | 242.22º | 0.64% | 0.5% | - |
| HSV(B) | 242.22º | 0.78% | 0.82% | - |
| XYZ | 13.99 | 7.39 | 61.01 | - |
| YUV | 67.26 | 207.99 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 47 | 209 | 0.75 | 0.78 | 0 | 0.18 | 242.22 | 0.64 | 0.5 |
| Hex | 35 | 2F | D1 | 4B | 4E | 0 | 12 | F2 | 40 | 32 |
| Octal | 65 | 57 | 321 | 113 | 116 | 0 | 22 | 362 | 100 | 62 |
| Binary | 110101 | 101111 | 11010001 | 1001011 | 1001110 | 0 | 10010 | 11110010 | 1000000 | 110010 |
Color Harmonies of #352FD1
Complementary color
Monochromatic Colors of #352FD1
Black with #352FD1
Text Example
Text Example
White with #352FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352FD1; }
p { color: rgb(53,47,209); }
H1.HeaderClassName
{
color: #352FD1;
}
.AnyTagClassName
{
color: #352FD1;
}
</style>
background-color css
<style>
a { background-color: #352FD1; }
a { background-color: rgb(53,47,209); }
div.DivClassName
{
background-color: #352FD1;
}
.BgClassName
{
background-color: #352FD1;
}
</style>
border-color css
<style>
span { border-color: #352FD1; }
span { border-color: rgb(53,47,209); }
td.TdClassName
{
border-color: #352FD1;
}
.TagClassName
{
border-color: #352FD1;
}
</style>