Shades of Persian Indigo #31067C
Tints of Persian Indigo #31067C
RGB
CMYK
RGB Variations
Color information
#31067C (or 0x31067C) is known color: Persian Indigo. HEX triplet: 31, 06 and 7C. RGB value is (49,6,124). Sum of RGB (Red+Green+Blue) = 49+6+124=179 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.37% from 179); Green value is 6 (2.73% from 255 or 3.35% from 179); Blue value is 124 (48.83% from 255 or 69.27% from 179); Max value from RGB is 124 - color contains mainly: blue. Hex color #31067C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31067C is #CEF983. Grayscale: #1F1F1F. Windows color (decimal): -13564292 or 8128049. OLE color: 8128049.
HSL color Cylindrical-coordinate representation of color #31067C: hue angle of 261.86º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #31067C is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 49 | 6 | 124 | - |
| CMYK | 0.60 | 0.95 | 0 | 0.51 |
| HSL | 261.86º | 0.91% | 0.25% | - |
| HSV(B) | 261.86º | 0.95% | 0.49% | - |
| XYZ | 4.97 | 2.24 | 19.24 | - |
| YUV | 32.31 | 179.75 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 6 | 124 | 0.60 | 0.95 | 0 | 0.51 | 261.86 | 0.91 | 0.25 |
| Hex | 31 | 6 | 7C | 3C | 5F | 0 | 33 | 106 | 5B | 19 |
| Octal | 61 | 6 | 174 | 74 | 137 | 0 | 63 | 406 | 133 | 31 |
| Binary | 110001 | 110 | 1111100 | 111100 | 1011111 | 0 | 110011 | 100000110 | 1011011 | 11001 |
Color Harmonies of #31067C
Complementary color
Monochromatic Colors of #31067C
Black with #31067C
Text Example
Text Example
White with #31067C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31067C; }
p { color: rgb(49,6,124); }
H1.HeaderClassName
{
color: #31067C;
}
.AnyTagClassName
{
color: #31067C;
}
</style>
background-color css
<style>
a { background-color: #31067C; }
a { background-color: rgb(49,6,124); }
div.DivClassName
{
background-color: #31067C;
}
.BgClassName
{
background-color: #31067C;
}
</style>
border-color css
<style>
span { border-color: #31067C; }
span { border-color: rgb(49,6,124); }
td.TdClassName
{
border-color: #31067C;
}
.TagClassName
{
border-color: #31067C;
}
</style>