Shades of Persian Indigo #31086C
Tints of Persian Indigo #31086C
RGB
CMYK
RGB Variations
Color information
#31086C (or 0x31086C) is known color: Persian Indigo. HEX triplet: 31, 08 and 6C. RGB value is (49,8,108). Sum of RGB (Red+Green+Blue) = 49+8+108=165 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.70% from 165); Green value is 8 (3.52% from 255 or 4.85% from 165); Blue value is 108 (42.58% from 255 or 65.45% from 165); Max value from RGB is 108 - color contains mainly: blue. Hex color #31086C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31086C is #CEF793. Grayscale: #1F1F1F. Windows color (decimal): -13563796 or 7079985. OLE color: 7079985.
HSL color Cylindrical-coordinate representation of color #31086C: hue angle of 264.6º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #31086C is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 49 | 8 | 108 | - |
| CMYK | 0.55 | 0.93 | 0 | 0.58 |
| HSL | 264.6º | 0.86% | 0.23% | - |
| HSV(B) | 264.6º | 0.93% | 0.42% | - |
| XYZ | 4.06 | 1.91 | 14.34 | - |
| YUV | 31.66 | 171.08 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 8 | 108 | 0.55 | 0.93 | 0 | 0.58 | 264.6 | 0.86 | 0.23 |
| Hex | 31 | 8 | 6C | 37 | 5D | 0 | 3A | 109 | 56 | 17 |
| Octal | 61 | 10 | 154 | 67 | 135 | 0 | 72 | 411 | 126 | 27 |
| Binary | 110001 | 1000 | 1101100 | 110111 | 1011101 | 0 | 111010 | 100001001 | 1010110 | 10111 |
Color Harmonies of #31086C
Complementary color
Monochromatic Colors of #31086C
Black with #31086C
Text Example
Text Example
White with #31086C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31086C; }
p { color: rgb(49,8,108); }
H1.HeaderClassName
{
color: #31086C;
}
.AnyTagClassName
{
color: #31086C;
}
</style>
background-color css
<style>
a { background-color: #31086C; }
a { background-color: rgb(49,8,108); }
div.DivClassName
{
background-color: #31086C;
}
.BgClassName
{
background-color: #31086C;
}
</style>
border-color css
<style>
span { border-color: #31086C; }
span { border-color: rgb(49,8,108); }
td.TdClassName
{
border-color: #31086C;
}
.TagClassName
{
border-color: #31086C;
}
</style>