Shades of Persian Indigo #31187B
Tints of Persian Indigo #31187B
RGB
CMYK
RGB Variations
Color information
#31187B (or 0x31187B) is known color: Persian Indigo. HEX triplet: 31, 18 and 7B. RGB value is (49,24,123). Sum of RGB (Red+Green+Blue) = 49+24+123=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 123 (48.44% from 255 or 62.76% from 196); Max value from RGB is 123 - color contains mainly: blue. Hex color #31187B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31187B is #CEE784. Grayscale: #2A2A2A. Windows color (decimal): -13559685 or 8067121. OLE color: 8067121.
HSL color Cylindrical-coordinate representation of color #31187B: hue angle of 255.15º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31187B is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 49 | 24 | 123 | - |
| CMYK | 0.60 | 0.80 | 0 | 0.52 |
| HSL | 255.15º | 0.67% | 0.29% | - |
| HSV(B) | 255.15º | 0.8% | 0.48% | - |
| XYZ | 5.17 | 2.74 | 18.99 | - |
| YUV | 42.76 | 173.28 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 24 | 123 | 0.60 | 0.80 | 0 | 0.52 | 255.15 | 0.67 | 0.29 |
| Hex | 31 | 18 | 7B | 3C | 50 | 0 | 34 | FF | 43 | 1D |
| Octal | 61 | 30 | 173 | 74 | 120 | 0 | 64 | 377 | 103 | 35 |
| Binary | 110001 | 11000 | 1111011 | 111100 | 1010000 | 0 | 110100 | 11111111 | 1000011 | 11101 |
Color Harmonies of #31187B
Complementary color
Monochromatic Colors of #31187B
Black with #31187B
Text Example
Text Example
White with #31187B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31187B; }
p { color: rgb(49,24,123); }
H1.HeaderClassName
{
color: #31187B;
}
.AnyTagClassName
{
color: #31187B;
}
</style>
background-color css
<style>
a { background-color: #31187B; }
a { background-color: rgb(49,24,123); }
div.DivClassName
{
background-color: #31187B;
}
.BgClassName
{
background-color: #31187B;
}
</style>
border-color css
<style>
span { border-color: #31187B; }
span { border-color: rgb(49,24,123); }
td.TdClassName
{
border-color: #31187B;
}
.TagClassName
{
border-color: #31187B;
}
</style>