Shades of Persian Indigo #250182
Tints of Persian Indigo #250182
RGB
CMYK
RGB Variations
Color information
#250182 (or 0x250182) is known color: Persian Indigo. HEX triplet: 25, 01 and 82. RGB value is (37,1,130). Sum of RGB (Red+Green+Blue) = 37+1+130=168 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.02% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 130 (51.17% from 255 or 77.38% from 168); Max value from RGB is 130 - color contains mainly: blue. Hex color #250182 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250182 is #DAFE7D. Grayscale: #191919. Windows color (decimal): -14351998 or 8519973. OLE color: 8519973.
HSL color Cylindrical-coordinate representation of color #250182: hue angle of 256.74º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #250182 is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 1 | 130 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.49 |
| HSL | 256.74º | 0.98% | 0.26% | - |
| HSV(B) | 256.74º | 0.99% | 0.51% | - |
| XYZ | 4.8 | 2.03 | 21.26 | - |
| YUV | 26.47 | 186.43 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 1 | 130 | 0.72 | 0.99 | 0 | 0.49 | 256.74 | 0.98 | 0.26 |
| Hex | 25 | 1 | 82 | 48 | 63 | 0 | 31 | 101 | 62 | 1A |
| Octal | 45 | 1 | 202 | 110 | 143 | 0 | 61 | 401 | 142 | 32 |
| Binary | 100101 | 1 | 10000010 | 1001000 | 1100011 | 0 | 110001 | 100000001 | 1100010 | 11010 |
Color Harmonies of #250182
Complementary color
Monochromatic Colors of #250182
Black with #250182
Text Example
Text Example
White with #250182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250182; }
p { color: rgb(37,1,130); }
H1.HeaderClassName
{
color: #250182;
}
.AnyTagClassName
{
color: #250182;
}
</style>
background-color css
<style>
a { background-color: #250182; }
a { background-color: rgb(37,1,130); }
div.DivClassName
{
background-color: #250182;
}
.BgClassName
{
background-color: #250182;
}
</style>
border-color css
<style>
span { border-color: #250182; }
span { border-color: rgb(37,1,130); }
td.TdClassName
{
border-color: #250182;
}
.TagClassName
{
border-color: #250182;
}
</style>