Shades of Persian Blue #251CC0
Tints of Persian Blue #251CC0
RGB
CMYK
RGB Variations
Color information
#251CC0 (or 0x251CC0) is known color: Persian Blue. HEX triplet: 25, 1C and C0. RGB value is (37,28,192). Sum of RGB (Red+Green+Blue) = 37+28+192=257 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.40% from 257); Green value is 28 (11.33% from 255 or 10.89% from 257); Blue value is 192 (75.39% from 255 or 74.71% from 257); Max value from RGB is 192 - color contains mainly: blue. Hex color #251CC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251CC0 is #DAE33F. Grayscale: #303030. Windows color (decimal): -14345024 or 12590117. OLE color: 12590117.
HSL color Cylindrical-coordinate representation of color #251CC0: hue angle of 243.29º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #251CC0 is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 37 | 28 | 192 | - |
| CMYK | 0.81 | 0.85 | 0 | 0.25 |
| HSL | 243.29º | 0.75% | 0.43% | - |
| HSV(B) | 243.29º | 0.85% | 0.75% | - |
| XYZ | 10.69 | 5.03 | 50.28 | - |
| YUV | 49.39 | 208.48 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 28 | 192 | 0.81 | 0.85 | 0 | 0.25 | 243.29 | 0.75 | 0.43 |
| Hex | 25 | 1C | C0 | 51 | 55 | 0 | 19 | F3 | 4B | 2B |
| Octal | 45 | 34 | 300 | 121 | 125 | 0 | 31 | 363 | 113 | 53 |
| Binary | 100101 | 11100 | 11000000 | 1010001 | 1010101 | 0 | 11001 | 11110011 | 1001011 | 101011 |
Color Harmonies of #251CC0
Complementary color
Monochromatic Colors of #251CC0
Black with #251CC0
Text Example
Text Example
White with #251CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251CC0; }
p { color: rgb(37,28,192); }
H1.HeaderClassName
{
color: #251CC0;
}
.AnyTagClassName
{
color: #251CC0;
}
</style>
background-color css
<style>
a { background-color: #251CC0; }
a { background-color: rgb(37,28,192); }
div.DivClassName
{
background-color: #251CC0;
}
.BgClassName
{
background-color: #251CC0;
}
</style>
border-color css
<style>
span { border-color: #251CC0; }
span { border-color: rgb(37,28,192); }
td.TdClassName
{
border-color: #251CC0;
}
.TagClassName
{
border-color: #251CC0;
}
</style>