Shades of Persian Blue #2520C1
Tints of Persian Blue #2520C1
RGB
CMYK
RGB Variations
Color information
#2520C1 (or 0x2520C1) is known color: Persian Blue. HEX triplet: 25, 20 and C1. RGB value is (37,32,193). Sum of RGB (Red+Green+Blue) = 37+32+193=262 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.12% from 262); Green value is 32 (12.89% from 255 or 12.21% from 262); Blue value is 193 (75.78% from 255 or 73.66% from 262); Max value from RGB is 193 - color contains mainly: blue. Hex color #2520C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2520C1 is #DADF3E. Grayscale: #333333. Windows color (decimal): -14343999 or 12656677. OLE color: 12656677.
HSL color Cylindrical-coordinate representation of color #2520C1: hue angle of 241.86º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2520C1 is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 37 | 32 | 193 | - |
| CMYK | 0.81 | 0.83 | 0 | 0.24 |
| HSL | 241.86º | 0.72% | 0.44% | - |
| HSV(B) | 241.86º | 0.83% | 0.76% | - |
| XYZ | 10.91 | 5.28 | 50.9 | - |
| YUV | 51.85 | 207.66 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 32 | 193 | 0.81 | 0.83 | 0 | 0.24 | 241.86 | 0.72 | 0.44 |
| Hex | 25 | 20 | C1 | 51 | 53 | 0 | 18 | F2 | 48 | 2C |
| Octal | 45 | 40 | 301 | 121 | 123 | 0 | 30 | 362 | 110 | 54 |
| Binary | 100101 | 100000 | 11000001 | 1010001 | 1010011 | 0 | 11000 | 11110010 | 1001000 | 101100 |
Color Harmonies of #2520C1
Complementary color
Monochromatic Colors of #2520C1
Black with #2520C1
Text Example
Text Example
White with #2520C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2520C1; }
p { color: rgb(37,32,193); }
H1.HeaderClassName
{
color: #2520C1;
}
.AnyTagClassName
{
color: #2520C1;
}
</style>
background-color css
<style>
a { background-color: #2520C1; }
a { background-color: rgb(37,32,193); }
div.DivClassName
{
background-color: #2520C1;
}
.BgClassName
{
background-color: #2520C1;
}
</style>
border-color css
<style>
span { border-color: #2520C1; }
span { border-color: rgb(37,32,193); }
td.TdClassName
{
border-color: #2520C1;
}
.TagClassName
{
border-color: #2520C1;
}
</style>