Shades of Persian Indigo #251882
Tints of Persian Indigo #251882
RGB
CMYK
RGB Variations
Color information
#251882 (or 0x251882) is known color: Persian Indigo. HEX triplet: 25, 18 and 82. RGB value is (37,24,130). Sum of RGB (Red+Green+Blue) = 37+24+130=191 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.37% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 130 (51.17% from 255 or 68.06% from 191); Max value from RGB is 130 - color contains mainly: blue. Hex color #251882 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #251882 is #DAE77D. Grayscale: #272727. Windows color (decimal): -14346110 or 8525861. OLE color: 8525861.
HSL color Cylindrical-coordinate representation of color #251882: hue angle of 247.36º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #251882 is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 24 | 130 | - |
| CMYK | 0.72 | 0.82 | 0 | 0.49 |
| HSL | 247.36º | 0.69% | 0.3% | - |
| HSV(B) | 247.36º | 0.82% | 0.51% | - |
| XYZ | 5.12 | 2.66 | 21.36 | - |
| YUV | 39.97 | 178.81 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 24 | 130 | 0.72 | 0.82 | 0 | 0.49 | 247.36 | 0.69 | 0.3 |
| Hex | 25 | 18 | 82 | 48 | 52 | 0 | 31 | F7 | 45 | 1E |
| Octal | 45 | 30 | 202 | 110 | 122 | 0 | 61 | 367 | 105 | 36 |
| Binary | 100101 | 11000 | 10000010 | 1001000 | 1010010 | 0 | 110001 | 11110111 | 1000101 | 11110 |
Color Harmonies of #251882
Complementary color
Monochromatic Colors of #251882
Black with #251882
Text Example
Text Example
White with #251882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251882; }
p { color: rgb(37,24,130); }
H1.HeaderClassName
{
color: #251882;
}
.AnyTagClassName
{
color: #251882;
}
</style>
background-color css
<style>
a { background-color: #251882; }
a { background-color: rgb(37,24,130); }
div.DivClassName
{
background-color: #251882;
}
.BgClassName
{
background-color: #251882;
}
</style>
border-color css
<style>
span { border-color: #251882; }
span { border-color: rgb(37,24,130); }
td.TdClassName
{
border-color: #251882;
}
.TagClassName
{
border-color: #251882;
}
</style>