Shades of Persian Indigo #25017C
Tints of Persian Indigo #25017C
RGB
CMYK
RGB Variations
Color information
#25017C (or 0x25017C) is known color: Persian Indigo. HEX triplet: 25, 01 and 7C. RGB value is (37,1,124). Sum of RGB (Red+Green+Blue) = 37+1+124=162 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.84% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 124 (48.83% from 255 or 76.54% from 162); Max value from RGB is 124 - color contains mainly: blue. Hex color #25017C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25017C is #DAFE83. Grayscale: #191919. Windows color (decimal): -14352004 or 8126757. OLE color: 8126757.
HSL color Cylindrical-coordinate representation of color #25017C: hue angle of 257.56º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #25017C is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 1 | 124 | - |
| CMYK | 0.70 | 0.99 | 0 | 0.51 |
| HSL | 257.56º | 0.98% | 0.25% | - |
| HSV(B) | 257.56º | 0.99% | 0.49% | - |
| XYZ | 4.41 | 1.87 | 19.2 | - |
| YUV | 25.79 | 183.43 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 1 | 124 | 0.70 | 0.99 | 0 | 0.51 | 257.56 | 0.98 | 0.25 |
| Hex | 25 | 1 | 7C | 46 | 63 | 0 | 33 | 102 | 62 | 19 |
| Octal | 45 | 1 | 174 | 106 | 143 | 0 | 63 | 402 | 142 | 31 |
| Binary | 100101 | 1 | 1111100 | 1000110 | 1100011 | 0 | 110011 | 100000010 | 1100010 | 11001 |
Color Harmonies of #25017C
Complementary color
Monochromatic Colors of #25017C
Black with #25017C
Text Example
Text Example
White with #25017C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25017C; }
p { color: rgb(37,1,124); }
H1.HeaderClassName
{
color: #25017C;
}
.AnyTagClassName
{
color: #25017C;
}
</style>
background-color css
<style>
a { background-color: #25017C; }
a { background-color: rgb(37,1,124); }
div.DivClassName
{
background-color: #25017C;
}
.BgClassName
{
background-color: #25017C;
}
</style>
border-color css
<style>
span { border-color: #25017C; }
span { border-color: rgb(37,1,124); }
td.TdClassName
{
border-color: #25017C;
}
.TagClassName
{
border-color: #25017C;
}
</style>