Shades of Persian Indigo #250E86
Tints of Persian Indigo #250E86
RGB
CMYK
RGB Variations
Color information
#250E86 (or 0x250E86) is known color: Persian Indigo. HEX triplet: 25, 0E and 86. RGB value is (37,14,134). Sum of RGB (Red+Green+Blue) = 37+14+134=185 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20% from 185); Green value is 14 (5.86% from 255 or 7.57% from 185); Blue value is 134 (52.73% from 255 or 72.43% from 185); Max value from RGB is 134 - color contains mainly: blue. Hex color #250E86 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250E86 is #DAF179. Grayscale: #222222. Windows color (decimal): -14348666 or 8785445. OLE color: 8785445.
HSL color Cylindrical-coordinate representation of color #250E86: hue angle of 251.5º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #250E86 is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 37 | 14 | 134 | - |
| CMYK | 0.72 | 0.90 | 0 | 0.47 |
| HSL | 251.5º | 0.81% | 0.29% | - |
| HSV(B) | 251.5º | 0.9% | 0.53% | - |
| XYZ | 5.22 | 2.43 | 22.75 | - |
| YUV | 34.56 | 184.12 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 14 | 134 | 0.72 | 0.90 | 0 | 0.47 | 251.5 | 0.81 | 0.29 |
| Hex | 25 | E | 86 | 48 | 5A | 0 | 2F | FC | 51 | 1D |
| Octal | 45 | 16 | 206 | 110 | 132 | 0 | 57 | 374 | 121 | 35 |
| Binary | 100101 | 1110 | 10000110 | 1001000 | 1011010 | 0 | 101111 | 11111100 | 1010001 | 11101 |
Color Harmonies of #250E86
Complementary color
Monochromatic Colors of #250E86
Black with #250E86
Text Example
Text Example
White with #250E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250E86; }
p { color: rgb(37,14,134); }
H1.HeaderClassName
{
color: #250E86;
}
.AnyTagClassName
{
color: #250E86;
}
</style>
background-color css
<style>
a { background-color: #250E86; }
a { background-color: rgb(37,14,134); }
div.DivClassName
{
background-color: #250E86;
}
.BgClassName
{
background-color: #250E86;
}
</style>
border-color css
<style>
span { border-color: #250E86; }
span { border-color: rgb(37,14,134); }
td.TdClassName
{
border-color: #250E86;
}
.TagClassName
{
border-color: #250E86;
}
</style>