Shades of Persian Indigo #25086D
Tints of Persian Indigo #25086D
RGB
CMYK
RGB Variations
Color information
#25086D (or 0x25086D) is known color: Persian Indigo. HEX triplet: 25, 08 and 6D. RGB value is (37,8,109). Sum of RGB (Red+Green+Blue) = 37+8+109=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 8 (3.52% from 255 or 5.19% from 154); Blue value is 109 (42.97% from 255 or 70.78% from 154); Max value from RGB is 109 - color contains mainly: blue. Hex color #25086D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25086D is #DAF792. Grayscale: #1B1B1B. Windows color (decimal): -14350227 or 7145509. OLE color: 7145509.
HSL color Cylindrical-coordinate representation of color #25086D: hue angle of 257.23º 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 #25086D is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 37 | 8 | 109 | - |
| CMYK | 0.66 | 0.93 | 0 | 0.57 |
| HSL | 257.23º | 0.86% | 0.23% | - |
| HSV(B) | 257.23º | 0.93% | 0.43% | - |
| XYZ | 3.61 | 1.67 | 14.6 | - |
| YUV | 28.19 | 173.61 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 8 | 109 | 0.66 | 0.93 | 0 | 0.57 | 257.23 | 0.86 | 0.23 |
| Hex | 25 | 8 | 6D | 42 | 5D | 0 | 39 | 101 | 56 | 17 |
| Octal | 45 | 10 | 155 | 102 | 135 | 0 | 71 | 401 | 126 | 27 |
| Binary | 100101 | 1000 | 1101101 | 1000010 | 1011101 | 0 | 111001 | 100000001 | 1010110 | 10111 |
Color Harmonies of #25086D
Complementary color
Monochromatic Colors of #25086D
Black with #25086D
Text Example
Text Example
White with #25086D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25086D; }
p { color: rgb(37,8,109); }
H1.HeaderClassName
{
color: #25086D;
}
.AnyTagClassName
{
color: #25086D;
}
</style>
background-color css
<style>
a { background-color: #25086D; }
a { background-color: rgb(37,8,109); }
div.DivClassName
{
background-color: #25086D;
}
.BgClassName
{
background-color: #25086D;
}
</style>
border-color css
<style>
span { border-color: #25086D; }
span { border-color: rgb(37,8,109); }
td.TdClassName
{
border-color: #25086D;
}
.TagClassName
{
border-color: #25086D;
}
</style>