Shades of Persian Blue #251FC9
Tints of Persian Blue #251FC9
RGB
CMYK
RGB Variations
Color information
#251FC9 (or 0x251FC9) is known color: Persian Blue. HEX triplet: 25, 1F and C9. RGB value is (37,31,201). Sum of RGB (Red+Green+Blue) = 37+31+201=269 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.75% from 269); Green value is 31 (12.5% from 255 or 11.52% from 269); Blue value is 201 (78.91% from 255 or 74.72% from 269); Max value from RGB is 201 - color contains mainly: blue. Hex color #251FC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251FC9 is #DAE036. Grayscale: #333333. Windows color (decimal): -14344247 or 13180709. OLE color: 13180709.
HSL color Cylindrical-coordinate representation of color #251FC9: hue angle of 242.12º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #251FC9 is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 37 | 31 | 201 | - |
| CMYK | 0.82 | 0.85 | 0 | 0.21 |
| HSL | 242.12º | 0.73% | 0.45% | - |
| HSV(B) | 242.12º | 0.85% | 0.79% | - |
| XYZ | 11.8 | 5.59 | 55.72 | - |
| YUV | 52.17 | 211.99 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 31 | 201 | 0.82 | 0.85 | 0 | 0.21 | 242.12 | 0.73 | 0.45 |
| Hex | 25 | 1F | C9 | 52 | 55 | 0 | 15 | F2 | 49 | 2D |
| Octal | 45 | 37 | 311 | 122 | 125 | 0 | 25 | 362 | 111 | 55 |
| Binary | 100101 | 11111 | 11001001 | 1010010 | 1010101 | 0 | 10101 | 11110010 | 1001001 | 101101 |
Color Harmonies of #251FC9
Complementary color
Monochromatic Colors of #251FC9
Black with #251FC9
Text Example
Text Example
White with #251FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251FC9; }
p { color: rgb(37,31,201); }
H1.HeaderClassName
{
color: #251FC9;
}
.AnyTagClassName
{
color: #251FC9;
}
</style>
background-color css
<style>
a { background-color: #251FC9; }
a { background-color: rgb(37,31,201); }
div.DivClassName
{
background-color: #251FC9;
}
.BgClassName
{
background-color: #251FC9;
}
</style>
border-color css
<style>
span { border-color: #251FC9; }
span { border-color: rgb(37,31,201); }
td.TdClassName
{
border-color: #251FC9;
}
.TagClassName
{
border-color: #251FC9;
}
</style>