Shades of Persian Indigo #25055E
Tints of Persian Indigo #25055E
RGB
CMYK
RGB Variations
Color information
#25055E (or 0x25055E) is known color: Persian Indigo. HEX triplet: 25, 05 and 5E. RGB value is (37,5,94). Sum of RGB (Red+Green+Blue) = 37+5+94=136 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.21% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 94 (37.11% from 255 or 69.12% from 136); Max value from RGB is 94 - color contains mainly: blue. Hex color #25055E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25055E is #DAFAA1. Grayscale: #181818. Windows color (decimal): -14351010 or 6161701. OLE color: 6161701.
HSL color Cylindrical-coordinate representation of color #25055E: hue angle of 261.57º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #25055E is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 37 | 5 | 94 | - |
| CMYK | 0.61 | 0.95 | 0 | 0.63 |
| HSL | 261.57º | 0.9% | 0.19% | - |
| HSV(B) | 261.57º | 0.95% | 0.37% | - |
| XYZ | 2.84 | 1.31 | 10.69 | - |
| YUV | 24.71 | 167.1 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 5 | 94 | 0.61 | 0.95 | 0 | 0.63 | 261.57 | 0.9 | 0.19 |
| Hex | 25 | 5 | 5E | 3D | 5F | 0 | 3F | 106 | 5A | 13 |
| Octal | 45 | 5 | 136 | 75 | 137 | 0 | 77 | 406 | 132 | 23 |
| Binary | 100101 | 101 | 1011110 | 111101 | 1011111 | 0 | 111111 | 100000110 | 1011010 | 10011 |
Color Harmonies of #25055E
Complementary color
Monochromatic Colors of #25055E
Black with #25055E
Text Example
Text Example
White with #25055E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25055E; }
p { color: rgb(37,5,94); }
H1.HeaderClassName
{
color: #25055E;
}
.AnyTagClassName
{
color: #25055E;
}
</style>
background-color css
<style>
a { background-color: #25055E; }
a { background-color: rgb(37,5,94); }
div.DivClassName
{
background-color: #25055E;
}
.BgClassName
{
background-color: #25055E;
}
</style>
border-color css
<style>
span { border-color: #25055E; }
span { border-color: rgb(37,5,94); }
td.TdClassName
{
border-color: #25055E;
}
.TagClassName
{
border-color: #25055E;
}
</style>