Shades of Persian Blue #251FE4
Tints of Persian Blue #251FE4
RGB
CMYK
RGB Variations
Color information
#251FE4 (or 0x251FE4) is known color: Persian Blue. HEX triplet: 25, 1F and E4. RGB value is (37,31,228). Sum of RGB (Red+Green+Blue) = 37+31+228=296 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.5% from 296); Green value is 31 (12.5% from 255 or 10.47% from 296); Blue value is 228 (89.45% from 255 or 77.03% from 296); Max value from RGB is 228 - color contains mainly: blue. Hex color #251FE4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251FE4 is #DAE01B. Grayscale: #363636. Windows color (decimal): -14344220 or 14950181. OLE color: 14950181.
HSL color Cylindrical-coordinate representation of color #251FE4: hue angle of 241.83º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #251FE4 is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 37 | 31 | 228 | - |
| CMYK | 0.84 | 0.86 | 0 | 0.11 |
| HSL | 241.83º | 0.78% | 0.51% | - |
| HSV(B) | 241.83º | 0.86% | 0.89% | - |
| XYZ | 15.26 | 6.97 | 73.94 | - |
| YUV | 55.25 | 225.49 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 31 | 228 | 0.84 | 0.86 | 0 | 0.11 | 241.83 | 0.78 | 0.51 |
| Hex | 25 | 1F | E4 | 54 | 56 | 0 | B | F2 | 4E | 33 |
| Octal | 45 | 37 | 344 | 124 | 126 | 0 | 13 | 362 | 116 | 63 |
| Binary | 100101 | 11111 | 11100100 | 1010100 | 1010110 | 0 | 1011 | 11110010 | 1001110 | 110011 |
Color Harmonies of #251FE4
Complementary color
Monochromatic Colors of #251FE4
Black with #251FE4
Text Example
Text Example
White with #251FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251FE4; }
p { color: rgb(37,31,228); }
H1.HeaderClassName
{
color: #251FE4;
}
.AnyTagClassName
{
color: #251FE4;
}
</style>
background-color css
<style>
a { background-color: #251FE4; }
a { background-color: rgb(37,31,228); }
div.DivClassName
{
background-color: #251FE4;
}
.BgClassName
{
background-color: #251FE4;
}
</style>
border-color css
<style>
span { border-color: #251FE4; }
span { border-color: rgb(37,31,228); }
td.TdClassName
{
border-color: #251FE4;
}
.TagClassName
{
border-color: #251FE4;
}
</style>