Shades of Persian Indigo #31146F
Tints of Persian Indigo #31146F
RGB
CMYK
RGB Variations
Color information
#31146F (or 0x31146F) is known color: Persian Indigo. HEX triplet: 31, 14 and 6F. RGB value is (49,20,111). Sum of RGB (Red+Green+Blue) = 49+20+111=180 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.22% from 180); Green value is 20 (8.20% from 255 or 11.11% from 180); Blue value is 111 (43.75% from 255 or 61.67% from 180); Max value from RGB is 111 - color contains mainly: blue. Hex color #31146F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31146F is #CEEB90. Grayscale: #262626. Windows color (decimal): -13560721 or 7279665. OLE color: 7279665.
HSL color Cylindrical-coordinate representation of color #31146F: hue angle of 259.12º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #31146F is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 20 | 111 | - |
| CMYK | 0.56 | 0.82 | 0 | 0.56 |
| HSL | 259.12º | 0.69% | 0.26% | - |
| HSV(B) | 259.12º | 0.82% | 0.44% | - |
| XYZ | 4.39 | 2.3 | 15.25 | - |
| YUV | 39.05 | 168.61 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 20 | 111 | 0.56 | 0.82 | 0 | 0.56 | 259.12 | 0.69 | 0.26 |
| Hex | 31 | 14 | 6F | 38 | 52 | 0 | 38 | 103 | 45 | 1A |
| Octal | 61 | 24 | 157 | 70 | 122 | 0 | 70 | 403 | 105 | 32 |
| Binary | 110001 | 10100 | 1101111 | 111000 | 1010010 | 0 | 111000 | 100000011 | 1000101 | 11010 |
Color Harmonies of #31146F
Complementary color
Monochromatic Colors of #31146F
Black with #31146F
Text Example
Text Example
White with #31146F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31146F; }
p { color: rgb(49,20,111); }
H1.HeaderClassName
{
color: #31146F;
}
.AnyTagClassName
{
color: #31146F;
}
</style>
background-color css
<style>
a { background-color: #31146F; }
a { background-color: rgb(49,20,111); }
div.DivClassName
{
background-color: #31146F;
}
.BgClassName
{
background-color: #31146F;
}
</style>
border-color css
<style>
span { border-color: #31146F; }
span { border-color: rgb(49,20,111); }
td.TdClassName
{
border-color: #31146F;
}
.TagClassName
{
border-color: #31146F;
}
</style>