Shades of Persian Blue #251CB1
Tints of Persian Blue #251CB1
RGB
CMYK
RGB Variations
Color information
#251CB1 (or 0x251CB1) is known color: Persian Blue. HEX triplet: 25, 1C and B1. RGB value is (37,28,177). Sum of RGB (Red+Green+Blue) = 37+28+177=242 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.29% from 242); Green value is 28 (11.33% from 255 or 11.57% from 242); Blue value is 177 (69.53% from 255 or 73.14% from 242); Max value from RGB is 177 - color contains mainly: blue. Hex color #251CB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251CB1 is #DAE34E. Grayscale: #2F2F2F. Windows color (decimal): -14345039 or 11607077. OLE color: 11607077.
HSL color Cylindrical-coordinate representation of color #251CB1: hue angle of 243.62º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #251CB1 is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 37 | 28 | 177 | - |
| CMYK | 0.79 | 0.84 | 0 | 0.31 |
| HSL | 243.62º | 0.73% | 0.4% | - |
| HSV(B) | 243.62º | 0.84% | 0.69% | - |
| XYZ | 9.11 | 4.4 | 41.96 | - |
| YUV | 47.68 | 200.98 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 28 | 177 | 0.79 | 0.84 | 0 | 0.31 | 243.62 | 0.73 | 0.4 |
| Hex | 25 | 1C | B1 | 4F | 54 | 0 | 1F | F4 | 49 | 28 |
| Octal | 45 | 34 | 261 | 117 | 124 | 0 | 37 | 364 | 111 | 50 |
| Binary | 100101 | 11100 | 10110001 | 1001111 | 1010100 | 0 | 11111 | 11110100 | 1001001 | 101000 |
Color Harmonies of #251CB1
Complementary color
Monochromatic Colors of #251CB1
Black with #251CB1
Text Example
Text Example
White with #251CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251CB1; }
p { color: rgb(37,28,177); }
H1.HeaderClassName
{
color: #251CB1;
}
.AnyTagClassName
{
color: #251CB1;
}
</style>
background-color css
<style>
a { background-color: #251CB1; }
a { background-color: rgb(37,28,177); }
div.DivClassName
{
background-color: #251CB1;
}
.BgClassName
{
background-color: #251CB1;
}
</style>
border-color css
<style>
span { border-color: #251CB1; }
span { border-color: rgb(37,28,177); }
td.TdClassName
{
border-color: #251CB1;
}
.TagClassName
{
border-color: #251CB1;
}
</style>