Shades of Persian Blue #052FE7
Tints of Persian Blue #052FE7
RGB
CMYK
RGB Variations
Color information
#052FE7 (or 0x052FE7) is known color: Persian Blue. HEX triplet: 05, 2F and E7. RGB value is (5,47,231). Sum of RGB (Red+Green+Blue) = 5+47+231=283 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 283); Green value is 47 (18.75% from 255 or 16.61% from 283); Blue value is 231 (90.62% from 255 or 81.63% from 283); Max value from RGB is 231 - color contains mainly: blue. Hex color #052FE7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #052FE7 is #FAD018. Grayscale: #363636. Windows color (decimal): -16437273 or 15150853. OLE color: 15150853.
HSL color Cylindrical-coordinate representation of color #052FE7: hue angle of 228.85º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #052FE7 is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 5 | 47 | 231 | - |
| CMYK | 0.98 | 0.80 | 0 | 0.09 |
| HSL | 228.85º | 0.96% | 0.46% | - |
| HSV(B) | 228.85º | 0.98% | 0.91% | - |
| XYZ | 15.5 | 7.83 | 76.3 | - |
| YUV | 55.42 | 227.09 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 47 | 231 | 0.98 | 0.80 | 0 | 0.09 | 228.85 | 0.96 | 0.46 |
| Hex | 5 | 2F | E7 | 62 | 50 | 0 | 9 | E5 | 60 | 2E |
| Octal | 5 | 57 | 347 | 142 | 120 | 0 | 11 | 345 | 140 | 56 |
| Binary | 101 | 101111 | 11100111 | 1100010 | 1010000 | 0 | 1001 | 11100101 | 1100000 | 101110 |
Color Harmonies of #052FE7
Complementary color
Monochromatic Colors of #052FE7
Black with #052FE7
Text Example
Text Example
White with #052FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052FE7; }
p { color: rgb(5,47,231); }
H1.HeaderClassName
{
color: #052FE7;
}
.AnyTagClassName
{
color: #052FE7;
}
</style>
background-color css
<style>
a { background-color: #052FE7; }
a { background-color: rgb(5,47,231); }
div.DivClassName
{
background-color: #052FE7;
}
.BgClassName
{
background-color: #052FE7;
}
</style>
border-color css
<style>
span { border-color: #052FE7; }
span { border-color: rgb(5,47,231); }
td.TdClassName
{
border-color: #052FE7;
}
.TagClassName
{
border-color: #052FE7;
}
</style>