Shades of Persian Indigo #31258A
Tints of Persian Indigo #31258A
RGB
CMYK
RGB Variations
Color information
#31258A (or 0x31258A) is known color: Persian Indigo. HEX triplet: 31, 25 and 8A. RGB value is (49,37,138). Sum of RGB (Red+Green+Blue) = 49+37+138=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 37 (14.84% from 255 or 16.52% from 224); Blue value is 138 (54.30% from 255 or 61.61% from 224); Max value from RGB is 138 - color contains mainly: blue. Hex color #31258A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31258A is #CEDA75. Grayscale: #333333. Windows color (decimal): -13556342 or 9053489. OLE color: 9053489.
HSL color Cylindrical-coordinate representation of color #31258A: hue angle of 247.13º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31258A is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 49 | 37 | 138 | - |
| CMYK | 0.64 | 0.73 | 0 | 0.46 |
| HSL | 247.13º | 0.58% | 0.34% | - |
| HSV(B) | 247.13º | 0.73% | 0.54% | - |
| XYZ | 6.52 | 3.81 | 24.44 | - |
| YUV | 52.1 | 176.48 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 37 | 138 | 0.64 | 0.73 | 0 | 0.46 | 247.13 | 0.58 | 0.34 |
| Hex | 31 | 25 | 8A | 40 | 49 | 0 | 2E | F7 | 3A | 22 |
| Octal | 61 | 45 | 212 | 100 | 111 | 0 | 56 | 367 | 72 | 42 |
| Binary | 110001 | 100101 | 10001010 | 1000000 | 1001001 | 0 | 101110 | 11110111 | 111010 | 100010 |
Color Harmonies of #31258A
Complementary color
Monochromatic Colors of #31258A
Black with #31258A
Text Example
Text Example
White with #31258A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31258A; }
p { color: rgb(49,37,138); }
H1.HeaderClassName
{
color: #31258A;
}
.AnyTagClassName
{
color: #31258A;
}
</style>
background-color css
<style>
a { background-color: #31258A; }
a { background-color: rgb(49,37,138); }
div.DivClassName
{
background-color: #31258A;
}
.BgClassName
{
background-color: #31258A;
}
</style>
border-color css
<style>
span { border-color: #31258A; }
span { border-color: rgb(49,37,138); }
td.TdClassName
{
border-color: #31258A;
}
.TagClassName
{
border-color: #31258A;
}
</style>