Shades of Persian Blue #251FCF
Tints of Persian Blue #251FCF
RGB
CMYK
RGB Variations
Color information
#251FCF (or 0x251FCF) is known color: Persian Blue. HEX triplet: 25, 1F and CF. RGB value is (37,31,207). Sum of RGB (Red+Green+Blue) = 37+31+207=275 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.45% from 275); Green value is 31 (12.5% from 255 or 11.27% from 275); Blue value is 207 (81.25% from 255 or 75.27% from 275); Max value from RGB is 207 - color contains mainly: blue. Hex color #251FCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251FCF is #DAE030. Grayscale: #343434. Windows color (decimal): -14344241 or 13573925. OLE color: 13573925.
HSL color Cylindrical-coordinate representation of color #251FCF: hue angle of 242.05º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #251FCF is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 31 | 207 | - |
| CMYK | 0.82 | 0.85 | 0 | 0.19 |
| HSL | 242.05º | 0.74% | 0.47% | - |
| HSV(B) | 242.05º | 0.85% | 0.81% | - |
| XYZ | 12.52 | 5.88 | 59.51 | - |
| YUV | 52.86 | 214.99 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 31 | 207 | 0.82 | 0.85 | 0 | 0.19 | 242.05 | 0.74 | 0.47 |
| Hex | 25 | 1F | CF | 52 | 55 | 0 | 13 | F2 | 4A | 2F |
| Octal | 45 | 37 | 317 | 122 | 125 | 0 | 23 | 362 | 112 | 57 |
| Binary | 100101 | 11111 | 11001111 | 1010010 | 1010101 | 0 | 10011 | 11110010 | 1001010 | 101111 |
Color Harmonies of #251FCF
Complementary color
Monochromatic Colors of #251FCF
Black with #251FCF
Text Example
Text Example
White with #251FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251FCF; }
p { color: rgb(37,31,207); }
H1.HeaderClassName
{
color: #251FCF;
}
.AnyTagClassName
{
color: #251FCF;
}
</style>
background-color css
<style>
a { background-color: #251FCF; }
a { background-color: rgb(37,31,207); }
div.DivClassName
{
background-color: #251FCF;
}
.BgClassName
{
background-color: #251FCF;
}
</style>
border-color css
<style>
span { border-color: #251FCF; }
span { border-color: rgb(37,31,207); }
td.TdClassName
{
border-color: #251FCF;
}
.TagClassName
{
border-color: #251FCF;
}
</style>