Shades of Persian Indigo #25136F
Tints of Persian Indigo #25136F
RGB
CMYK
RGB Variations
Color information
#25136F (or 0x25136F) is known color: Persian Indigo. HEX triplet: 25, 13 and 6F. RGB value is (37,19,111). Sum of RGB (Red+Green+Blue) = 37+19+111=167 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.16% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 111 (43.75% from 255 or 66.47% from 167); Max value from RGB is 111 - color contains mainly: blue. Hex color #25136F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25136F is #DAEC90. Grayscale: #222222. Windows color (decimal): -14347409 or 7279397. OLE color: 7279397.
HSL color Cylindrical-coordinate representation of color #25136F: hue angle of 251.74º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25136F is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 19 | 111 | - |
| CMYK | 0.67 | 0.83 | 0 | 0.56 |
| HSL | 251.74º | 0.71% | 0.25% | - |
| HSV(B) | 251.74º | 0.83% | 0.44% | - |
| XYZ | 3.87 | 2.01 | 15.22 | - |
| YUV | 34.87 | 170.96 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 19 | 111 | 0.67 | 0.83 | 0 | 0.56 | 251.74 | 0.71 | 0.25 |
| Hex | 25 | 13 | 6F | 43 | 53 | 0 | 38 | FC | 47 | 19 |
| Octal | 45 | 23 | 157 | 103 | 123 | 0 | 70 | 374 | 107 | 31 |
| Binary | 100101 | 10011 | 1101111 | 1000011 | 1010011 | 0 | 111000 | 11111100 | 1000111 | 11001 |
Color Harmonies of #25136F
Complementary color
Monochromatic Colors of #25136F
Black with #25136F
Text Example
Text Example
White with #25136F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25136F; }
p { color: rgb(37,19,111); }
H1.HeaderClassName
{
color: #25136F;
}
.AnyTagClassName
{
color: #25136F;
}
</style>
background-color css
<style>
a { background-color: #25136F; }
a { background-color: rgb(37,19,111); }
div.DivClassName
{
background-color: #25136F;
}
.BgClassName
{
background-color: #25136F;
}
</style>
border-color css
<style>
span { border-color: #25136F; }
span { border-color: rgb(37,19,111); }
td.TdClassName
{
border-color: #25136F;
}
.TagClassName
{
border-color: #25136F;
}
</style>