Shades of Persian Indigo #25086A
Tints of Persian Indigo #25086A
RGB
CMYK
RGB Variations
Color information
#25086A (or 0x25086A) is known color: Persian Indigo. HEX triplet: 25, 08 and 6A. RGB value is (37,8,106). Sum of RGB (Red+Green+Blue) = 37+8+106=151 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.50% from 151); Green value is 8 (3.52% from 255 or 5.30% from 151); Blue value is 106 (41.80% from 255 or 70.20% from 151); Max value from RGB is 106 - color contains mainly: blue. Hex color #25086A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25086A is #DAF795. Grayscale: #1B1B1B. Windows color (decimal): -14350230 or 6948901. OLE color: 6948901.
HSL color Cylindrical-coordinate representation of color #25086A: hue angle of 257.76º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #25086A is Cyan = 0.65, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 37 | 8 | 106 | - |
| CMYK | 0.65 | 0.92 | 0 | 0.58 |
| HSL | 257.76º | 0.86% | 0.22% | - |
| HSV(B) | 257.76º | 0.92% | 0.42% | - |
| XYZ | 3.45 | 1.61 | 13.76 | - |
| YUV | 27.84 | 172.11 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 8 | 106 | 0.65 | 0.92 | 0 | 0.58 | 257.76 | 0.86 | 0.22 |
| Hex | 25 | 8 | 6A | 41 | 5C | 0 | 3A | 102 | 56 | 16 |
| Octal | 45 | 10 | 152 | 101 | 134 | 0 | 72 | 402 | 126 | 26 |
| Binary | 100101 | 1000 | 1101010 | 1000001 | 1011100 | 0 | 111010 | 100000010 | 1010110 | 10110 |
Color Harmonies of #25086A
Complementary color
Monochromatic Colors of #25086A
Black with #25086A
Text Example
Text Example
White with #25086A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25086A; }
p { color: rgb(37,8,106); }
H1.HeaderClassName
{
color: #25086A;
}
.AnyTagClassName
{
color: #25086A;
}
</style>
background-color css
<style>
a { background-color: #25086A; }
a { background-color: rgb(37,8,106); }
div.DivClassName
{
background-color: #25086A;
}
.BgClassName
{
background-color: #25086A;
}
</style>
border-color css
<style>
span { border-color: #25086A; }
span { border-color: rgb(37,8,106); }
td.TdClassName
{
border-color: #25086A;
}
.TagClassName
{
border-color: #25086A;
}
</style>