Shades of Persian Indigo #25017E
Tints of Persian Indigo #25017E
RGB
CMYK
RGB Variations
Color information
#25017E (or 0x25017E) is known color: Persian Indigo. HEX triplet: 25, 01 and 7E. RGB value is (37,1,126). Sum of RGB (Red+Green+Blue) = 37+1+126=164 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.56% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 126 (49.61% from 255 or 76.83% from 164); Max value from RGB is 126 - color contains mainly: blue. Hex color #25017E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25017E is #DAFE81. Grayscale: #191919. Windows color (decimal): -14352002 or 8257829. OLE color: 8257829.
HSL color Cylindrical-coordinate representation of color #25017E: hue angle of 257.28º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #25017E is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 1 | 126 | - |
| CMYK | 0.71 | 0.99 | 0 | 0.51 |
| HSL | 257.28º | 0.98% | 0.25% | - |
| HSV(B) | 257.28º | 0.99% | 0.49% | - |
| XYZ | 4.54 | 1.92 | 19.87 | - |
| YUV | 26.01 | 184.43 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 1 | 126 | 0.71 | 0.99 | 0 | 0.51 | 257.28 | 0.98 | 0.25 |
| Hex | 25 | 1 | 7E | 47 | 63 | 0 | 33 | 101 | 62 | 19 |
| Octal | 45 | 1 | 176 | 107 | 143 | 0 | 63 | 401 | 142 | 31 |
| Binary | 100101 | 1 | 1111110 | 1000111 | 1100011 | 0 | 110011 | 100000001 | 1100010 | 11001 |
Color Harmonies of #25017E
Complementary color
Monochromatic Colors of #25017E
Black with #25017E
Text Example
Text Example
White with #25017E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25017E; }
p { color: rgb(37,1,126); }
H1.HeaderClassName
{
color: #25017E;
}
.AnyTagClassName
{
color: #25017E;
}
</style>
background-color css
<style>
a { background-color: #25017E; }
a { background-color: rgb(37,1,126); }
div.DivClassName
{
background-color: #25017E;
}
.BgClassName
{
background-color: #25017E;
}
</style>
border-color css
<style>
span { border-color: #25017E; }
span { border-color: rgb(37,1,126); }
td.TdClassName
{
border-color: #25017E;
}
.TagClassName
{
border-color: #25017E;
}
</style>