Shades of Persian Indigo #250F87
Tints of Persian Indigo #250F87
RGB
CMYK
RGB Variations
Color information
#250F87 (or 0x250F87) is known color: Persian Indigo. HEX triplet: 25, 0F and 87. RGB value is (37,15,135). Sum of RGB (Red+Green+Blue) = 37+15+135=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 15 (6.25% from 255 or 8.02% from 187); Blue value is 135 (53.12% from 255 or 72.19% from 187); Max value from RGB is 135 - color contains mainly: blue. Hex color #250F87 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250F87 is #DAF078. Grayscale: #222222. Windows color (decimal): -14348409 or 8851237. OLE color: 8851237.
HSL color Cylindrical-coordinate representation of color #250F87: hue angle of 251º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #250F87 is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 37 | 15 | 135 | - |
| CMYK | 0.73 | 0.89 | 0 | 0.47 |
| HSL | 251º | 0.8% | 0.29% | - |
| HSV(B) | 251º | 0.89% | 0.53% | - |
| XYZ | 5.31 | 2.48 | 23.12 | - |
| YUV | 35.26 | 184.29 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 15 | 135 | 0.73 | 0.89 | 0 | 0.47 | 251 | 0.8 | 0.29 |
| Hex | 25 | F | 87 | 49 | 59 | 0 | 2F | FB | 50 | 1D |
| Octal | 45 | 17 | 207 | 111 | 131 | 0 | 57 | 373 | 120 | 35 |
| Binary | 100101 | 1111 | 10000111 | 1001001 | 1011001 | 0 | 101111 | 11111011 | 1010000 | 11101 |
Color Harmonies of #250F87
Complementary color
Monochromatic Colors of #250F87
Black with #250F87
Text Example
Text Example
White with #250F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250F87; }
p { color: rgb(37,15,135); }
H1.HeaderClassName
{
color: #250F87;
}
.AnyTagClassName
{
color: #250F87;
}
</style>
background-color css
<style>
a { background-color: #250F87; }
a { background-color: rgb(37,15,135); }
div.DivClassName
{
background-color: #250F87;
}
.BgClassName
{
background-color: #250F87;
}
</style>
border-color css
<style>
span { border-color: #250F87; }
span { border-color: rgb(37,15,135); }
td.TdClassName
{
border-color: #250F87;
}
.TagClassName
{
border-color: #250F87;
}
</style>