Shades of Persian Indigo #310C8B
Tints of Persian Indigo #310C8B
RGB
CMYK
RGB Variations
Color information
#310C8B (or 0x310C8B) is known color: Persian Indigo. HEX triplet: 31, 0C and 8B. RGB value is (49,12,139). Sum of RGB (Red+Green+Blue) = 49+12+139=200 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.5% from 200); Green value is 12 (5.08% from 255 or 6% from 200); Blue value is 139 (54.69% from 255 or 69.5% from 200); Max value from RGB is 139 - color contains mainly: blue. Hex color #310C8B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310C8B is #CEF374. Grayscale: #252525. Windows color (decimal): -13562741 or 9112625. OLE color: 9112625.
HSL color Cylindrical-coordinate representation of color #310C8B: hue angle of 257.48º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #310C8B is Cyan = 0.65, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 49 | 12 | 139 | - |
| CMYK | 0.65 | 0.91 | 0 | 0.45 |
| HSL | 257.48º | 0.84% | 0.3% | - |
| HSV(B) | 257.48º | 0.91% | 0.55% | - |
| XYZ | 6.06 | 2.78 | 24.64 | - |
| YUV | 37.54 | 185.26 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 12 | 139 | 0.65 | 0.91 | 0 | 0.45 | 257.48 | 0.84 | 0.3 |
| Hex | 31 | C | 8B | 41 | 5B | 0 | 2D | 101 | 54 | 1E |
| Octal | 61 | 14 | 213 | 101 | 133 | 0 | 55 | 401 | 124 | 36 |
| Binary | 110001 | 1100 | 10001011 | 1000001 | 1011011 | 0 | 101101 | 100000001 | 1010100 | 11110 |
Color Harmonies of #310C8B
Complementary color
Monochromatic Colors of #310C8B
Black with #310C8B
Text Example
Text Example
White with #310C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310C8B; }
p { color: rgb(49,12,139); }
H1.HeaderClassName
{
color: #310C8B;
}
.AnyTagClassName
{
color: #310C8B;
}
</style>
background-color css
<style>
a { background-color: #310C8B; }
a { background-color: rgb(49,12,139); }
div.DivClassName
{
background-color: #310C8B;
}
.BgClassName
{
background-color: #310C8B;
}
</style>
border-color css
<style>
span { border-color: #310C8B; }
span { border-color: rgb(49,12,139); }
td.TdClassName
{
border-color: #310C8B;
}
.TagClassName
{
border-color: #310C8B;
}
</style>