Shades of Persian Indigo #31016F
Tints of Persian Indigo #31016F
RGB
CMYK
RGB Variations
Color information
#31016F (or 0x31016F) is known color: Persian Indigo. HEX triplet: 31, 01 and 6F. RGB value is (49,1,111). Sum of RGB (Red+Green+Blue) = 49+1+111=161 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.43% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 111 (43.75% from 255 or 68.94% from 161); Max value from RGB is 111 - color contains mainly: blue. Hex color #31016F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31016F is #CEFE90. Grayscale: #1B1B1B. Windows color (decimal): -13565585 or 7274801. OLE color: 7274801.
HSL color Cylindrical-coordinate representation of color #31016F: hue angle of 266.18º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #31016F is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 1 | 111 | - |
| CMYK | 0.56 | 0.99 | 0 | 0.56 |
| HSL | 266.18º | 0.98% | 0.22% | - |
| HSV(B) | 266.18º | 0.99% | 0.44% | - |
| XYZ | 4.15 | 1.82 | 15.17 | - |
| YUV | 27.89 | 174.9 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 1 | 111 | 0.56 | 0.99 | 0 | 0.56 | 266.18 | 0.98 | 0.22 |
| Hex | 31 | 1 | 6F | 38 | 63 | 0 | 38 | 10A | 62 | 16 |
| Octal | 61 | 1 | 157 | 70 | 143 | 0 | 70 | 412 | 142 | 26 |
| Binary | 110001 | 1 | 1101111 | 111000 | 1100011 | 0 | 111000 | 100001010 | 1100010 | 10110 |
Color Harmonies of #31016F
Complementary color
Monochromatic Colors of #31016F
Black with #31016F
Text Example
Text Example
White with #31016F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31016F; }
p { color: rgb(49,1,111); }
H1.HeaderClassName
{
color: #31016F;
}
.AnyTagClassName
{
color: #31016F;
}
</style>
background-color css
<style>
a { background-color: #31016F; }
a { background-color: rgb(49,1,111); }
div.DivClassName
{
background-color: #31016F;
}
.BgClassName
{
background-color: #31016F;
}
</style>
border-color css
<style>
span { border-color: #31016F; }
span { border-color: rgb(49,1,111); }
td.TdClassName
{
border-color: #31016F;
}
.TagClassName
{
border-color: #31016F;
}
</style>