Shades of Persian Indigo #25006F
Tints of Persian Indigo #25006F
RGB
CMYK
RGB Variations
Color information
#25006F (or 0x25006F) is known color: Persian Indigo. HEX triplet: 25, 00 and 6F. RGB value is (37,0,111). Sum of RGB (Red+Green+Blue) = 37+0+111=148 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 111 (43.75% from 255 or 75% from 148); Max value from RGB is 111 - color contains mainly: blue. Hex color #25006F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25006F is #DAFF90. Grayscale: #171717. Windows color (decimal): -14352273 or 7274533. OLE color: 7274533.
HSL color Cylindrical-coordinate representation of color #25006F: hue angle of 260º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #25006F is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 0 | 111 | - |
| CMYK | 0.67 | 1 | 0 | 0.56 |
| HSL | 260º | 1% | 0.22% | - |
| HSV(B) | 260º | 1% | 0.44% | - |
| XYZ | 3.63 | 1.54 | 15.14 | - |
| YUV | 23.72 | 177.26 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 0 | 111 | 0.67 | 1 | 0 | 0.56 | 260 | 1 | 0.22 |
| Hex | 25 | 0 | 6F | 43 | 64 | 0 | 38 | 104 | 64 | 16 |
| Octal | 45 | 0 | 157 | 103 | 144 | 0 | 70 | 404 | 144 | 26 |
| Binary | 100101 | 0 | 1101111 | 1000011 | 1100100 | 0 | 111000 | 100000100 | 1100100 | 10110 |
Color Harmonies of #25006F
Complementary color
Monochromatic Colors of #25006F
Black with #25006F
Text Example
Text Example
White with #25006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25006F; }
p { color: rgb(37,0,111); }
H1.HeaderClassName
{
color: #25006F;
}
.AnyTagClassName
{
color: #25006F;
}
</style>
background-color css
<style>
a { background-color: #25006F; }
a { background-color: rgb(37,0,111); }
div.DivClassName
{
background-color: #25006F;
}
.BgClassName
{
background-color: #25006F;
}
</style>
border-color css
<style>
span { border-color: #25006F; }
span { border-color: rgb(37,0,111); }
td.TdClassName
{
border-color: #25006F;
}
.TagClassName
{
border-color: #25006F;
}
</style>