Shades of Persian Indigo #25086E
Tints of Persian Indigo #25086E
RGB
CMYK
RGB Variations
Color information
#25086E (or 0x25086E) is known color: Persian Indigo. HEX triplet: 25, 08 and 6E. RGB value is (37,8,110). Sum of RGB (Red+Green+Blue) = 37+8+110=155 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.87% from 155); Green value is 8 (3.52% from 255 or 5.16% from 155); Blue value is 110 (43.36% from 255 or 70.97% from 155); Max value from RGB is 110 - color contains mainly: blue. Hex color #25086E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25086E is #DAF791. Grayscale: #1B1B1B. Windows color (decimal): -14350226 or 7211045. OLE color: 7211045.
HSL color Cylindrical-coordinate representation of color #25086E: hue angle of 257.06º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #25086E is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 37 | 8 | 110 | - |
| CMYK | 0.66 | 0.93 | 0 | 0.57 |
| HSL | 257.06º | 0.86% | 0.23% | - |
| HSV(B) | 257.06º | 0.93% | 0.43% | - |
| XYZ | 3.66 | 1.69 | 14.89 | - |
| YUV | 28.3 | 174.11 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 8 | 110 | 0.66 | 0.93 | 0 | 0.57 | 257.06 | 0.86 | 0.23 |
| Hex | 25 | 8 | 6E | 42 | 5D | 0 | 39 | 101 | 56 | 17 |
| Octal | 45 | 10 | 156 | 102 | 135 | 0 | 71 | 401 | 126 | 27 |
| Binary | 100101 | 1000 | 1101110 | 1000010 | 1011101 | 0 | 111001 | 100000001 | 1010110 | 10111 |
Color Harmonies of #25086E
Complementary color
Monochromatic Colors of #25086E
Black with #25086E
Text Example
Text Example
White with #25086E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25086E; }
p { color: rgb(37,8,110); }
H1.HeaderClassName
{
color: #25086E;
}
.AnyTagClassName
{
color: #25086E;
}
</style>
background-color css
<style>
a { background-color: #25086E; }
a { background-color: rgb(37,8,110); }
div.DivClassName
{
background-color: #25086E;
}
.BgClassName
{
background-color: #25086E;
}
</style>
border-color css
<style>
span { border-color: #25086E; }
span { border-color: rgb(37,8,110); }
td.TdClassName
{
border-color: #25086E;
}
.TagClassName
{
border-color: #25086E;
}
</style>