Shades of Persian Indigo #25078A
Tints of Persian Indigo #25078A
RGB
CMYK
RGB Variations
Color information
#25078A (or 0x25078A) is known color: Persian Indigo. HEX triplet: 25, 07 and 8A. RGB value is (37,7,138). Sum of RGB (Red+Green+Blue) = 37+7+138=182 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.33% from 182); Green value is 7 (3.12% from 255 or 3.85% from 182); Blue value is 138 (54.30% from 255 or 75.82% from 182); Max value from RGB is 138 - color contains mainly: blue. Hex color #25078A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #25078A is #DAF875. Grayscale: #1E1E1E. Windows color (decimal): -14350454 or 9045797. OLE color: 9045797.
HSL color Cylindrical-coordinate representation of color #25078A: hue angle of 253.74º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #25078A is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 37 | 7 | 138 | - |
| CMYK | 0.73 | 0.95 | 0 | 0.46 |
| HSL | 253.74º | 0.9% | 0.28% | - |
| HSV(B) | 253.74º | 0.95% | 0.54% | - |
| XYZ | 5.43 | 2.38 | 24.22 | - |
| YUV | 30.9 | 188.44 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 7 | 138 | 0.73 | 0.95 | 0 | 0.46 | 253.74 | 0.9 | 0.28 |
| Hex | 25 | 7 | 8A | 49 | 5F | 0 | 2E | FE | 5A | 1C |
| Octal | 45 | 7 | 212 | 111 | 137 | 0 | 56 | 376 | 132 | 34 |
| Binary | 100101 | 111 | 10001010 | 1001001 | 1011111 | 0 | 101110 | 11111110 | 1011010 | 11100 |
Color Harmonies of #25078A
Complementary color
Monochromatic Colors of #25078A
Black with #25078A
Text Example
Text Example
White with #25078A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25078A; }
p { color: rgb(37,7,138); }
H1.HeaderClassName
{
color: #25078A;
}
.AnyTagClassName
{
color: #25078A;
}
</style>
background-color css
<style>
a { background-color: #25078A; }
a { background-color: rgb(37,7,138); }
div.DivClassName
{
background-color: #25078A;
}
.BgClassName
{
background-color: #25078A;
}
</style>
border-color css
<style>
span { border-color: #25078A; }
span { border-color: rgb(37,7,138); }
td.TdClassName
{
border-color: #25078A;
}
.TagClassName
{
border-color: #25078A;
}
</style>