Shades of Persian Indigo #31227A
Tints of Persian Indigo #31227A
RGB
CMYK
RGB Variations
Color information
#31227A (or 0x31227A) is known color: Persian Indigo. HEX triplet: 31, 22 and 7A. RGB value is (49,34,122). Sum of RGB (Red+Green+Blue) = 49+34+122=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 34 (13.67% from 255 or 16.59% from 205); Blue value is 122 (48.05% from 255 or 59.51% from 205); Max value from RGB is 122 - color contains mainly: blue. Hex color #31227A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31227A is #CEDD85. Grayscale: #303030. Windows color (decimal): -13557126 or 8004145. OLE color: 8004145.
HSL color Cylindrical-coordinate representation of color #31227A: hue angle of 250.23º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31227A is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 49 | 34 | 122 | - |
| CMYK | 0.60 | 0.72 | 0 | 0.52 |
| HSL | 250.23º | 0.56% | 0.31% | - |
| HSV(B) | 250.23º | 0.72% | 0.48% | - |
| XYZ | 5.35 | 3.2 | 18.75 | - |
| YUV | 48.52 | 169.47 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 34 | 122 | 0.60 | 0.72 | 0 | 0.52 | 250.23 | 0.56 | 0.31 |
| Hex | 31 | 22 | 7A | 3C | 48 | 0 | 34 | FA | 38 | 1F |
| Octal | 61 | 42 | 172 | 74 | 110 | 0 | 64 | 372 | 70 | 37 |
| Binary | 110001 | 100010 | 1111010 | 111100 | 1001000 | 0 | 110100 | 11111010 | 111000 | 11111 |
Color Harmonies of #31227A
Complementary color
Monochromatic Colors of #31227A
Black with #31227A
Text Example
Text Example
White with #31227A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31227A; }
p { color: rgb(49,34,122); }
H1.HeaderClassName
{
color: #31227A;
}
.AnyTagClassName
{
color: #31227A;
}
</style>
background-color css
<style>
a { background-color: #31227A; }
a { background-color: rgb(49,34,122); }
div.DivClassName
{
background-color: #31227A;
}
.BgClassName
{
background-color: #31227A;
}
</style>
border-color css
<style>
span { border-color: #31227A; }
span { border-color: rgb(49,34,122); }
td.TdClassName
{
border-color: #31227A;
}
.TagClassName
{
border-color: #31227A;
}
</style>