Shades of Persian Indigo #25015D
Tints of Persian Indigo #25015D
RGB
CMYK
RGB Variations
Color information
#25015D (or 0x25015D) is known color: Persian Indigo. HEX triplet: 25, 01 and 5D. RGB value is (37,1,93). Sum of RGB (Red+Green+Blue) = 37+1+93=131 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.24% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 93 (36.72% from 255 or 70.99% from 131); Max value from RGB is 93 - color contains mainly: blue. Hex color #25015D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25015D is #DAFEA2. Grayscale: #151515. Windows color (decimal): -14352035 or 6095141. OLE color: 6095141.
HSL color Cylindrical-coordinate representation of color #25015D: hue angle of 263.48º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #25015D is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 1 | 93 | - |
| CMYK | 0.60 | 0.99 | 0 | 0.64 |
| HSL | 263.48º | 0.98% | 0.18% | - |
| HSV(B) | 263.48º | 0.99% | 0.36% | - |
| XYZ | 2.75 | 1.21 | 10.44 | - |
| YUV | 22.25 | 167.93 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 1 | 93 | 0.60 | 0.99 | 0 | 0.64 | 263.48 | 0.98 | 0.18 |
| Hex | 25 | 1 | 5D | 3C | 63 | 0 | 40 | 107 | 62 | 12 |
| Octal | 45 | 1 | 135 | 74 | 143 | 0 | 100 | 407 | 142 | 22 |
| Binary | 100101 | 1 | 1011101 | 111100 | 1100011 | 0 | 1000000 | 100000111 | 1100010 | 10010 |
Color Harmonies of #25015D
Complementary color
Monochromatic Colors of #25015D
Black with #25015D
Text Example
Text Example
White with #25015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25015D; }
p { color: rgb(37,1,93); }
H1.HeaderClassName
{
color: #25015D;
}
.AnyTagClassName
{
color: #25015D;
}
</style>
background-color css
<style>
a { background-color: #25015D; }
a { background-color: rgb(37,1,93); }
div.DivClassName
{
background-color: #25015D;
}
.BgClassName
{
background-color: #25015D;
}
</style>
border-color css
<style>
span { border-color: #25015D; }
span { border-color: rgb(37,1,93); }
td.TdClassName
{
border-color: #25015D;
}
.TagClassName
{
border-color: #25015D;
}
</style>