Shades of Persian Indigo #250B61
Tints of Persian Indigo #250B61
RGB
CMYK
RGB Variations
Color information
#250B61 (or 0x250B61) is known color: Persian Indigo. HEX triplet: 25, 0B and 61. RGB value is (37,11,97). Sum of RGB (Red+Green+Blue) = 37+11+97=145 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.52% from 145); Green value is 11 (4.69% from 255 or 7.59% from 145); Blue value is 97 (38.28% from 255 or 66.90% from 145); Max value from RGB is 97 - color contains mainly: blue. Hex color #250B61 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250B61 is #DAF49E. Grayscale: #1C1C1C. Windows color (decimal): -14349471 or 6359845. OLE color: 6359845.
HSL color Cylindrical-coordinate representation of color #250B61: hue angle of 258.14º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #250B61 is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 11 | 97 | - |
| CMYK | 0.62 | 0.89 | 0 | 0.62 |
| HSL | 258.14º | 0.8% | 0.21% | - |
| HSV(B) | 258.14º | 0.89% | 0.38% | - |
| XYZ | 3.04 | 1.5 | 11.44 | - |
| YUV | 28.58 | 166.61 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 11 | 97 | 0.62 | 0.89 | 0 | 0.62 | 258.14 | 0.8 | 0.21 |
| Hex | 25 | B | 61 | 3E | 59 | 0 | 3E | 102 | 50 | 15 |
| Octal | 45 | 13 | 141 | 76 | 131 | 0 | 76 | 402 | 120 | 25 |
| Binary | 100101 | 1011 | 1100001 | 111110 | 1011001 | 0 | 111110 | 100000010 | 1010000 | 10101 |
Color Harmonies of #250B61
Complementary color
Monochromatic Colors of #250B61
Black with #250B61
Text Example
Text Example
White with #250B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250B61; }
p { color: rgb(37,11,97); }
H1.HeaderClassName
{
color: #250B61;
}
.AnyTagClassName
{
color: #250B61;
}
</style>
background-color css
<style>
a { background-color: #250B61; }
a { background-color: rgb(37,11,97); }
div.DivClassName
{
background-color: #250B61;
}
.BgClassName
{
background-color: #250B61;
}
</style>
border-color css
<style>
span { border-color: #250B61; }
span { border-color: rgb(37,11,97); }
td.TdClassName
{
border-color: #250B61;
}
.TagClassName
{
border-color: #250B61;
}
</style>