Shades of Persian Blue #251DC9
Tints of Persian Blue #251DC9
RGB
CMYK
RGB Variations
Color information
#251DC9 (or 0x251DC9) is known color: Persian Blue. HEX triplet: 25, 1D and C9. RGB value is (37,29,201). Sum of RGB (Red+Green+Blue) = 37+29+201=267 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.86% from 267); Green value is 29 (11.72% from 255 or 10.86% from 267); Blue value is 201 (78.91% from 255 or 75.28% from 267); Max value from RGB is 201 - color contains mainly: blue. Hex color #251DC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251DC9 is #DAE236. Grayscale: #323232. Windows color (decimal): -14344759 or 13180197. OLE color: 13180197.
HSL color Cylindrical-coordinate representation of color #251DC9: hue angle of 242.79º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #251DC9 is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 37 | 29 | 201 | - |
| CMYK | 0.82 | 0.86 | 0 | 0.21 |
| HSL | 242.79º | 0.75% | 0.45% | - |
| HSV(B) | 242.79º | 0.86% | 0.79% | - |
| XYZ | 11.74 | 5.49 | 55.7 | - |
| YUV | 51 | 212.65 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 29 | 201 | 0.82 | 0.86 | 0 | 0.21 | 242.79 | 0.75 | 0.45 |
| Hex | 25 | 1D | C9 | 52 | 56 | 0 | 15 | F3 | 4B | 2D |
| Octal | 45 | 35 | 311 | 122 | 126 | 0 | 25 | 363 | 113 | 55 |
| Binary | 100101 | 11101 | 11001001 | 1010010 | 1010110 | 0 | 10101 | 11110011 | 1001011 | 101101 |
Color Harmonies of #251DC9
Complementary color
Monochromatic Colors of #251DC9
Black with #251DC9
Text Example
Text Example
White with #251DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251DC9; }
p { color: rgb(37,29,201); }
H1.HeaderClassName
{
color: #251DC9;
}
.AnyTagClassName
{
color: #251DC9;
}
</style>
background-color css
<style>
a { background-color: #251DC9; }
a { background-color: rgb(37,29,201); }
div.DivClassName
{
background-color: #251DC9;
}
.BgClassName
{
background-color: #251DC9;
}
</style>
border-color css
<style>
span { border-color: #251DC9; }
span { border-color: rgb(37,29,201); }
td.TdClassName
{
border-color: #251DC9;
}
.TagClassName
{
border-color: #251DC9;
}
</style>