Shades of Persian Indigo #311D9C
Tints of Persian Indigo #311D9C
RGB
CMYK
RGB Variations
Color information
#311D9C (or 0x311D9C) is known color: Persian Indigo. HEX triplet: 31, 1D and 9C. RGB value is (49,29,156). Sum of RGB (Red+Green+Blue) = 49+29+156=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 29 (11.72% from 255 or 12.39% from 234); Blue value is 156 (61.33% from 255 or 66.67% from 234); Max value from RGB is 156 - color contains mainly: blue. Hex color #311D9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #311D9C is #CEE263. Grayscale: #303030. Windows color (decimal): -13558372 or 10231089. OLE color: 10231089.
HSL color Cylindrical-coordinate representation of color #311D9C: hue angle of 249.45º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #311D9C is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 29 | 156 | - |
| CMYK | 0.69 | 0.81 | 0 | 0.39 |
| HSL | 249.45º | 0.69% | 0.36% | - |
| HSV(B) | 249.45º | 0.81% | 0.61% | - |
| XYZ | 7.71 | 3.93 | 31.81 | - |
| YUV | 49.46 | 188.13 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 29 | 156 | 0.69 | 0.81 | 0 | 0.39 | 249.45 | 0.69 | 0.36 |
| Hex | 31 | 1D | 9C | 45 | 51 | 0 | 27 | F9 | 45 | 24 |
| Octal | 61 | 35 | 234 | 105 | 121 | 0 | 47 | 371 | 105 | 44 |
| Binary | 110001 | 11101 | 10011100 | 1000101 | 1010001 | 0 | 100111 | 11111001 | 1000101 | 100100 |
Color Harmonies of #311D9C
Complementary color
Monochromatic Colors of #311D9C
Black with #311D9C
Text Example
Text Example
White with #311D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311D9C; }
p { color: rgb(49,29,156); }
H1.HeaderClassName
{
color: #311D9C;
}
.AnyTagClassName
{
color: #311D9C;
}
</style>
background-color css
<style>
a { background-color: #311D9C; }
a { background-color: rgb(49,29,156); }
div.DivClassName
{
background-color: #311D9C;
}
.BgClassName
{
background-color: #311D9C;
}
</style>
border-color css
<style>
span { border-color: #311D9C; }
span { border-color: rgb(49,29,156); }
td.TdClassName
{
border-color: #311D9C;
}
.TagClassName
{
border-color: #311D9C;
}
</style>