Shades of Persian Indigo #31238B
Tints of Persian Indigo #31238B
RGB
CMYK
RGB Variations
Color information
#31238B (or 0x31238B) is known color: Persian Indigo. HEX triplet: 31, 23 and 8B. RGB value is (49,35,139). Sum of RGB (Red+Green+Blue) = 49+35+139=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 139 (54.69% from 255 or 62.33% from 223); Max value from RGB is 139 - color contains mainly: blue. Hex color #31238B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31238B is #CEDC74. Grayscale: #323232. Windows color (decimal): -13556853 or 9118513. OLE color: 9118513.
HSL color Cylindrical-coordinate representation of color #31238B: hue angle of 248.08º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31238B is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 49 | 35 | 139 | - |
| CMYK | 0.65 | 0.75 | 0 | 0.45 |
| HSL | 248.08º | 0.6% | 0.34% | - |
| HSV(B) | 248.08º | 0.75% | 0.55% | - |
| XYZ | 6.53 | 3.72 | 24.8 | - |
| YUV | 51.04 | 177.64 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 35 | 139 | 0.65 | 0.75 | 0 | 0.45 | 248.08 | 0.6 | 0.34 |
| Hex | 31 | 23 | 8B | 41 | 4B | 0 | 2D | F8 | 3C | 22 |
| Octal | 61 | 43 | 213 | 101 | 113 | 0 | 55 | 370 | 74 | 42 |
| Binary | 110001 | 100011 | 10001011 | 1000001 | 1001011 | 0 | 101101 | 11111000 | 111100 | 100010 |
Color Harmonies of #31238B
Complementary color
Monochromatic Colors of #31238B
Black with #31238B
Text Example
Text Example
White with #31238B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31238B; }
p { color: rgb(49,35,139); }
H1.HeaderClassName
{
color: #31238B;
}
.AnyTagClassName
{
color: #31238B;
}
</style>
background-color css
<style>
a { background-color: #31238B; }
a { background-color: rgb(49,35,139); }
div.DivClassName
{
background-color: #31238B;
}
.BgClassName
{
background-color: #31238B;
}
</style>
border-color css
<style>
span { border-color: #31238B; }
span { border-color: rgb(49,35,139); }
td.TdClassName
{
border-color: #31238B;
}
.TagClassName
{
border-color: #31238B;
}
</style>