Shades of Persian Indigo #25147A
Tints of Persian Indigo #25147A
RGB
CMYK
RGB Variations
Color information
#25147A (or 0x25147A) is known color: Persian Indigo. HEX triplet: 25, 14 and 7A. RGB value is (37,20,122). Sum of RGB (Red+Green+Blue) = 37+20+122=179 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.67% from 179); Green value is 20 (8.20% from 255 or 11.17% from 179); Blue value is 122 (48.05% from 255 or 68.16% from 179); Max value from RGB is 122 - color contains mainly: blue. Hex color #25147A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25147A is #DAEB85. Grayscale: #242424. Windows color (decimal): -14347142 or 8000549. OLE color: 8000549.
HSL color Cylindrical-coordinate representation of color #25147A: hue angle of 250º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25147A is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 37 | 20 | 122 | - |
| CMYK | 0.70 | 0.84 | 0 | 0.52 |
| HSL | 250º | 0.72% | 0.28% | - |
| HSV(B) | 250º | 0.84% | 0.48% | - |
| XYZ | 4.53 | 2.3 | 18.62 | - |
| YUV | 36.71 | 176.13 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 20 | 122 | 0.70 | 0.84 | 0 | 0.52 | 250 | 0.72 | 0.28 |
| Hex | 25 | 14 | 7A | 46 | 54 | 0 | 34 | FA | 48 | 1C |
| Octal | 45 | 24 | 172 | 106 | 124 | 0 | 64 | 372 | 110 | 34 |
| Binary | 100101 | 10100 | 1111010 | 1000110 | 1010100 | 0 | 110100 | 11111010 | 1001000 | 11100 |
Color Harmonies of #25147A
Complementary color
Monochromatic Colors of #25147A
Black with #25147A
Text Example
Text Example
White with #25147A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25147A; }
p { color: rgb(37,20,122); }
H1.HeaderClassName
{
color: #25147A;
}
.AnyTagClassName
{
color: #25147A;
}
</style>
background-color css
<style>
a { background-color: #25147A; }
a { background-color: rgb(37,20,122); }
div.DivClassName
{
background-color: #25147A;
}
.BgClassName
{
background-color: #25147A;
}
</style>
border-color css
<style>
span { border-color: #25147A; }
span { border-color: rgb(37,20,122); }
td.TdClassName
{
border-color: #25147A;
}
.TagClassName
{
border-color: #25147A;
}
</style>