Shades of Persian Indigo #310C7D
Tints of Persian Indigo #310C7D
RGB
CMYK
RGB Variations
Color information
#310C7D (or 0x310C7D) is known color: Persian Indigo. HEX triplet: 31, 0C and 7D. RGB value is (49,12,125). Sum of RGB (Red+Green+Blue) = 49+12+125=186 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.34% from 186); Green value is 12 (5.08% from 255 or 6.45% from 186); Blue value is 125 (49.22% from 255 or 67.20% from 186); Max value from RGB is 125 - color contains mainly: blue. Hex color #310C7D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310C7D is #CEF382. Grayscale: #232323. Windows color (decimal): -13562755 or 8195121. OLE color: 8195121.
HSL color Cylindrical-coordinate representation of color #310C7D: hue angle of 259.65º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #310C7D is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 49 | 12 | 125 | - |
| CMYK | 0.61 | 0.90 | 0 | 0.51 |
| HSL | 259.65º | 0.82% | 0.27% | - |
| HSV(B) | 259.65º | 0.9% | 0.49% | - |
| XYZ | 5.1 | 2.4 | 19.6 | - |
| YUV | 35.95 | 178.26 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 12 | 125 | 0.61 | 0.90 | 0 | 0.51 | 259.65 | 0.82 | 0.27 |
| Hex | 31 | C | 7D | 3D | 5A | 0 | 33 | 104 | 52 | 1B |
| Octal | 61 | 14 | 175 | 75 | 132 | 0 | 63 | 404 | 122 | 33 |
| Binary | 110001 | 1100 | 1111101 | 111101 | 1011010 | 0 | 110011 | 100000100 | 1010010 | 11011 |
Color Harmonies of #310C7D
Complementary color
Monochromatic Colors of #310C7D
Black with #310C7D
Text Example
Text Example
White with #310C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310C7D; }
p { color: rgb(49,12,125); }
H1.HeaderClassName
{
color: #310C7D;
}
.AnyTagClassName
{
color: #310C7D;
}
</style>
background-color css
<style>
a { background-color: #310C7D; }
a { background-color: rgb(49,12,125); }
div.DivClassName
{
background-color: #310C7D;
}
.BgClassName
{
background-color: #310C7D;
}
</style>
border-color css
<style>
span { border-color: #310C7D; }
span { border-color: rgb(49,12,125); }
td.TdClassName
{
border-color: #310C7D;
}
.TagClassName
{
border-color: #310C7D;
}
</style>