Shades of Persian Indigo #310A8B
Tints of Persian Indigo #310A8B
RGB
CMYK
RGB Variations
Color information
#310A8B (or 0x310A8B) is known color: Persian Indigo. HEX triplet: 31, 0A and 8B. RGB value is (49,10,139). Sum of RGB (Red+Green+Blue) = 49+10+139=198 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.75% from 198); Green value is 10 (4.30% from 255 or 5.05% from 198); Blue value is 139 (54.69% from 255 or 70.20% from 198); Max value from RGB is 139 - color contains mainly: blue. Hex color #310A8B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310A8B is #CEF574. Grayscale: #232323. Windows color (decimal): -13563253 or 9112113. OLE color: 9112113.
HSL color Cylindrical-coordinate representation of color #310A8B: hue angle of 258.14º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #310A8B is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 49 | 10 | 139 | - |
| CMYK | 0.65 | 0.93 | 0 | 0.45 |
| HSL | 258.14º | 0.87% | 0.29% | - |
| HSV(B) | 258.14º | 0.93% | 0.55% | - |
| XYZ | 6.04 | 2.73 | 24.64 | - |
| YUV | 36.37 | 185.92 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 10 | 139 | 0.65 | 0.93 | 0 | 0.45 | 258.14 | 0.87 | 0.29 |
| Hex | 31 | A | 8B | 41 | 5D | 0 | 2D | 102 | 57 | 1D |
| Octal | 61 | 12 | 213 | 101 | 135 | 0 | 55 | 402 | 127 | 35 |
| Binary | 110001 | 1010 | 10001011 | 1000001 | 1011101 | 0 | 101101 | 100000010 | 1010111 | 11101 |
Color Harmonies of #310A8B
Complementary color
Monochromatic Colors of #310A8B
Black with #310A8B
Text Example
Text Example
White with #310A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310A8B; }
p { color: rgb(49,10,139); }
H1.HeaderClassName
{
color: #310A8B;
}
.AnyTagClassName
{
color: #310A8B;
}
</style>
background-color css
<style>
a { background-color: #310A8B; }
a { background-color: rgb(49,10,139); }
div.DivClassName
{
background-color: #310A8B;
}
.BgClassName
{
background-color: #310A8B;
}
</style>
border-color css
<style>
span { border-color: #310A8B; }
span { border-color: rgb(49,10,139); }
td.TdClassName
{
border-color: #310A8B;
}
.TagClassName
{
border-color: #310A8B;
}
</style>