Shades of Persian Indigo #31189C
Tints of Persian Indigo #31189C
RGB
CMYK
RGB Variations
Color information
#31189C (or 0x31189C) is known color: Persian Indigo. HEX triplet: 31, 18 and 9C. RGB value is (49,24,156). Sum of RGB (Red+Green+Blue) = 49+24+156=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 24 (9.77% from 255 or 10.48% from 229); Blue value is 156 (61.33% from 255 or 68.12% from 229); Max value from RGB is 156 - color contains mainly: blue. Hex color #31189C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31189C is #CEE763. Grayscale: #2E2E2E. Windows color (decimal): -13559652 or 10229809. OLE color: 10229809.
HSL color Cylindrical-coordinate representation of color #31189C: hue angle of 251.36º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #31189C is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 24 | 156 | - |
| CMYK | 0.69 | 0.85 | 0 | 0.39 |
| HSL | 251.36º | 0.73% | 0.35% | - |
| HSV(B) | 251.36º | 0.85% | 0.61% | - |
| XYZ | 7.59 | 3.71 | 31.77 | - |
| YUV | 46.52 | 189.78 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 24 | 156 | 0.69 | 0.85 | 0 | 0.39 | 251.36 | 0.73 | 0.35 |
| Hex | 31 | 18 | 9C | 45 | 55 | 0 | 27 | FB | 49 | 23 |
| Octal | 61 | 30 | 234 | 105 | 125 | 0 | 47 | 373 | 111 | 43 |
| Binary | 110001 | 11000 | 10011100 | 1000101 | 1010101 | 0 | 100111 | 11111011 | 1001001 | 100011 |
Color Harmonies of #31189C
Complementary color
Monochromatic Colors of #31189C
Black with #31189C
Text Example
Text Example
White with #31189C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31189C; }
p { color: rgb(49,24,156); }
H1.HeaderClassName
{
color: #31189C;
}
.AnyTagClassName
{
color: #31189C;
}
</style>
background-color css
<style>
a { background-color: #31189C; }
a { background-color: rgb(49,24,156); }
div.DivClassName
{
background-color: #31189C;
}
.BgClassName
{
background-color: #31189C;
}
</style>
border-color css
<style>
span { border-color: #31189C; }
span { border-color: rgb(49,24,156); }
td.TdClassName
{
border-color: #31189C;
}
.TagClassName
{
border-color: #31189C;
}
</style>