Shades of Persian Indigo #25067E
Tints of Persian Indigo #25067E
RGB
CMYK
RGB Variations
Color information
#25067E (or 0x25067E) is known color: Persian Indigo. HEX triplet: 25, 06 and 7E. RGB value is (37,6,126). Sum of RGB (Red+Green+Blue) = 37+6+126=169 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.89% from 169); Green value is 6 (2.73% from 255 or 3.55% from 169); Blue value is 126 (49.61% from 255 or 74.56% from 169); Max value from RGB is 126 - color contains mainly: blue. Hex color #25067E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25067E is #DAF981. Grayscale: #1C1C1C. Windows color (decimal): -14350722 or 8259109. OLE color: 8259109.
HSL color Cylindrical-coordinate representation of color #25067E: hue angle of 255.5º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #25067E is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 6 | 126 | - |
| CMYK | 0.71 | 0.95 | 0 | 0.51 |
| HSL | 255.5º | 0.91% | 0.26% | - |
| HSV(B) | 255.5º | 0.95% | 0.49% | - |
| XYZ | 4.59 | 2.03 | 19.89 | - |
| YUV | 28.95 | 182.77 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 6 | 126 | 0.71 | 0.95 | 0 | 0.51 | 255.5 | 0.91 | 0.26 |
| Hex | 25 | 6 | 7E | 47 | 5F | 0 | 33 | 100 | 5B | 1A |
| Octal | 45 | 6 | 176 | 107 | 137 | 0 | 63 | 400 | 133 | 32 |
| Binary | 100101 | 110 | 1111110 | 1000111 | 1011111 | 0 | 110011 | 100000000 | 1011011 | 11010 |
Color Harmonies of #25067E
Complementary color
Monochromatic Colors of #25067E
Black with #25067E
Text Example
Text Example
White with #25067E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25067E; }
p { color: rgb(37,6,126); }
H1.HeaderClassName
{
color: #25067E;
}
.AnyTagClassName
{
color: #25067E;
}
</style>
background-color css
<style>
a { background-color: #25067E; }
a { background-color: rgb(37,6,126); }
div.DivClassName
{
background-color: #25067E;
}
.BgClassName
{
background-color: #25067E;
}
</style>
border-color css
<style>
span { border-color: #25067E; }
span { border-color: rgb(37,6,126); }
td.TdClassName
{
border-color: #25067E;
}
.TagClassName
{
border-color: #25067E;
}
</style>