Shades of Persian Indigo #25015E
Tints of Persian Indigo #25015E
RGB
CMYK
RGB Variations
Color information
#25015E (or 0x25015E) is known color: Persian Indigo. HEX triplet: 25, 01 and 5E. RGB value is (37,1,94). Sum of RGB (Red+Green+Blue) = 37+1+94=132 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.03% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 94 (37.11% from 255 or 71.21% from 132); Max value from RGB is 94 - color contains mainly: blue. Hex color #25015E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25015E is #DAFEA1. Grayscale: #161616. Windows color (decimal): -14352034 or 6160677. OLE color: 6160677.
HSL color Cylindrical-coordinate representation of color #25015E: hue angle of 263.23º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #25015E is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 37 | 1 | 94 | - |
| CMYK | 0.61 | 0.99 | 0 | 0.63 |
| HSL | 263.23º | 0.98% | 0.19% | - |
| HSV(B) | 263.23º | 0.99% | 0.37% | - |
| XYZ | 2.79 | 1.22 | 10.68 | - |
| YUV | 22.37 | 168.43 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 1 | 94 | 0.61 | 0.99 | 0 | 0.63 | 263.23 | 0.98 | 0.19 |
| Hex | 25 | 1 | 5E | 3D | 63 | 0 | 3F | 107 | 62 | 13 |
| Octal | 45 | 1 | 136 | 75 | 143 | 0 | 77 | 407 | 142 | 23 |
| Binary | 100101 | 1 | 1011110 | 111101 | 1100011 | 0 | 111111 | 100000111 | 1100010 | 10011 |
Color Harmonies of #25015E
Complementary color
Monochromatic Colors of #25015E
Black with #25015E
Text Example
Text Example
White with #25015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25015E; }
p { color: rgb(37,1,94); }
H1.HeaderClassName
{
color: #25015E;
}
.AnyTagClassName
{
color: #25015E;
}
</style>
background-color css
<style>
a { background-color: #25015E; }
a { background-color: rgb(37,1,94); }
div.DivClassName
{
background-color: #25015E;
}
.BgClassName
{
background-color: #25015E;
}
</style>
border-color css
<style>
span { border-color: #25015E; }
span { border-color: rgb(37,1,94); }
td.TdClassName
{
border-color: #25015E;
}
.TagClassName
{
border-color: #25015E;
}
</style>