Shades of Persian Indigo #250A70
Tints of Persian Indigo #250A70
RGB
CMYK
RGB Variations
Color information
#250A70 (or 0x250A70) is known color: Persian Indigo. HEX triplet: 25, 0A and 70. RGB value is (37,10,112). Sum of RGB (Red+Green+Blue) = 37+10+112=159 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.27% from 159); Green value is 10 (4.30% from 255 or 6.29% from 159); Blue value is 112 (44.14% from 255 or 70.44% from 159); Max value from RGB is 112 - color contains mainly: blue. Hex color #250A70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250A70 is #DAF58F. Grayscale: #1D1D1D. Windows color (decimal): -14349712 or 7342629. OLE color: 7342629.
HSL color Cylindrical-coordinate representation of color #250A70: hue angle of 255.88º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #250A70 is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 10 | 112 | - |
| CMYK | 0.67 | 0.91 | 0 | 0.56 |
| HSL | 255.88º | 0.84% | 0.24% | - |
| HSV(B) | 255.88º | 0.91% | 0.44% | - |
| XYZ | 3.8 | 1.78 | 15.47 | - |
| YUV | 29.7 | 174.45 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 10 | 112 | 0.67 | 0.91 | 0 | 0.56 | 255.88 | 0.84 | 0.24 |
| Hex | 25 | A | 70 | 43 | 5B | 0 | 38 | 100 | 54 | 18 |
| Octal | 45 | 12 | 160 | 103 | 133 | 0 | 70 | 400 | 124 | 30 |
| Binary | 100101 | 1010 | 1110000 | 1000011 | 1011011 | 0 | 111000 | 100000000 | 1010100 | 11000 |
Color Harmonies of #250A70
Complementary color
Monochromatic Colors of #250A70
Black with #250A70
Text Example
Text Example
White with #250A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250A70; }
p { color: rgb(37,10,112); }
H1.HeaderClassName
{
color: #250A70;
}
.AnyTagClassName
{
color: #250A70;
}
</style>
background-color css
<style>
a { background-color: #250A70; }
a { background-color: rgb(37,10,112); }
div.DivClassName
{
background-color: #250A70;
}
.BgClassName
{
background-color: #250A70;
}
</style>
border-color css
<style>
span { border-color: #250A70; }
span { border-color: rgb(37,10,112); }
td.TdClassName
{
border-color: #250A70;
}
.TagClassName
{
border-color: #250A70;
}
</style>