Shades of Persian Indigo #25066F
Tints of Persian Indigo #25066F
RGB
CMYK
RGB Variations
Color information
#25066F (or 0x25066F) is known color: Persian Indigo. HEX triplet: 25, 06 and 6F. RGB value is (37,6,111). Sum of RGB (Red+Green+Blue) = 37+6+111=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 6 (2.73% from 255 or 3.90% from 154); Blue value is 111 (43.75% from 255 or 72.08% from 154); Max value from RGB is 111 - color contains mainly: blue. Hex color #25066F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25066F is #DAF990. Grayscale: #1A1A1A. Windows color (decimal): -14350737 or 7276069. OLE color: 7276069.
HSL color Cylindrical-coordinate representation of color #25066F: hue angle of 257.71º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #25066F is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 6 | 111 | - |
| CMYK | 0.67 | 0.95 | 0 | 0.56 |
| HSL | 257.71º | 0.9% | 0.23% | - |
| HSV(B) | 257.71º | 0.95% | 0.44% | - |
| XYZ | 3.7 | 1.67 | 15.17 | - |
| YUV | 27.24 | 175.27 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 6 | 111 | 0.67 | 0.95 | 0 | 0.56 | 257.71 | 0.9 | 0.23 |
| Hex | 25 | 6 | 6F | 43 | 5F | 0 | 38 | 102 | 5A | 17 |
| Octal | 45 | 6 | 157 | 103 | 137 | 0 | 70 | 402 | 132 | 27 |
| Binary | 100101 | 110 | 1101111 | 1000011 | 1011111 | 0 | 111000 | 100000010 | 1011010 | 10111 |
Color Harmonies of #25066F
Complementary color
Monochromatic Colors of #25066F
Black with #25066F
Text Example
Text Example
White with #25066F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25066F; }
p { color: rgb(37,6,111); }
H1.HeaderClassName
{
color: #25066F;
}
.AnyTagClassName
{
color: #25066F;
}
</style>
background-color css
<style>
a { background-color: #25066F; }
a { background-color: rgb(37,6,111); }
div.DivClassName
{
background-color: #25066F;
}
.BgClassName
{
background-color: #25066F;
}
</style>
border-color css
<style>
span { border-color: #25066F; }
span { border-color: rgb(37,6,111); }
td.TdClassName
{
border-color: #25066F;
}
.TagClassName
{
border-color: #25066F;
}
</style>