Shades of Persian Indigo #25005F
Tints of Persian Indigo #25005F
RGB
CMYK
RGB Variations
Color information
#25005F (or 0x25005F) is known color: Persian Indigo. HEX triplet: 25, 00 and 5F. RGB value is (37,0,95). Sum of RGB (Red+Green+Blue) = 37+0+95=132 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.03% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 95 (37.5% from 255 or 71.97% from 132); Max value from RGB is 95 - color contains mainly: blue. Hex color #25005F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25005F is #DAFFA0. Grayscale: #151515. Windows color (decimal): -14352289 or 6225957. OLE color: 6225957.
HSL color Cylindrical-coordinate representation of color #25005F: hue angle of 263.37º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #25005F is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 37 | 0 | 95 | - |
| CMYK | 0.61 | 1 | 0 | 0.63 |
| HSL | 263.37º | 1% | 0.19% | - |
| HSV(B) | 263.37º | 1% | 0.37% | - |
| XYZ | 2.83 | 1.22 | 10.91 | - |
| YUV | 21.89 | 169.26 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 0 | 95 | 0.61 | 1 | 0 | 0.63 | 263.37 | 1 | 0.19 |
| Hex | 25 | 0 | 5F | 3D | 64 | 0 | 3F | 107 | 64 | 13 |
| Octal | 45 | 0 | 137 | 75 | 144 | 0 | 77 | 407 | 144 | 23 |
| Binary | 100101 | 0 | 1011111 | 111101 | 1100100 | 0 | 111111 | 100000111 | 1100100 | 10011 |
Color Harmonies of #25005F
Complementary color
Monochromatic Colors of #25005F
Black with #25005F
Text Example
Text Example
White with #25005F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25005F; }
p { color: rgb(37,0,95); }
H1.HeaderClassName
{
color: #25005F;
}
.AnyTagClassName
{
color: #25005F;
}
</style>
background-color css
<style>
a { background-color: #25005F; }
a { background-color: rgb(37,0,95); }
div.DivClassName
{
background-color: #25005F;
}
.BgClassName
{
background-color: #25005F;
}
</style>
border-color css
<style>
span { border-color: #25005F; }
span { border-color: rgb(37,0,95); }
td.TdClassName
{
border-color: #25005F;
}
.TagClassName
{
border-color: #25005F;
}
</style>