Shades of Persian Indigo #311C82
Tints of Persian Indigo #311C82
RGB
CMYK
RGB Variations
Color information
#311C82 (or 0x311C82) is known color: Persian Indigo. HEX triplet: 31, 1C and 82. RGB value is (49,28,130). Sum of RGB (Red+Green+Blue) = 49+28+130=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 28 (11.33% from 255 or 13.53% from 207); Blue value is 130 (51.17% from 255 or 62.80% from 207); Max value from RGB is 130 - color contains mainly: blue. Hex color #311C82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #311C82 is #CEE37D. Grayscale: #2D2D2D. Windows color (decimal): -13558654 or 8526897. OLE color: 8526897.
HSL color Cylindrical-coordinate representation of color #311C82: hue angle of 252.35º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #311C82 is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 49 | 28 | 130 | - |
| CMYK | 0.62 | 0.78 | 0 | 0.49 |
| HSL | 252.35º | 0.65% | 0.31% | - |
| HSV(B) | 252.35º | 0.78% | 0.51% | - |
| XYZ | 5.71 | 3.1 | 21.42 | - |
| YUV | 45.91 | 175.46 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 28 | 130 | 0.62 | 0.78 | 0 | 0.49 | 252.35 | 0.65 | 0.31 |
| Hex | 31 | 1C | 82 | 3E | 4E | 0 | 31 | FC | 41 | 1F |
| Octal | 61 | 34 | 202 | 76 | 116 | 0 | 61 | 374 | 101 | 37 |
| Binary | 110001 | 11100 | 10000010 | 111110 | 1001110 | 0 | 110001 | 11111100 | 1000001 | 11111 |
Color Harmonies of #311C82
Complementary color
Monochromatic Colors of #311C82
Black with #311C82
Text Example
Text Example
White with #311C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311C82; }
p { color: rgb(49,28,130); }
H1.HeaderClassName
{
color: #311C82;
}
.AnyTagClassName
{
color: #311C82;
}
</style>
background-color css
<style>
a { background-color: #311C82; }
a { background-color: rgb(49,28,130); }
div.DivClassName
{
background-color: #311C82;
}
.BgClassName
{
background-color: #311C82;
}
</style>
border-color css
<style>
span { border-color: #311C82; }
span { border-color: rgb(49,28,130); }
td.TdClassName
{
border-color: #311C82;
}
.TagClassName
{
border-color: #311C82;
}
</style>