Shades of Persian Indigo #250B7B
Tints of Persian Indigo #250B7B
RGB
CMYK
RGB Variations
Color information
#250B7B (or 0x250B7B) is known color: Persian Indigo. HEX triplet: 25, 0B and 7B. RGB value is (37,11,123). Sum of RGB (Red+Green+Blue) = 37+11+123=171 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.64% from 171); Green value is 11 (4.69% from 255 or 6.43% from 171); Blue value is 123 (48.44% from 255 or 71.93% from 171); Max value from RGB is 123 - color contains mainly: blue. Hex color #250B7B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250B7B is #DAF484. Grayscale: #1F1F1F. Windows color (decimal): -14349445 or 8063781. OLE color: 8063781.
HSL color Cylindrical-coordinate representation of color #250B7B: hue angle of 253.93º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #250B7B is Cyan = 0.70, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 37 | 11 | 123 | - |
| CMYK | 0.70 | 0.91 | 0 | 0.52 |
| HSL | 253.93º | 0.84% | 0.26% | - |
| HSV(B) | 253.93º | 0.91% | 0.48% | - |
| XYZ | 4.46 | 2.06 | 18.9 | - |
| YUV | 31.54 | 179.61 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 11 | 123 | 0.70 | 0.91 | 0 | 0.52 | 253.93 | 0.84 | 0.26 |
| Hex | 25 | B | 7B | 46 | 5B | 0 | 34 | FE | 54 | 1A |
| Octal | 45 | 13 | 173 | 106 | 133 | 0 | 64 | 376 | 124 | 32 |
| Binary | 100101 | 1011 | 1111011 | 1000110 | 1011011 | 0 | 110100 | 11111110 | 1010100 | 11010 |
Color Harmonies of #250B7B
Complementary color
Monochromatic Colors of #250B7B
Black with #250B7B
Text Example
Text Example
White with #250B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250B7B; }
p { color: rgb(37,11,123); }
H1.HeaderClassName
{
color: #250B7B;
}
.AnyTagClassName
{
color: #250B7B;
}
</style>
background-color css
<style>
a { background-color: #250B7B; }
a { background-color: rgb(37,11,123); }
div.DivClassName
{
background-color: #250B7B;
}
.BgClassName
{
background-color: #250B7B;
}
</style>
border-color css
<style>
span { border-color: #250B7B; }
span { border-color: rgb(37,11,123); }
td.TdClassName
{
border-color: #250B7B;
}
.TagClassName
{
border-color: #250B7B;
}
</style>