Shades of Persian Indigo #250B62
Tints of Persian Indigo #250B62
RGB
CMYK
RGB Variations
Color information
#250B62 (or 0x250B62) is known color: Persian Indigo. HEX triplet: 25, 0B and 62. RGB value is (37,11,98). Sum of RGB (Red+Green+Blue) = 37+11+98=146 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.34% from 146); Green value is 11 (4.69% from 255 or 7.53% from 146); Blue value is 98 (38.67% from 255 or 67.12% from 146); Max value from RGB is 98 - color contains mainly: blue. Hex color #250B62 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250B62 is #DAF49D. Grayscale: #1C1C1C. Windows color (decimal): -14349470 or 6425381. OLE color: 6425381.
HSL color Cylindrical-coordinate representation of color #250B62: hue angle of 257.93º 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 #250B62 is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 11 | 98 | - |
| CMYK | 0.62 | 0.89 | 0 | 0.62 |
| HSL | 257.93º | 0.8% | 0.21% | - |
| HSV(B) | 257.93º | 0.89% | 0.38% | - |
| XYZ | 3.09 | 1.51 | 11.68 | - |
| YUV | 28.69 | 167.11 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 11 | 98 | 0.62 | 0.89 | 0 | 0.62 | 257.93 | 0.8 | 0.21 |
| Hex | 25 | B | 62 | 3E | 59 | 0 | 3E | 102 | 50 | 15 |
| Octal | 45 | 13 | 142 | 76 | 131 | 0 | 76 | 402 | 120 | 25 |
| Binary | 100101 | 1011 | 1100010 | 111110 | 1011001 | 0 | 111110 | 100000010 | 1010000 | 10101 |
Color Harmonies of #250B62
Complementary color
Monochromatic Colors of #250B62
Black with #250B62
Text Example
Text Example
White with #250B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250B62; }
p { color: rgb(37,11,98); }
H1.HeaderClassName
{
color: #250B62;
}
.AnyTagClassName
{
color: #250B62;
}
</style>
background-color css
<style>
a { background-color: #250B62; }
a { background-color: rgb(37,11,98); }
div.DivClassName
{
background-color: #250B62;
}
.BgClassName
{
background-color: #250B62;
}
</style>
border-color css
<style>
span { border-color: #250B62; }
span { border-color: rgb(37,11,98); }
td.TdClassName
{
border-color: #250B62;
}
.TagClassName
{
border-color: #250B62;
}
</style>