Shades of Persian Indigo #250B68
Tints of Persian Indigo #250B68
RGB
CMYK
RGB Variations
Color information
#250B68 (or 0x250B68) is known color: Persian Indigo. HEX triplet: 25, 0B and 68. RGB value is (37,11,104). Sum of RGB (Red+Green+Blue) = 37+11+104=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 11 (4.69% from 255 or 7.24% from 152); Blue value is 104 (41.02% from 255 or 68.42% from 152); Max value from RGB is 104 - color contains mainly: blue. Hex color #250B68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250B68 is #DAF497. Grayscale: #1D1D1D. Windows color (decimal): -14349464 or 6818597. OLE color: 6818597.
HSL color Cylindrical-coordinate representation of color #250B68: hue angle of 256.77º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #250B68 is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 37 | 11 | 104 | - |
| CMYK | 0.64 | 0.89 | 0 | 0.59 |
| HSL | 256.77º | 0.81% | 0.23% | - |
| HSV(B) | 256.77º | 0.89% | 0.41% | - |
| XYZ | 3.38 | 1.63 | 13.23 | - |
| YUV | 29.38 | 170.11 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 11 | 104 | 0.64 | 0.89 | 0 | 0.59 | 256.77 | 0.81 | 0.23 |
| Hex | 25 | B | 68 | 40 | 59 | 0 | 3B | 101 | 51 | 17 |
| Octal | 45 | 13 | 150 | 100 | 131 | 0 | 73 | 401 | 121 | 27 |
| Binary | 100101 | 1011 | 1101000 | 1000000 | 1011001 | 0 | 111011 | 100000001 | 1010001 | 10111 |
Color Harmonies of #250B68
Complementary color
Monochromatic Colors of #250B68
Black with #250B68
Text Example
Text Example
White with #250B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250B68; }
p { color: rgb(37,11,104); }
H1.HeaderClassName
{
color: #250B68;
}
.AnyTagClassName
{
color: #250B68;
}
</style>
background-color css
<style>
a { background-color: #250B68; }
a { background-color: rgb(37,11,104); }
div.DivClassName
{
background-color: #250B68;
}
.BgClassName
{
background-color: #250B68;
}
</style>
border-color css
<style>
span { border-color: #250B68; }
span { border-color: rgb(37,11,104); }
td.TdClassName
{
border-color: #250B68;
}
.TagClassName
{
border-color: #250B68;
}
</style>