Shades of Persian Indigo #25016F
Tints of Persian Indigo #25016F
RGB
CMYK
RGB Variations
Color information
#25016F (or 0x25016F) is known color: Persian Indigo. HEX triplet: 25, 01 and 6F. RGB value is (37,1,111). Sum of RGB (Red+Green+Blue) = 37+1+111=149 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.83% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 111 (43.75% from 255 or 74.50% from 149); Max value from RGB is 111 - color contains mainly: blue. Hex color #25016F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25016F is #DAFE90. Grayscale: #171717. Windows color (decimal): -14352017 or 7274789. OLE color: 7274789.
HSL color Cylindrical-coordinate representation of color #25016F: hue angle of 259.64º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #25016F is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 1 | 111 | - |
| CMYK | 0.67 | 0.99 | 0 | 0.56 |
| HSL | 259.64º | 0.98% | 0.22% | - |
| HSV(B) | 259.64º | 0.99% | 0.44% | - |
| XYZ | 3.64 | 1.56 | 15.15 | - |
| YUV | 24.3 | 176.93 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 1 | 111 | 0.67 | 0.99 | 0 | 0.56 | 259.64 | 0.98 | 0.22 |
| Hex | 25 | 1 | 6F | 43 | 63 | 0 | 38 | 104 | 62 | 16 |
| Octal | 45 | 1 | 157 | 103 | 143 | 0 | 70 | 404 | 142 | 26 |
| Binary | 100101 | 1 | 1101111 | 1000011 | 1100011 | 0 | 111000 | 100000100 | 1100010 | 10110 |
Color Harmonies of #25016F
Complementary color
Monochromatic Colors of #25016F
Black with #25016F
Text Example
Text Example
White with #25016F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25016F; }
p { color: rgb(37,1,111); }
H1.HeaderClassName
{
color: #25016F;
}
.AnyTagClassName
{
color: #25016F;
}
</style>
background-color css
<style>
a { background-color: #25016F; }
a { background-color: rgb(37,1,111); }
div.DivClassName
{
background-color: #25016F;
}
.BgClassName
{
background-color: #25016F;
}
</style>
border-color css
<style>
span { border-color: #25016F; }
span { border-color: rgb(37,1,111); }
td.TdClassName
{
border-color: #25016F;
}
.TagClassName
{
border-color: #25016F;
}
</style>