Shades of Persian Indigo #31146D
Tints of Persian Indigo #31146D
RGB
CMYK
RGB Variations
Color information
#31146D (or 0x31146D) is known color: Persian Indigo. HEX triplet: 31, 14 and 6D. RGB value is (49,20,109). Sum of RGB (Red+Green+Blue) = 49+20+109=178 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.53% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 109 (42.97% from 255 or 61.24% from 178); Max value from RGB is 109 - color contains mainly: blue. Hex color #31146D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31146D is #CEEB92. Grayscale: #262626. Windows color (decimal): -13560723 or 7148593. OLE color: 7148593.
HSL color Cylindrical-coordinate representation of color #31146D: hue angle of 259.55º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #31146D is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 49 | 20 | 109 | - |
| CMYK | 0.55 | 0.82 | 0 | 0.57 |
| HSL | 259.55º | 0.69% | 0.25% | - |
| HSV(B) | 259.55º | 0.82% | 0.43% | - |
| XYZ | 4.28 | 2.26 | 14.68 | - |
| YUV | 38.82 | 167.61 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 20 | 109 | 0.55 | 0.82 | 0 | 0.57 | 259.55 | 0.69 | 0.25 |
| Hex | 31 | 14 | 6D | 37 | 52 | 0 | 39 | 104 | 45 | 19 |
| Octal | 61 | 24 | 155 | 67 | 122 | 0 | 71 | 404 | 105 | 31 |
| Binary | 110001 | 10100 | 1101101 | 110111 | 1010010 | 0 | 111001 | 100000100 | 1000101 | 11001 |
Color Harmonies of #31146D
Complementary color
Monochromatic Colors of #31146D
Black with #31146D
Text Example
Text Example
White with #31146D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31146D; }
p { color: rgb(49,20,109); }
H1.HeaderClassName
{
color: #31146D;
}
.AnyTagClassName
{
color: #31146D;
}
</style>
background-color css
<style>
a { background-color: #31146D; }
a { background-color: rgb(49,20,109); }
div.DivClassName
{
background-color: #31146D;
}
.BgClassName
{
background-color: #31146D;
}
</style>
border-color css
<style>
span { border-color: #31146D; }
span { border-color: rgb(49,20,109); }
td.TdClassName
{
border-color: #31146D;
}
.TagClassName
{
border-color: #31146D;
}
</style>