Shades of Persian Indigo #31047F
Tints of Persian Indigo #31047F
RGB
CMYK
RGB Variations
Color information
#31047F (or 0x31047F) is known color: Persian Indigo. HEX triplet: 31, 04 and 7F. RGB value is (49,4,127). Sum of RGB (Red+Green+Blue) = 49+4+127=180 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.22% from 180); Green value is 4 (1.95% from 255 or 2.22% from 180); Blue value is 127 (50% from 255 or 70.56% from 180); Max value from RGB is 127 - color contains mainly: blue. Hex color #31047F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31047F is #CEFB80. Grayscale: #1F1F1F. Windows color (decimal): -13564801 or 8324145. OLE color: 8324145.
HSL color Cylindrical-coordinate representation of color #31047F: hue angle of 261.95º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #31047F is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 49 | 4 | 127 | - |
| CMYK | 0.61 | 0.97 | 0 | 0.50 |
| HSL | 261.95º | 0.94% | 0.26% | - |
| HSV(B) | 261.95º | 0.97% | 0.5% | - |
| XYZ | 5.14 | 2.27 | 20.25 | - |
| YUV | 31.48 | 181.91 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 4 | 127 | 0.61 | 0.97 | 0 | 0.50 | 261.95 | 0.94 | 0.26 |
| Hex | 31 | 4 | 7F | 3D | 61 | 0 | 32 | 106 | 5E | 1A |
| Octal | 61 | 4 | 177 | 75 | 141 | 0 | 62 | 406 | 136 | 32 |
| Binary | 110001 | 100 | 1111111 | 111101 | 1100001 | 0 | 110010 | 100000110 | 1011110 | 11010 |
Color Harmonies of #31047F
Complementary color
Monochromatic Colors of #31047F
Black with #31047F
Text Example
Text Example
White with #31047F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31047F; }
p { color: rgb(49,4,127); }
H1.HeaderClassName
{
color: #31047F;
}
.AnyTagClassName
{
color: #31047F;
}
</style>
background-color css
<style>
a { background-color: #31047F; }
a { background-color: rgb(49,4,127); }
div.DivClassName
{
background-color: #31047F;
}
.BgClassName
{
background-color: #31047F;
}
</style>
border-color css
<style>
span { border-color: #31047F; }
span { border-color: rgb(49,4,127); }
td.TdClassName
{
border-color: #31047F;
}
.TagClassName
{
border-color: #31047F;
}
</style>