Shades of Persian Indigo #31007C
Tints of Persian Indigo #31007C
RGB
CMYK
RGB Variations
Color information
#31007C (or 0x31007C) is known color: Persian Indigo. HEX triplet: 31, 00 and 7C. RGB value is (49,0,124). Sum of RGB (Red+Green+Blue) = 49+0+124=173 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.32% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 124 (48.83% from 255 or 71.68% from 173); Max value from RGB is 124 - color contains mainly: blue. Hex color #31007C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31007C is #CEFF83. Grayscale: #1C1C1C. Windows color (decimal): -13565828 or 8126513. OLE color: 8126513.
HSL color Cylindrical-coordinate representation of color #31007C: hue angle of 263.71º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #31007C is Cyan = 0.60, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 49 | 0 | 124 | - |
| CMYK | 0.60 | 1 | 0 | 0.51 |
| HSL | 263.71º | 1% | 0.24% | - |
| HSV(B) | 263.71º | 1% | 0.49% | - |
| XYZ | 4.9 | 2.11 | 19.22 | - |
| YUV | 28.79 | 181.73 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 0 | 124 | 0.60 | 1 | 0 | 0.51 | 263.71 | 1 | 0.24 |
| Hex | 31 | 0 | 7C | 3C | 64 | 0 | 33 | 108 | 64 | 18 |
| Octal | 61 | 0 | 174 | 74 | 144 | 0 | 63 | 410 | 144 | 30 |
| Binary | 110001 | 0 | 1111100 | 111100 | 1100100 | 0 | 110011 | 100001000 | 1100100 | 11000 |
Color Harmonies of #31007C
Complementary color
Monochromatic Colors of #31007C
Black with #31007C
Text Example
Text Example
White with #31007C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31007C; }
p { color: rgb(49,0,124); }
H1.HeaderClassName
{
color: #31007C;
}
.AnyTagClassName
{
color: #31007C;
}
</style>
background-color css
<style>
a { background-color: #31007C; }
a { background-color: rgb(49,0,124); }
div.DivClassName
{
background-color: #31007C;
}
.BgClassName
{
background-color: #31007C;
}
</style>
border-color css
<style>
span { border-color: #31007C; }
span { border-color: rgb(49,0,124); }
td.TdClassName
{
border-color: #31007C;
}
.TagClassName
{
border-color: #31007C;
}
</style>