Shades of Persian Indigo #250083
Tints of Persian Indigo #250083
RGB
CMYK
RGB Variations
Color information
#250083 (or 0x250083) is known color: Persian Indigo. HEX triplet: 25, 00 and 83. RGB value is (37,0,131). Sum of RGB (Red+Green+Blue) = 37+0+131=168 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.02% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 131 (51.56% from 255 or 77.98% from 168); Max value from RGB is 131 - color contains mainly: blue. Hex color #250083 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250083 is #DAFF7C. Grayscale: #191919. Windows color (decimal): -14352253 or 8585253. OLE color: 8585253.
HSL color Cylindrical-coordinate representation of color #250083: hue angle of 256.95º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #250083 is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 0 | 131 | - |
| CMYK | 0.72 | 1 | 0 | 0.49 |
| HSL | 256.95º | 1% | 0.26% | - |
| HSV(B) | 256.95º | 1% | 0.51% | - |
| XYZ | 4.86 | 2.03 | 21.61 | - |
| YUV | 26 | 187.26 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 0 | 131 | 0.72 | 1 | 0 | 0.49 | 256.95 | 1 | 0.26 |
| Hex | 25 | 0 | 83 | 48 | 64 | 0 | 31 | 101 | 64 | 1A |
| Octal | 45 | 0 | 203 | 110 | 144 | 0 | 61 | 401 | 144 | 32 |
| Binary | 100101 | 0 | 10000011 | 1001000 | 1100100 | 0 | 110001 | 100000001 | 1100100 | 11010 |
Color Harmonies of #250083
Complementary color
Monochromatic Colors of #250083
Black with #250083
Text Example
Text Example
White with #250083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250083; }
p { color: rgb(37,0,131); }
H1.HeaderClassName
{
color: #250083;
}
.AnyTagClassName
{
color: #250083;
}
</style>
background-color css
<style>
a { background-color: #250083; }
a { background-color: rgb(37,0,131); }
div.DivClassName
{
background-color: #250083;
}
.BgClassName
{
background-color: #250083;
}
</style>
border-color css
<style>
span { border-color: #250083; }
span { border-color: rgb(37,0,131); }
td.TdClassName
{
border-color: #250083;
}
.TagClassName
{
border-color: #250083;
}
</style>