Shades of Persian Blue #251FB1
Tints of Persian Blue #251FB1
RGB
CMYK
RGB Variations
Color information
#251FB1 (or 0x251FB1) is known color: Persian Blue. HEX triplet: 25, 1F and B1. RGB value is (37,31,177). Sum of RGB (Red+Green+Blue) = 37+31+177=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 31 (12.5% from 255 or 12.65% from 245); Blue value is 177 (69.53% from 255 or 72.24% from 245); Max value from RGB is 177 - color contains mainly: blue. Hex color #251FB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251FB1 is #DAE04E. Grayscale: #303030. Windows color (decimal): -14344271 or 11607845. OLE color: 11607845.
HSL color Cylindrical-coordinate representation of color #251FB1: hue angle of 242.47º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #251FB1 is Cyan = 0.79, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 37 | 31 | 177 | - |
| CMYK | 0.79 | 0.82 | 0 | 0.31 |
| HSL | 242.47º | 0.7% | 0.41% | - |
| HSV(B) | 242.47º | 0.82% | 0.69% | - |
| XYZ | 9.19 | 4.55 | 41.99 | - |
| YUV | 49.44 | 199.99 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 31 | 177 | 0.79 | 0.82 | 0 | 0.31 | 242.47 | 0.7 | 0.41 |
| Hex | 25 | 1F | B1 | 4F | 52 | 0 | 1F | F2 | 46 | 29 |
| Octal | 45 | 37 | 261 | 117 | 122 | 0 | 37 | 362 | 106 | 51 |
| Binary | 100101 | 11111 | 10110001 | 1001111 | 1010010 | 0 | 11111 | 11110010 | 1000110 | 101001 |
Color Harmonies of #251FB1
Complementary color
Monochromatic Colors of #251FB1
Black with #251FB1
Text Example
Text Example
White with #251FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251FB1; }
p { color: rgb(37,31,177); }
H1.HeaderClassName
{
color: #251FB1;
}
.AnyTagClassName
{
color: #251FB1;
}
</style>
background-color css
<style>
a { background-color: #251FB1; }
a { background-color: rgb(37,31,177); }
div.DivClassName
{
background-color: #251FB1;
}
.BgClassName
{
background-color: #251FB1;
}
</style>
border-color css
<style>
span { border-color: #251FB1; }
span { border-color: rgb(37,31,177); }
td.TdClassName
{
border-color: #251FB1;
}
.TagClassName
{
border-color: #251FB1;
}
</style>