Shades of Persian Indigo #250F70
Tints of Persian Indigo #250F70
RGB
CMYK
RGB Variations
Color information
#250F70 (or 0x250F70) is known color: Persian Indigo. HEX triplet: 25, 0F and 70. RGB value is (37,15,112). Sum of RGB (Red+Green+Blue) = 37+15+112=164 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.56% from 164); Green value is 15 (6.25% from 255 or 9.15% from 164); Blue value is 112 (44.14% from 255 or 68.29% from 164); Max value from RGB is 112 - color contains mainly: blue. Hex color #250F70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250F70 is #DAF08F. Grayscale: #202020. Windows color (decimal): -14348432 or 7343909. OLE color: 7343909.
HSL color Cylindrical-coordinate representation of color #250F70: hue angle of 253.61º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #250F70 is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 15 | 112 | - |
| CMYK | 0.67 | 0.87 | 0 | 0.56 |
| HSL | 253.61º | 0.76% | 0.25% | - |
| HSV(B) | 253.61º | 0.87% | 0.44% | - |
| XYZ | 3.86 | 1.9 | 15.49 | - |
| YUV | 32.64 | 172.79 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 15 | 112 | 0.67 | 0.87 | 0 | 0.56 | 253.61 | 0.76 | 0.25 |
| Hex | 25 | F | 70 | 43 | 57 | 0 | 38 | FE | 4C | 19 |
| Octal | 45 | 17 | 160 | 103 | 127 | 0 | 70 | 376 | 114 | 31 |
| Binary | 100101 | 1111 | 1110000 | 1000011 | 1010111 | 0 | 111000 | 11111110 | 1001100 | 11001 |
Color Harmonies of #250F70
Complementary color
Monochromatic Colors of #250F70
Black with #250F70
Text Example
Text Example
White with #250F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250F70; }
p { color: rgb(37,15,112); }
H1.HeaderClassName
{
color: #250F70;
}
.AnyTagClassName
{
color: #250F70;
}
</style>
background-color css
<style>
a { background-color: #250F70; }
a { background-color: rgb(37,15,112); }
div.DivClassName
{
background-color: #250F70;
}
.BgClassName
{
background-color: #250F70;
}
</style>
border-color css
<style>
span { border-color: #250F70; }
span { border-color: rgb(37,15,112); }
td.TdClassName
{
border-color: #250F70;
}
.TagClassName
{
border-color: #250F70;
}
</style>