Shades of Persian Indigo #25087F
Tints of Persian Indigo #25087F
RGB
CMYK
RGB Variations
Color information
#25087F (or 0x25087F) is known color: Persian Indigo. HEX triplet: 25, 08 and 7F. RGB value is (37,8,127). Sum of RGB (Red+Green+Blue) = 37+8+127=172 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.51% from 172); Green value is 8 (3.52% from 255 or 4.65% from 172); Blue value is 127 (50% from 255 or 73.84% from 172); Max value from RGB is 127 - color contains mainly: blue. Hex color #25087F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25087F is #DAF780. Grayscale: #1D1D1D. Windows color (decimal): -14350209 or 8325157. OLE color: 8325157.
HSL color Cylindrical-coordinate representation of color #25087F: hue angle of 254.62º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #25087F is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 37 | 8 | 127 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.50 |
| HSL | 254.62º | 0.88% | 0.26% | - |
| HSV(B) | 254.62º | 0.94% | 0.5% | - |
| XYZ | 4.68 | 2.1 | 20.24 | - |
| YUV | 30.24 | 182.61 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 8 | 127 | 0.71 | 0.94 | 0 | 0.50 | 254.62 | 0.88 | 0.26 |
| Hex | 25 | 8 | 7F | 47 | 5E | 0 | 32 | FF | 58 | 1A |
| Octal | 45 | 10 | 177 | 107 | 136 | 0 | 62 | 377 | 130 | 32 |
| Binary | 100101 | 1000 | 1111111 | 1000111 | 1011110 | 0 | 110010 | 11111111 | 1011000 | 11010 |
Color Harmonies of #25087F
Complementary color
Monochromatic Colors of #25087F
Black with #25087F
Text Example
Text Example
White with #25087F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25087F; }
p { color: rgb(37,8,127); }
H1.HeaderClassName
{
color: #25087F;
}
.AnyTagClassName
{
color: #25087F;
}
</style>
background-color css
<style>
a { background-color: #25087F; }
a { background-color: rgb(37,8,127); }
div.DivClassName
{
background-color: #25087F;
}
.BgClassName
{
background-color: #25087F;
}
</style>
border-color css
<style>
span { border-color: #25087F; }
span { border-color: rgb(37,8,127); }
td.TdClassName
{
border-color: #25087F;
}
.TagClassName
{
border-color: #25087F;
}
</style>