Shades of Persian Indigo #25057A
Tints of Persian Indigo #25057A
RGB
CMYK
RGB Variations
Color information
#25057A (or 0x25057A) is known color: Persian Indigo. HEX triplet: 25, 05 and 7A. RGB value is (37,5,122). Sum of RGB (Red+Green+Blue) = 37+5+122=164 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.56% from 164); Green value is 5 (2.34% from 255 or 3.05% from 164); Blue value is 122 (48.05% from 255 or 74.39% from 164); Max value from RGB is 122 - color contains mainly: blue. Hex color #25057A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25057A is #DAFA85. Grayscale: #1B1B1B. Windows color (decimal): -14350982 or 7996709. OLE color: 7996709.
HSL color Cylindrical-coordinate representation of color #25057A: hue angle of 256.41º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #25057A is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 37 | 5 | 122 | - |
| CMYK | 0.70 | 0.96 | 0 | 0.52 |
| HSL | 256.41º | 0.92% | 0.25% | - |
| HSV(B) | 256.41º | 0.96% | 0.48% | - |
| XYZ | 4.33 | 1.91 | 18.55 | - |
| YUV | 27.91 | 181.1 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 5 | 122 | 0.70 | 0.96 | 0 | 0.52 | 256.41 | 0.92 | 0.25 |
| Hex | 25 | 5 | 7A | 46 | 60 | 0 | 34 | 100 | 5C | 19 |
| Octal | 45 | 5 | 172 | 106 | 140 | 0 | 64 | 400 | 134 | 31 |
| Binary | 100101 | 101 | 1111010 | 1000110 | 1100000 | 0 | 110100 | 100000000 | 1011100 | 11001 |
Color Harmonies of #25057A
Complementary color
Monochromatic Colors of #25057A
Black with #25057A
Text Example
Text Example
White with #25057A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25057A; }
p { color: rgb(37,5,122); }
H1.HeaderClassName
{
color: #25057A;
}
.AnyTagClassName
{
color: #25057A;
}
</style>
background-color css
<style>
a { background-color: #25057A; }
a { background-color: rgb(37,5,122); }
div.DivClassName
{
background-color: #25057A;
}
.BgClassName
{
background-color: #25057A;
}
</style>
border-color css
<style>
span { border-color: #25057A; }
span { border-color: rgb(37,5,122); }
td.TdClassName
{
border-color: #25057A;
}
.TagClassName
{
border-color: #25057A;
}
</style>