Shades of Persian Indigo #25177E
Tints of Persian Indigo #25177E
RGB
CMYK
RGB Variations
Color information
#25177E (or 0x25177E) is known color: Persian Indigo. HEX triplet: 25, 17 and 7E. RGB value is (37,23,126). Sum of RGB (Red+Green+Blue) = 37+23+126=186 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.89% from 186); Green value is 23 (9.38% from 255 or 12.37% from 186); Blue value is 126 (49.61% from 255 or 67.74% from 186); Max value from RGB is 126 - color contains mainly: blue. Hex color #25177E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25177E is #DAE881. Grayscale: #262626. Windows color (decimal): -14346370 or 8263461. OLE color: 8263461.
HSL color Cylindrical-coordinate representation of color #25177E: hue angle of 248.16º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25177E is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 23 | 126 | - |
| CMYK | 0.71 | 0.82 | 0 | 0.51 |
| HSL | 248.16º | 0.69% | 0.29% | - |
| HSV(B) | 248.16º | 0.82% | 0.49% | - |
| XYZ | 4.84 | 2.51 | 19.97 | - |
| YUV | 38.93 | 177.14 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 23 | 126 | 0.71 | 0.82 | 0 | 0.51 | 248.16 | 0.69 | 0.29 |
| Hex | 25 | 17 | 7E | 47 | 52 | 0 | 33 | F8 | 45 | 1D |
| Octal | 45 | 27 | 176 | 107 | 122 | 0 | 63 | 370 | 105 | 35 |
| Binary | 100101 | 10111 | 1111110 | 1000111 | 1010010 | 0 | 110011 | 11111000 | 1000101 | 11101 |
Color Harmonies of #25177E
Complementary color
Monochromatic Colors of #25177E
Black with #25177E
Text Example
Text Example
White with #25177E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25177E; }
p { color: rgb(37,23,126); }
H1.HeaderClassName
{
color: #25177E;
}
.AnyTagClassName
{
color: #25177E;
}
</style>
background-color css
<style>
a { background-color: #25177E; }
a { background-color: rgb(37,23,126); }
div.DivClassName
{
background-color: #25177E;
}
.BgClassName
{
background-color: #25177E;
}
</style>
border-color css
<style>
span { border-color: #25177E; }
span { border-color: rgb(37,23,126); }
td.TdClassName
{
border-color: #25177E;
}
.TagClassName
{
border-color: #25177E;
}
</style>