Shades of Persian Indigo #250E7F
Tints of Persian Indigo #250E7F
RGB
CMYK
RGB Variations
Color information
#250E7F (or 0x250E7F) is known color: Persian Indigo. HEX triplet: 25, 0E and 7F. RGB value is (37,14,127). Sum of RGB (Red+Green+Blue) = 37+14+127=178 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.79% from 178); Green value is 14 (5.86% from 255 or 7.87% from 178); Blue value is 127 (50% from 255 or 71.35% from 178); Max value from RGB is 127 - color contains mainly: blue. Hex color #250E7F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250E7F is #DAF180. Grayscale: #212121. Windows color (decimal): -14348673 or 8326693. OLE color: 8326693.
HSL color Cylindrical-coordinate representation of color #250E7F: hue angle of 252.21º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #250E7F is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 37 | 14 | 127 | - |
| CMYK | 0.71 | 0.89 | 0 | 0.50 |
| HSL | 252.21º | 0.8% | 0.28% | - |
| HSV(B) | 252.21º | 0.89% | 0.5% | - |
| XYZ | 4.75 | 2.24 | 20.26 | - |
| YUV | 33.76 | 180.62 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 14 | 127 | 0.71 | 0.89 | 0 | 0.50 | 252.21 | 0.8 | 0.28 |
| Hex | 25 | E | 7F | 47 | 59 | 0 | 32 | FC | 50 | 1C |
| Octal | 45 | 16 | 177 | 107 | 131 | 0 | 62 | 374 | 120 | 34 |
| Binary | 100101 | 1110 | 1111111 | 1000111 | 1011001 | 0 | 110010 | 11111100 | 1010000 | 11100 |
Color Harmonies of #250E7F
Complementary color
Monochromatic Colors of #250E7F
Black with #250E7F
Text Example
Text Example
White with #250E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250E7F; }
p { color: rgb(37,14,127); }
H1.HeaderClassName
{
color: #250E7F;
}
.AnyTagClassName
{
color: #250E7F;
}
</style>
background-color css
<style>
a { background-color: #250E7F; }
a { background-color: rgb(37,14,127); }
div.DivClassName
{
background-color: #250E7F;
}
.BgClassName
{
background-color: #250E7F;
}
</style>
border-color css
<style>
span { border-color: #250E7F; }
span { border-color: rgb(37,14,127); }
td.TdClassName
{
border-color: #250E7F;
}
.TagClassName
{
border-color: #250E7F;
}
</style>