Shades of Persian Blue #2520D2
Tints of Persian Blue #2520D2
RGB
CMYK
RGB Variations
Color information
#2520D2 (or 0x2520D2) is known color: Persian Blue. HEX triplet: 25, 20 and D2. RGB value is (37,32,210). Sum of RGB (Red+Green+Blue) = 37+32+210=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 210 (82.42% from 255 or 75.27% from 279); Max value from RGB is 210 - color contains mainly: blue. Hex color #2520D2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2520D2 is #DADF2D. Grayscale: #353535. Windows color (decimal): -14343982 or 13770789. OLE color: 13770789.
HSL color Cylindrical-coordinate representation of color #2520D2: hue angle of 241.69º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2520D2 is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 37 | 32 | 210 | - |
| CMYK | 0.82 | 0.85 | 0 | 0.18 |
| HSL | 241.69º | 0.74% | 0.47% | - |
| HSV(B) | 241.69º | 0.85% | 0.82% | - |
| XYZ | 12.91 | 6.08 | 61.47 | - |
| YUV | 53.79 | 216.16 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 32 | 210 | 0.82 | 0.85 | 0 | 0.18 | 241.69 | 0.74 | 0.47 |
| Hex | 25 | 20 | D2 | 52 | 55 | 0 | 12 | F2 | 4A | 2F |
| Octal | 45 | 40 | 322 | 122 | 125 | 0 | 22 | 362 | 112 | 57 |
| Binary | 100101 | 100000 | 11010010 | 1010010 | 1010101 | 0 | 10010 | 11110010 | 1001010 | 101111 |
Color Harmonies of #2520D2
Complementary color
Monochromatic Colors of #2520D2
Black with #2520D2
Text Example
Text Example
White with #2520D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2520D2; }
p { color: rgb(37,32,210); }
H1.HeaderClassName
{
color: #2520D2;
}
.AnyTagClassName
{
color: #2520D2;
}
</style>
background-color css
<style>
a { background-color: #2520D2; }
a { background-color: rgb(37,32,210); }
div.DivClassName
{
background-color: #2520D2;
}
.BgClassName
{
background-color: #2520D2;
}
</style>
border-color css
<style>
span { border-color: #2520D2; }
span { border-color: rgb(37,32,210); }
td.TdClassName
{
border-color: #2520D2;
}
.TagClassName
{
border-color: #2520D2;
}
</style>