Shades of Persian Indigo #251982
Tints of Persian Indigo #251982
RGB
CMYK
RGB Variations
Color information
#251982 (or 0x251982) is known color: Persian Indigo. HEX triplet: 25, 19 and 82. RGB value is (37,25,130). Sum of RGB (Red+Green+Blue) = 37+25+130=192 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.27% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 130 (51.17% from 255 or 67.71% from 192); Max value from RGB is 130 - color contains mainly: blue. Hex color #251982 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #251982 is #DAE67D. Grayscale: #282828. Windows color (decimal): -14345854 or 8526117. OLE color: 8526117.
HSL color Cylindrical-coordinate representation of color #251982: hue angle of 246.86º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #251982 is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 25 | 130 | - |
| CMYK | 0.72 | 0.81 | 0 | 0.49 |
| HSL | 246.86º | 0.68% | 0.3% | - |
| HSV(B) | 246.86º | 0.81% | 0.51% | - |
| XYZ | 5.14 | 2.7 | 21.37 | - |
| YUV | 40.56 | 178.48 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 25 | 130 | 0.72 | 0.81 | 0 | 0.49 | 246.86 | 0.68 | 0.3 |
| Hex | 25 | 19 | 82 | 48 | 51 | 0 | 31 | F7 | 44 | 1E |
| Octal | 45 | 31 | 202 | 110 | 121 | 0 | 61 | 367 | 104 | 36 |
| Binary | 100101 | 11001 | 10000010 | 1001000 | 1010001 | 0 | 110001 | 11110111 | 1000100 | 11110 |
Color Harmonies of #251982
Complementary color
Monochromatic Colors of #251982
Black with #251982
Text Example
Text Example
White with #251982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251982; }
p { color: rgb(37,25,130); }
H1.HeaderClassName
{
color: #251982;
}
.AnyTagClassName
{
color: #251982;
}
</style>
background-color css
<style>
a { background-color: #251982; }
a { background-color: rgb(37,25,130); }
div.DivClassName
{
background-color: #251982;
}
.BgClassName
{
background-color: #251982;
}
</style>
border-color css
<style>
span { border-color: #251982; }
span { border-color: rgb(37,25,130); }
td.TdClassName
{
border-color: #251982;
}
.TagClassName
{
border-color: #251982;
}
</style>