Shades of Persian Indigo #31006C
Tints of Persian Indigo #31006C
RGB
CMYK
RGB Variations
Color information
#31006C (or 0x31006C) is known color: Persian Indigo. HEX triplet: 31, 00 and 6C. RGB value is (49,0,108). Sum of RGB (Red+Green+Blue) = 49+0+108=157 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.21% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 108 (42.58% from 255 or 68.79% from 157); Max value from RGB is 108 - color contains mainly: blue. Hex color #31006C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31006C is #CEFF93. Grayscale: #1A1A1A. Windows color (decimal): -13565844 or 7077937. OLE color: 7077937.
HSL color Cylindrical-coordinate representation of color #31006C: hue angle of 267.22º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #31006C is Cyan = 0.55, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 49 | 0 | 108 | - |
| CMYK | 0.55 | 1 | 0 | 0.58 |
| HSL | 267.22º | 1% | 0.21% | - |
| HSV(B) | 267.22º | 1% | 0.42% | - |
| XYZ | 3.97 | 1.74 | 14.31 | - |
| YUV | 26.96 | 173.73 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 0 | 108 | 0.55 | 1 | 0 | 0.58 | 267.22 | 1 | 0.21 |
| Hex | 31 | 0 | 6C | 37 | 64 | 0 | 3A | 10B | 64 | 15 |
| Octal | 61 | 0 | 154 | 67 | 144 | 0 | 72 | 413 | 144 | 25 |
| Binary | 110001 | 0 | 1101100 | 110111 | 1100100 | 0 | 111010 | 100001011 | 1100100 | 10101 |
Color Harmonies of #31006C
Complementary color
Monochromatic Colors of #31006C
Black with #31006C
Text Example
Text Example
White with #31006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31006C; }
p { color: rgb(49,0,108); }
H1.HeaderClassName
{
color: #31006C;
}
.AnyTagClassName
{
color: #31006C;
}
</style>
background-color css
<style>
a { background-color: #31006C; }
a { background-color: rgb(49,0,108); }
div.DivClassName
{
background-color: #31006C;
}
.BgClassName
{
background-color: #31006C;
}
</style>
border-color css
<style>
span { border-color: #31006C; }
span { border-color: rgb(49,0,108); }
td.TdClassName
{
border-color: #31006C;
}
.TagClassName
{
border-color: #31006C;
}
</style>