Shades of Persian Indigo #31057F
Tints of Persian Indigo #31057F
RGB
CMYK
RGB Variations
Color information
#31057F (or 0x31057F) is known color: Persian Indigo. HEX triplet: 31, 05 and 7F. RGB value is (49,5,127). Sum of RGB (Red+Green+Blue) = 49+5+127=181 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.07% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 127 (50% from 255 or 70.17% from 181); Max value from RGB is 127 - color contains mainly: blue. Hex color #31057F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31057F is #CEFA80. Grayscale: #1F1F1F. Windows color (decimal): -13564545 or 8324401. OLE color: 8324401.
HSL color Cylindrical-coordinate representation of color #31057F: hue angle of 261.64º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #31057F is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 49 | 5 | 127 | - |
| CMYK | 0.61 | 0.96 | 0 | 0.50 |
| HSL | 261.64º | 0.92% | 0.26% | - |
| HSV(B) | 261.64º | 0.96% | 0.5% | - |
| XYZ | 5.15 | 2.29 | 20.25 | - |
| YUV | 32.06 | 181.58 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 5 | 127 | 0.61 | 0.96 | 0 | 0.50 | 261.64 | 0.92 | 0.26 |
| Hex | 31 | 5 | 7F | 3D | 60 | 0 | 32 | 106 | 5C | 1A |
| Octal | 61 | 5 | 177 | 75 | 140 | 0 | 62 | 406 | 134 | 32 |
| Binary | 110001 | 101 | 1111111 | 111101 | 1100000 | 0 | 110010 | 100000110 | 1011100 | 11010 |
Color Harmonies of #31057F
Complementary color
Monochromatic Colors of #31057F
Black with #31057F
Text Example
Text Example
White with #31057F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31057F; }
p { color: rgb(49,5,127); }
H1.HeaderClassName
{
color: #31057F;
}
.AnyTagClassName
{
color: #31057F;
}
</style>
background-color css
<style>
a { background-color: #31057F; }
a { background-color: rgb(49,5,127); }
div.DivClassName
{
background-color: #31057F;
}
.BgClassName
{
background-color: #31057F;
}
</style>
border-color css
<style>
span { border-color: #31057F; }
span { border-color: rgb(49,5,127); }
td.TdClassName
{
border-color: #31057F;
}
.TagClassName
{
border-color: #31057F;
}
</style>