Shades of Persian Blue #251DC0
Tints of Persian Blue #251DC0
RGB
CMYK
RGB Variations
Color information
#251DC0 (or 0x251DC0) is known color: Persian Blue. HEX triplet: 25, 1D and C0. RGB value is (37,29,192). Sum of RGB (Red+Green+Blue) = 37+29+192=258 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.34% from 258); Green value is 29 (11.72% from 255 or 11.24% from 258); Blue value is 192 (75.39% from 255 or 74.42% from 258); Max value from RGB is 192 - color contains mainly: blue. Hex color #251DC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251DC0 is #DAE23F. Grayscale: #313131. Windows color (decimal): -14344768 or 12590373. OLE color: 12590373.
HSL color Cylindrical-coordinate representation of color #251DC0: hue angle of 242.94º degrees, saturation: 0.74, 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 #251DC0 is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 37 | 29 | 192 | - |
| CMYK | 0.81 | 0.85 | 0 | 0.25 |
| HSL | 242.94º | 0.74% | 0.43% | - |
| HSV(B) | 242.94º | 0.85% | 0.75% | - |
| XYZ | 10.72 | 5.08 | 50.28 | - |
| YUV | 49.97 | 208.15 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 29 | 192 | 0.81 | 0.85 | 0 | 0.25 | 242.94 | 0.74 | 0.43 |
| Hex | 25 | 1D | C0 | 51 | 55 | 0 | 19 | F3 | 4A | 2B |
| Octal | 45 | 35 | 300 | 121 | 125 | 0 | 31 | 363 | 112 | 53 |
| Binary | 100101 | 11101 | 11000000 | 1010001 | 1010101 | 0 | 11001 | 11110011 | 1001010 | 101011 |
Color Harmonies of #251DC0
Complementary color
Monochromatic Colors of #251DC0
Black with #251DC0
Text Example
Text Example
White with #251DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251DC0; }
p { color: rgb(37,29,192); }
H1.HeaderClassName
{
color: #251DC0;
}
.AnyTagClassName
{
color: #251DC0;
}
</style>
background-color css
<style>
a { background-color: #251DC0; }
a { background-color: rgb(37,29,192); }
div.DivClassName
{
background-color: #251DC0;
}
.BgClassName
{
background-color: #251DC0;
}
</style>
border-color css
<style>
span { border-color: #251DC0; }
span { border-color: rgb(37,29,192); }
td.TdClassName
{
border-color: #251DC0;
}
.TagClassName
{
border-color: #251DC0;
}
</style>