Shades of Persian Indigo #25087C
Tints of Persian Indigo #25087C
RGB
CMYK
RGB Variations
Color information
#25087C (or 0x25087C) is known color: Persian Indigo. HEX triplet: 25, 08 and 7C. RGB value is (37,8,124). Sum of RGB (Red+Green+Blue) = 37+8+124=169 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.89% from 169); Green value is 8 (3.52% from 255 or 4.73% from 169); Blue value is 124 (48.83% from 255 or 73.37% from 169); Max value from RGB is 124 - color contains mainly: blue. Hex color #25087C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25087C is #DAF783. Grayscale: #1D1D1D. Windows color (decimal): -14350212 or 8128549. OLE color: 8128549.
HSL color Cylindrical-coordinate representation of color #25087C: hue angle of 255º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #25087C is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 8 | 124 | - |
| CMYK | 0.70 | 0.94 | 0 | 0.51 |
| HSL | 255º | 0.88% | 0.26% | - |
| HSV(B) | 255º | 0.94% | 0.49% | - |
| XYZ | 4.49 | 2.02 | 19.22 | - |
| YUV | 29.9 | 181.11 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 8 | 124 | 0.70 | 0.94 | 0 | 0.51 | 255 | 0.88 | 0.26 |
| Hex | 25 | 8 | 7C | 46 | 5E | 0 | 33 | FF | 58 | 1A |
| Octal | 45 | 10 | 174 | 106 | 136 | 0 | 63 | 377 | 130 | 32 |
| Binary | 100101 | 1000 | 1111100 | 1000110 | 1011110 | 0 | 110011 | 11111111 | 1011000 | 11010 |
Color Harmonies of #25087C
Complementary color
Monochromatic Colors of #25087C
Black with #25087C
Text Example
Text Example
White with #25087C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25087C; }
p { color: rgb(37,8,124); }
H1.HeaderClassName
{
color: #25087C;
}
.AnyTagClassName
{
color: #25087C;
}
</style>
background-color css
<style>
a { background-color: #25087C; }
a { background-color: rgb(37,8,124); }
div.DivClassName
{
background-color: #25087C;
}
.BgClassName
{
background-color: #25087C;
}
</style>
border-color css
<style>
span { border-color: #25087C; }
span { border-color: rgb(37,8,124); }
td.TdClassName
{
border-color: #25087C;
}
.TagClassName
{
border-color: #25087C;
}
</style>