Shades of Persian Blue #2521C7
Tints of Persian Blue #2521C7
RGB
CMYK
RGB Variations
Color information
#2521C7 (or 0x2521C7) is known color: Persian Blue. HEX triplet: 25, 21 and C7. RGB value is (37,33,199). Sum of RGB (Red+Green+Blue) = 37+33+199=269 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.75% from 269); Green value is 33 (13.28% from 255 or 12.27% from 269); Blue value is 199 (78.12% from 255 or 73.98% from 269); Max value from RGB is 199 - color contains mainly: blue. Hex color #2521C7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2521C7 is #DADE38. Grayscale: #343434. Windows color (decimal): -14343737 or 13050149. OLE color: 13050149.
HSL color Cylindrical-coordinate representation of color #2521C7: hue angle of 241.45º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2521C7 is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 37 | 33 | 199 | - |
| CMYK | 0.81 | 0.83 | 0 | 0.22 |
| HSL | 241.45º | 0.72% | 0.45% | - |
| HSV(B) | 241.45º | 0.83% | 0.78% | - |
| XYZ | 11.62 | 5.6 | 54.5 | - |
| YUV | 53.12 | 210.33 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 33 | 199 | 0.81 | 0.83 | 0 | 0.22 | 241.45 | 0.72 | 0.45 |
| Hex | 25 | 21 | C7 | 51 | 53 | 0 | 16 | F1 | 48 | 2D |
| Octal | 45 | 41 | 307 | 121 | 123 | 0 | 26 | 361 | 110 | 55 |
| Binary | 100101 | 100001 | 11000111 | 1010001 | 1010011 | 0 | 10110 | 11110001 | 1001000 | 101101 |
Color Harmonies of #2521C7
Complementary color
Monochromatic Colors of #2521C7
Black with #2521C7
Text Example
Text Example
White with #2521C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2521C7; }
p { color: rgb(37,33,199); }
H1.HeaderClassName
{
color: #2521C7;
}
.AnyTagClassName
{
color: #2521C7;
}
</style>
background-color css
<style>
a { background-color: #2521C7; }
a { background-color: rgb(37,33,199); }
div.DivClassName
{
background-color: #2521C7;
}
.BgClassName
{
background-color: #2521C7;
}
</style>
border-color css
<style>
span { border-color: #2521C7; }
span { border-color: rgb(37,33,199); }
td.TdClassName
{
border-color: #2521C7;
}
.TagClassName
{
border-color: #2521C7;
}
</style>