Shades of Persian Indigo #31017F
Tints of Persian Indigo #31017F
RGB
CMYK
RGB Variations
Color information
#31017F (or 0x31017F) is known color: Persian Indigo. HEX triplet: 31, 01 and 7F. RGB value is (49,1,127). Sum of RGB (Red+Green+Blue) = 49+1+127=177 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.68% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 127 (50% from 255 or 71.75% from 177); Max value from RGB is 127 - color contains mainly: blue. Hex color #31017F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31017F is #CEFE80. Grayscale: #1D1D1D. Windows color (decimal): -13565569 or 8323377. OLE color: 8323377.
HSL color Cylindrical-coordinate representation of color #31017F: hue angle of 262.86º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #31017F is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 49 | 1 | 127 | - |
| CMYK | 0.61 | 0.99 | 0 | 0.50 |
| HSL | 262.86º | 0.98% | 0.25% | - |
| HSV(B) | 262.86º | 0.99% | 0.5% | - |
| XYZ | 5.11 | 2.21 | 20.24 | - |
| YUV | 29.72 | 182.9 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 1 | 127 | 0.61 | 0.99 | 0 | 0.50 | 262.86 | 0.98 | 0.25 |
| Hex | 31 | 1 | 7F | 3D | 63 | 0 | 32 | 107 | 62 | 19 |
| Octal | 61 | 1 | 177 | 75 | 143 | 0 | 62 | 407 | 142 | 31 |
| Binary | 110001 | 1 | 1111111 | 111101 | 1100011 | 0 | 110010 | 100000111 | 1100010 | 11001 |
Color Harmonies of #31017F
Complementary color
Monochromatic Colors of #31017F
Black with #31017F
Text Example
Text Example
White with #31017F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31017F; }
p { color: rgb(49,1,127); }
H1.HeaderClassName
{
color: #31017F;
}
.AnyTagClassName
{
color: #31017F;
}
</style>
background-color css
<style>
a { background-color: #31017F; }
a { background-color: rgb(49,1,127); }
div.DivClassName
{
background-color: #31017F;
}
.BgClassName
{
background-color: #31017F;
}
</style>
border-color css
<style>
span { border-color: #31017F; }
span { border-color: rgb(49,1,127); }
td.TdClassName
{
border-color: #31017F;
}
.TagClassName
{
border-color: #31017F;
}
</style>