Shades of Persian Indigo #25177F
Tints of Persian Indigo #25177F
RGB
CMYK
RGB Variations
Color information
#25177F (or 0x25177F) is known color: Persian Indigo. HEX triplet: 25, 17 and 7F. RGB value is (37,23,127). Sum of RGB (Red+Green+Blue) = 37+23+127=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 23 (9.38% from 255 or 12.30% from 187); Blue value is 127 (50% from 255 or 67.91% from 187); Max value from RGB is 127 - color contains mainly: blue. Hex color #25177F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25177F is #DAE880. Grayscale: #262626. Windows color (decimal): -14346369 or 8328997. OLE color: 8328997.
HSL color Cylindrical-coordinate representation of color #25177F: hue angle of 248.08º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25177F is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 37 | 23 | 127 | - |
| CMYK | 0.71 | 0.82 | 0 | 0.50 |
| HSL | 248.08º | 0.69% | 0.29% | - |
| HSV(B) | 248.08º | 0.82% | 0.5% | - |
| XYZ | 4.9 | 2.54 | 20.31 | - |
| YUV | 39.04 | 177.64 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 23 | 127 | 0.71 | 0.82 | 0 | 0.50 | 248.08 | 0.69 | 0.29 |
| Hex | 25 | 17 | 7F | 47 | 52 | 0 | 32 | F8 | 45 | 1D |
| Octal | 45 | 27 | 177 | 107 | 122 | 0 | 62 | 370 | 105 | 35 |
| Binary | 100101 | 10111 | 1111111 | 1000111 | 1010010 | 0 | 110010 | 11111000 | 1000101 | 11101 |
Color Harmonies of #25177F
Complementary color
Monochromatic Colors of #25177F
Black with #25177F
Text Example
Text Example
White with #25177F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25177F; }
p { color: rgb(37,23,127); }
H1.HeaderClassName
{
color: #25177F;
}
.AnyTagClassName
{
color: #25177F;
}
</style>
background-color css
<style>
a { background-color: #25177F; }
a { background-color: rgb(37,23,127); }
div.DivClassName
{
background-color: #25177F;
}
.BgClassName
{
background-color: #25177F;
}
</style>
border-color css
<style>
span { border-color: #25177F; }
span { border-color: rgb(37,23,127); }
td.TdClassName
{
border-color: #25177F;
}
.TagClassName
{
border-color: #25177F;
}
</style>