Shades of Persian Indigo #310C69
Tints of Persian Indigo #310C69
RGB
CMYK
RGB Variations
Color information
#310C69 (or 0x310C69) is known color: Persian Indigo. HEX triplet: 31, 0C and 69. RGB value is (49,12,105). Sum of RGB (Red+Green+Blue) = 49+12+105=166 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.52% from 166); Green value is 12 (5.08% from 255 or 7.23% from 166); Blue value is 105 (41.41% from 255 or 63.25% from 166); Max value from RGB is 105 - color contains mainly: blue. Hex color #310C69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310C69 is #CEF396. Grayscale: #212121. Windows color (decimal): -13562775 or 6884401. OLE color: 6884401.
HSL color Cylindrical-coordinate representation of color #310C69: hue angle of 263.87º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #310C69 is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 49 | 12 | 105 | - |
| CMYK | 0.53 | 0.89 | 0 | 0.59 |
| HSL | 263.87º | 0.79% | 0.23% | - |
| HSV(B) | 263.87º | 0.89% | 0.41% | - |
| XYZ | 3.95 | 1.94 | 13.53 | - |
| YUV | 33.67 | 168.26 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 12 | 105 | 0.53 | 0.89 | 0 | 0.59 | 263.87 | 0.79 | 0.23 |
| Hex | 31 | C | 69 | 35 | 59 | 0 | 3B | 108 | 4F | 17 |
| Octal | 61 | 14 | 151 | 65 | 131 | 0 | 73 | 410 | 117 | 27 |
| Binary | 110001 | 1100 | 1101001 | 110101 | 1011001 | 0 | 111011 | 100001000 | 1001111 | 10111 |
Color Harmonies of #310C69
Complementary color
Monochromatic Colors of #310C69
Black with #310C69
Text Example
Text Example
White with #310C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310C69; }
p { color: rgb(49,12,105); }
H1.HeaderClassName
{
color: #310C69;
}
.AnyTagClassName
{
color: #310C69;
}
</style>
background-color css
<style>
a { background-color: #310C69; }
a { background-color: rgb(49,12,105); }
div.DivClassName
{
background-color: #310C69;
}
.BgClassName
{
background-color: #310C69;
}
</style>
border-color css
<style>
span { border-color: #310C69; }
span { border-color: rgb(49,12,105); }
td.TdClassName
{
border-color: #310C69;
}
.TagClassName
{
border-color: #310C69;
}
</style>