Shades of Persian Indigo #311C6F
Tints of Persian Indigo #311C6F
RGB
CMYK
RGB Variations
Color information
#311C6F (or 0x311C6F) is known color: Persian Indigo. HEX triplet: 31, 1C and 6F. RGB value is (49,28,111). Sum of RGB (Red+Green+Blue) = 49+28+111=188 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.06% from 188); Green value is 28 (11.33% from 255 or 14.89% from 188); Blue value is 111 (43.75% from 255 or 59.04% from 188); Max value from RGB is 111 - color contains mainly: blue. Hex color #311C6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311C6F is #CEE390. Grayscale: #2B2B2B. Windows color (decimal): -13558673 or 7281713. OLE color: 7281713.
HSL color Cylindrical-coordinate representation of color #311C6F: hue angle of 255.18º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #311C6F is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 28 | 111 | - |
| CMYK | 0.56 | 0.75 | 0 | 0.56 |
| HSL | 255.18º | 0.6% | 0.27% | - |
| HSV(B) | 255.18º | 0.75% | 0.44% | - |
| XYZ | 4.55 | 2.63 | 15.31 | - |
| YUV | 43.74 | 165.96 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 28 | 111 | 0.56 | 0.75 | 0 | 0.56 | 255.18 | 0.6 | 0.27 |
| Hex | 31 | 1C | 6F | 38 | 4B | 0 | 38 | FF | 3C | 1B |
| Octal | 61 | 34 | 157 | 70 | 113 | 0 | 70 | 377 | 74 | 33 |
| Binary | 110001 | 11100 | 1101111 | 111000 | 1001011 | 0 | 111000 | 11111111 | 111100 | 11011 |
Color Harmonies of #311C6F
Complementary color
Monochromatic Colors of #311C6F
Black with #311C6F
Text Example
Text Example
White with #311C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311C6F; }
p { color: rgb(49,28,111); }
H1.HeaderClassName
{
color: #311C6F;
}
.AnyTagClassName
{
color: #311C6F;
}
</style>
background-color css
<style>
a { background-color: #311C6F; }
a { background-color: rgb(49,28,111); }
div.DivClassName
{
background-color: #311C6F;
}
.BgClassName
{
background-color: #311C6F;
}
</style>
border-color css
<style>
span { border-color: #311C6F; }
span { border-color: rgb(49,28,111); }
td.TdClassName
{
border-color: #311C6F;
}
.TagClassName
{
border-color: #311C6F;
}
</style>