Shades of Persian Indigo #250B72
Tints of Persian Indigo #250B72
RGB
CMYK
RGB Variations
Color information
#250B72 (or 0x250B72) is known color: Persian Indigo. HEX triplet: 25, 0B and 72. RGB value is (37,11,114). Sum of RGB (Red+Green+Blue) = 37+11+114=162 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.84% from 162); Green value is 11 (4.69% from 255 or 6.79% from 162); Blue value is 114 (44.92% from 255 or 70.37% from 162); Max value from RGB is 114 - color contains mainly: blue. Hex color #250B72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250B72 is #DAF48D. Grayscale: #1E1E1E. Windows color (decimal): -14349454 or 7473957. OLE color: 7473957.
HSL color Cylindrical-coordinate representation of color #250B72: hue angle of 255.15º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #250B72 is Cyan = 0.68, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 37 | 11 | 114 | - |
| CMYK | 0.68 | 0.90 | 0 | 0.55 |
| HSL | 255.15º | 0.82% | 0.25% | - |
| HSV(B) | 255.15º | 0.9% | 0.45% | - |
| XYZ | 3.92 | 1.85 | 16.07 | - |
| YUV | 30.52 | 175.11 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 11 | 114 | 0.68 | 0.90 | 0 | 0.55 | 255.15 | 0.82 | 0.25 |
| Hex | 25 | B | 72 | 44 | 5A | 0 | 37 | FF | 52 | 19 |
| Octal | 45 | 13 | 162 | 104 | 132 | 0 | 67 | 377 | 122 | 31 |
| Binary | 100101 | 1011 | 1110010 | 1000100 | 1011010 | 0 | 110111 | 11111111 | 1010010 | 11001 |
Color Harmonies of #250B72
Complementary color
Monochromatic Colors of #250B72
Black with #250B72
Text Example
Text Example
White with #250B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250B72; }
p { color: rgb(37,11,114); }
H1.HeaderClassName
{
color: #250B72;
}
.AnyTagClassName
{
color: #250B72;
}
</style>
background-color css
<style>
a { background-color: #250B72; }
a { background-color: rgb(37,11,114); }
div.DivClassName
{
background-color: #250B72;
}
.BgClassName
{
background-color: #250B72;
}
</style>
border-color css
<style>
span { border-color: #250B72; }
span { border-color: rgb(37,11,114); }
td.TdClassName
{
border-color: #250B72;
}
.TagClassName
{
border-color: #250B72;
}
</style>