Shades of Persian Blue #2521B1
Tints of Persian Blue #2521B1
RGB
CMYK
RGB Variations
Color information
#2521B1 (or 0x2521B1) is known color: Persian Blue. HEX triplet: 25, 21 and B1. RGB value is (37,33,177). Sum of RGB (Red+Green+Blue) = 37+33+177=247 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.98% from 247); Green value is 33 (13.28% from 255 or 13.36% from 247); Blue value is 177 (69.53% from 255 or 71.66% from 247); Max value from RGB is 177 - color contains mainly: blue. Hex color #2521B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2521B1 is #DADE4E. Grayscale: #323232. Windows color (decimal): -14343759 or 11608357. OLE color: 11608357.
HSL color Cylindrical-coordinate representation of color #2521B1: hue angle of 241.67º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2521B1 is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 37 | 33 | 177 | - |
| CMYK | 0.79 | 0.81 | 0 | 0.31 |
| HSL | 241.67º | 0.69% | 0.41% | - |
| HSV(B) | 241.67º | 0.81% | 0.69% | - |
| XYZ | 9.24 | 4.66 | 42.01 | - |
| YUV | 50.61 | 199.33 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 33 | 177 | 0.79 | 0.81 | 0 | 0.31 | 241.67 | 0.69 | 0.41 |
| Hex | 25 | 21 | B1 | 4F | 51 | 0 | 1F | F2 | 45 | 29 |
| Octal | 45 | 41 | 261 | 117 | 121 | 0 | 37 | 362 | 105 | 51 |
| Binary | 100101 | 100001 | 10110001 | 1001111 | 1010001 | 0 | 11111 | 11110010 | 1000101 | 101001 |
Color Harmonies of #2521B1
Complementary color
Monochromatic Colors of #2521B1
Black with #2521B1
Text Example
Text Example
White with #2521B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2521B1; }
p { color: rgb(37,33,177); }
H1.HeaderClassName
{
color: #2521B1;
}
.AnyTagClassName
{
color: #2521B1;
}
</style>
background-color css
<style>
a { background-color: #2521B1; }
a { background-color: rgb(37,33,177); }
div.DivClassName
{
background-color: #2521B1;
}
.BgClassName
{
background-color: #2521B1;
}
</style>
border-color css
<style>
span { border-color: #2521B1; }
span { border-color: rgb(37,33,177); }
td.TdClassName
{
border-color: #2521B1;
}
.TagClassName
{
border-color: #2521B1;
}
</style>