Shades of Persian Indigo #310C87
Tints of Persian Indigo #310C87
RGB
CMYK
RGB Variations
Color information
#310C87 (or 0x310C87) is known color: Persian Indigo. HEX triplet: 31, 0C and 87. RGB value is (49,12,135). Sum of RGB (Red+Green+Blue) = 49+12+135=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 12 (5.08% from 255 or 6.12% from 196); Blue value is 135 (53.12% from 255 or 68.88% from 196); Max value from RGB is 135 - color contains mainly: blue. Hex color #310C87 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310C87 is #CEF378. Grayscale: #242424. Windows color (decimal): -13562745 or 8850481. OLE color: 8850481.
HSL color Cylindrical-coordinate representation of color #310C87: hue angle of 258.05º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #310C87 is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 49 | 12 | 135 | - |
| CMYK | 0.64 | 0.91 | 0 | 0.47 |
| HSL | 258.05º | 0.84% | 0.29% | - |
| HSV(B) | 258.05º | 0.91% | 0.53% | - |
| XYZ | 5.77 | 2.67 | 23.13 | - |
| YUV | 37.09 | 183.26 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 12 | 135 | 0.64 | 0.91 | 0 | 0.47 | 258.05 | 0.84 | 0.29 |
| Hex | 31 | C | 87 | 40 | 5B | 0 | 2F | 102 | 54 | 1D |
| Octal | 61 | 14 | 207 | 100 | 133 | 0 | 57 | 402 | 124 | 35 |
| Binary | 110001 | 1100 | 10000111 | 1000000 | 1011011 | 0 | 101111 | 100000010 | 1010100 | 11101 |
Color Harmonies of #310C87
Complementary color
Monochromatic Colors of #310C87
Black with #310C87
Text Example
Text Example
White with #310C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310C87; }
p { color: rgb(49,12,135); }
H1.HeaderClassName
{
color: #310C87;
}
.AnyTagClassName
{
color: #310C87;
}
</style>
background-color css
<style>
a { background-color: #310C87; }
a { background-color: rgb(49,12,135); }
div.DivClassName
{
background-color: #310C87;
}
.BgClassName
{
background-color: #310C87;
}
</style>
border-color css
<style>
span { border-color: #310C87; }
span { border-color: rgb(49,12,135); }
td.TdClassName
{
border-color: #310C87;
}
.TagClassName
{
border-color: #310C87;
}
</style>