Shades of Persian Indigo #31028D
Tints of Persian Indigo #31028D
RGB
CMYK
RGB Variations
Color information
#31028D (or 0x31028D) is known color: Persian Indigo. HEX triplet: 31, 02 and 8D. RGB value is (49,2,141). Sum of RGB (Red+Green+Blue) = 49+2+141=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 141 (55.47% from 255 or 73.44% from 192); Max value from RGB is 141 - color contains mainly: blue. Hex color #31028D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31028D is #CEFD72. Grayscale: #1F1F1F. Windows color (decimal): -13565299 or 9241137. OLE color: 9241137.
HSL color Cylindrical-coordinate representation of color #31028D: hue angle of 260.29º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #31028D is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 49 | 2 | 141 | - |
| CMYK | 0.65 | 0.99 | 0 | 0.45 |
| HSL | 260.29º | 0.97% | 0.28% | - |
| HSV(B) | 260.29º | 0.99% | 0.55% | - |
| XYZ | 6.1 | 2.62 | 25.38 | - |
| YUV | 31.9 | 189.57 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 2 | 141 | 0.65 | 0.99 | 0 | 0.45 | 260.29 | 0.97 | 0.28 |
| Hex | 31 | 2 | 8D | 41 | 63 | 0 | 2D | 104 | 61 | 1C |
| Octal | 61 | 2 | 215 | 101 | 143 | 0 | 55 | 404 | 141 | 34 |
| Binary | 110001 | 10 | 10001101 | 1000001 | 1100011 | 0 | 101101 | 100000100 | 1100001 | 11100 |
Color Harmonies of #31028D
Complementary color
Monochromatic Colors of #31028D
Black with #31028D
Text Example
Text Example
White with #31028D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31028D; }
p { color: rgb(49,2,141); }
H1.HeaderClassName
{
color: #31028D;
}
.AnyTagClassName
{
color: #31028D;
}
</style>
background-color css
<style>
a { background-color: #31028D; }
a { background-color: rgb(49,2,141); }
div.DivClassName
{
background-color: #31028D;
}
.BgClassName
{
background-color: #31028D;
}
</style>
border-color css
<style>
span { border-color: #31028D; }
span { border-color: rgb(49,2,141); }
td.TdClassName
{
border-color: #31028D;
}
.TagClassName
{
border-color: #31028D;
}
</style>