Shades of Persian Indigo #25005E
Tints of Persian Indigo #25005E
RGB
CMYK
RGB Variations
Color information
#25005E (or 0x25005E) is known color: Persian Indigo. HEX triplet: 25, 00 and 5E. RGB value is (37,0,94). Sum of RGB (Red+Green+Blue) = 37+0+94=131 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.24% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 94 (37.11% from 255 or 71.76% from 131); Max value from RGB is 94 - color contains mainly: blue. Hex color #25005E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25005E is #DAFFA1. Grayscale: #151515. Windows color (decimal): -14352290 or 6160421. OLE color: 6160421.
HSL color Cylindrical-coordinate representation of color #25005E: hue angle of 263.62º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #25005E is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 37 | 0 | 94 | - |
| CMYK | 0.61 | 1 | 0 | 0.63 |
| HSL | 263.62º | 1% | 0.18% | - |
| HSV(B) | 263.62º | 1% | 0.37% | - |
| XYZ | 2.78 | 1.2 | 10.67 | - |
| YUV | 21.78 | 168.76 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 0 | 94 | 0.61 | 1 | 0 | 0.63 | 263.62 | 1 | 0.18 |
| Hex | 25 | 0 | 5E | 3D | 64 | 0 | 3F | 108 | 64 | 12 |
| Octal | 45 | 0 | 136 | 75 | 144 | 0 | 77 | 410 | 144 | 22 |
| Binary | 100101 | 0 | 1011110 | 111101 | 1100100 | 0 | 111111 | 100001000 | 1100100 | 10010 |
Color Harmonies of #25005E
Complementary color
Monochromatic Colors of #25005E
Black with #25005E
Text Example
Text Example
White with #25005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25005E; }
p { color: rgb(37,0,94); }
H1.HeaderClassName
{
color: #25005E;
}
.AnyTagClassName
{
color: #25005E;
}
</style>
background-color css
<style>
a { background-color: #25005E; }
a { background-color: rgb(37,0,94); }
div.DivClassName
{
background-color: #25005E;
}
.BgClassName
{
background-color: #25005E;
}
</style>
border-color css
<style>
span { border-color: #25005E; }
span { border-color: rgb(37,0,94); }
td.TdClassName
{
border-color: #25005E;
}
.TagClassName
{
border-color: #25005E;
}
</style>