Shades of Persian Indigo #310D9B
Tints of Persian Indigo #310D9B
RGB
CMYK
RGB Variations
Color information
#310D9B (or 0x310D9B) is known color: Persian Indigo. HEX triplet: 31, 0D and 9B. RGB value is (49,13,155). Sum of RGB (Red+Green+Blue) = 49+13+155=217 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.58% from 217); Green value is 13 (5.47% from 255 or 5.99% from 217); Blue value is 155 (60.94% from 255 or 71.43% from 217); Max value from RGB is 155 - color contains mainly: blue. Hex color #310D9B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310D9B is #CEF264. Grayscale: #272727. Windows color (decimal): -13562469 or 10161457. OLE color: 10161457.
HSL color Cylindrical-coordinate representation of color #310D9B: hue angle of 255.21º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #310D9B is Cyan = 0.68, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 13 | 155 | - |
| CMYK | 0.68 | 0.92 | 0 | 0.39 |
| HSL | 255.21º | 0.85% | 0.33% | - |
| HSV(B) | 255.21º | 0.92% | 0.61% | - |
| XYZ | 7.33 | 3.31 | 31.26 | - |
| YUV | 39.95 | 192.93 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 13 | 155 | 0.68 | 0.92 | 0 | 0.39 | 255.21 | 0.85 | 0.33 |
| Hex | 31 | D | 9B | 44 | 5C | 0 | 27 | FF | 55 | 21 |
| Octal | 61 | 15 | 233 | 104 | 134 | 0 | 47 | 377 | 125 | 41 |
| Binary | 110001 | 1101 | 10011011 | 1000100 | 1011100 | 0 | 100111 | 11111111 | 1010101 | 100001 |
Color Harmonies of #310D9B
Complementary color
Monochromatic Colors of #310D9B
Black with #310D9B
Text Example
Text Example
White with #310D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310D9B; }
p { color: rgb(49,13,155); }
H1.HeaderClassName
{
color: #310D9B;
}
.AnyTagClassName
{
color: #310D9B;
}
</style>
background-color css
<style>
a { background-color: #310D9B; }
a { background-color: rgb(49,13,155); }
div.DivClassName
{
background-color: #310D9B;
}
.BgClassName
{
background-color: #310D9B;
}
</style>
border-color css
<style>
span { border-color: #310D9B; }
span { border-color: rgb(49,13,155); }
td.TdClassName
{
border-color: #310D9B;
}
.TagClassName
{
border-color: #310D9B;
}
</style>