Shades of Persian Indigo #25037F
Tints of Persian Indigo #25037F
RGB
CMYK
RGB Variations
Color information
#25037F (or 0x25037F) is known color: Persian Indigo. HEX triplet: 25, 03 and 7F. RGB value is (37,3,127). Sum of RGB (Red+Green+Blue) = 37+3+127=167 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.16% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 127 (50% from 255 or 76.05% from 167); Max value from RGB is 127 - color contains mainly: blue. Hex color #25037F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25037F is #DAFC80. Grayscale: #1A1A1A. Windows color (decimal): -14351489 or 8323877. OLE color: 8323877.
HSL color Cylindrical-coordinate representation of color #25037F: hue angle of 256.45º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #25037F is Cyan = 0.71, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 37 | 3 | 127 | - |
| CMYK | 0.71 | 0.98 | 0 | 0.50 |
| HSL | 256.45º | 0.95% | 0.25% | - |
| HSV(B) | 256.45º | 0.98% | 0.5% | - |
| XYZ | 4.63 | 1.99 | 20.22 | - |
| YUV | 27.3 | 184.26 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 3 | 127 | 0.71 | 0.98 | 0 | 0.50 | 256.45 | 0.95 | 0.25 |
| Hex | 25 | 3 | 7F | 47 | 62 | 0 | 32 | 100 | 5F | 19 |
| Octal | 45 | 3 | 177 | 107 | 142 | 0 | 62 | 400 | 137 | 31 |
| Binary | 100101 | 11 | 1111111 | 1000111 | 1100010 | 0 | 110010 | 100000000 | 1011111 | 11001 |
Color Harmonies of #25037F
Complementary color
Monochromatic Colors of #25037F
Black with #25037F
Text Example
Text Example
White with #25037F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25037F; }
p { color: rgb(37,3,127); }
H1.HeaderClassName
{
color: #25037F;
}
.AnyTagClassName
{
color: #25037F;
}
</style>
background-color css
<style>
a { background-color: #25037F; }
a { background-color: rgb(37,3,127); }
div.DivClassName
{
background-color: #25037F;
}
.BgClassName
{
background-color: #25037F;
}
</style>
border-color css
<style>
span { border-color: #25037F; }
span { border-color: rgb(37,3,127); }
td.TdClassName
{
border-color: #25037F;
}
.TagClassName
{
border-color: #25037F;
}
</style>