Shades of Persian Blue #251FDB
Tints of Persian Blue #251FDB
RGB
CMYK
RGB Variations
Color information
#251FDB (or 0x251FDB) is known color: Persian Blue. HEX triplet: 25, 1F and DB. RGB value is (37,31,219). Sum of RGB (Red+Green+Blue) = 37+31+219=287 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.89% from 287); Green value is 31 (12.5% from 255 or 10.80% from 287); Blue value is 219 (85.94% from 255 or 76.31% from 287); Max value from RGB is 219 - color contains mainly: blue. Hex color #251FDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251FDB is #DAE024. Grayscale: #353535. Windows color (decimal): -14344229 or 14360357. OLE color: 14360357.
HSL color Cylindrical-coordinate representation of color #251FDB: hue angle of 241.91º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #251FDB is Cyan = 0.83, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 31 | 219 | - |
| CMYK | 0.83 | 0.86 | 0 | 0.14 |
| HSL | 241.91º | 0.75% | 0.49% | - |
| HSV(B) | 241.91º | 0.86% | 0.86% | - |
| XYZ | 14.04 | 6.49 | 67.53 | - |
| YUV | 54.23 | 220.99 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 31 | 219 | 0.83 | 0.86 | 0 | 0.14 | 241.91 | 0.75 | 0.49 |
| Hex | 25 | 1F | DB | 53 | 56 | 0 | E | F2 | 4B | 31 |
| Octal | 45 | 37 | 333 | 123 | 126 | 0 | 16 | 362 | 113 | 61 |
| Binary | 100101 | 11111 | 11011011 | 1010011 | 1010110 | 0 | 1110 | 11110010 | 1001011 | 110001 |
Color Harmonies of #251FDB
Complementary color
Monochromatic Colors of #251FDB
Black with #251FDB
Text Example
Text Example
White with #251FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251FDB; }
p { color: rgb(37,31,219); }
H1.HeaderClassName
{
color: #251FDB;
}
.AnyTagClassName
{
color: #251FDB;
}
</style>
background-color css
<style>
a { background-color: #251FDB; }
a { background-color: rgb(37,31,219); }
div.DivClassName
{
background-color: #251FDB;
}
.BgClassName
{
background-color: #251FDB;
}
</style>
border-color css
<style>
span { border-color: #251FDB; }
span { border-color: rgb(37,31,219); }
td.TdClassName
{
border-color: #251FDB;
}
.TagClassName
{
border-color: #251FDB;
}
</style>