Shades of Persian Indigo #31267C
Tints of Persian Indigo #31267C
RGB
CMYK
RGB Variations
Color information
#31267C (or 0x31267C) is known color: Persian Indigo. HEX triplet: 31, 26 and 7C. RGB value is (49,38,124). Sum of RGB (Red+Green+Blue) = 49+38+124=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 124 (48.83% from 255 or 58.77% from 211); Max value from RGB is 124 - color contains mainly: blue. Hex color #31267C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31267C is #CED983. Grayscale: #323232. Windows color (decimal): -13556100 or 8136241. OLE color: 8136241.
HSL color Cylindrical-coordinate representation of color #31267C: hue angle of 247.67º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31267C is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 49 | 38 | 124 | - |
| CMYK | 0.60 | 0.69 | 0 | 0.51 |
| HSL | 247.67º | 0.53% | 0.32% | - |
| HSV(B) | 247.67º | 0.69% | 0.49% | - |
| XYZ | 5.6 | 3.49 | 19.45 | - |
| YUV | 51.09 | 169.14 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 38 | 124 | 0.60 | 0.69 | 0 | 0.51 | 247.67 | 0.53 | 0.32 |
| Hex | 31 | 26 | 7C | 3C | 45 | 0 | 33 | F8 | 35 | 20 |
| Octal | 61 | 46 | 174 | 74 | 105 | 0 | 63 | 370 | 65 | 40 |
| Binary | 110001 | 100110 | 1111100 | 111100 | 1000101 | 0 | 110011 | 11111000 | 110101 | 100000 |
Color Harmonies of #31267C
Complementary color
Monochromatic Colors of #31267C
Black with #31267C
Text Example
Text Example
White with #31267C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31267C; }
p { color: rgb(49,38,124); }
H1.HeaderClassName
{
color: #31267C;
}
.AnyTagClassName
{
color: #31267C;
}
</style>
background-color css
<style>
a { background-color: #31267C; }
a { background-color: rgb(49,38,124); }
div.DivClassName
{
background-color: #31267C;
}
.BgClassName
{
background-color: #31267C;
}
</style>
border-color css
<style>
span { border-color: #31267C; }
span { border-color: rgb(49,38,124); }
td.TdClassName
{
border-color: #31267C;
}
.TagClassName
{
border-color: #31267C;
}
</style>