Shades of Persian Indigo #31017B
Tints of Persian Indigo #31017B
RGB
CMYK
RGB Variations
Color information
#31017B (or 0x31017B) is known color: Persian Indigo. HEX triplet: 31, 01 and 7B. RGB value is (49,1,123). Sum of RGB (Red+Green+Blue) = 49+1+123=173 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.32% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 123 (48.44% from 255 or 71.10% from 173); Max value from RGB is 123 - color contains mainly: blue. Hex color #31017B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31017B is #CEFE84. Grayscale: #1C1C1C. Windows color (decimal): -13565573 or 8061233. OLE color: 8061233.
HSL color Cylindrical-coordinate representation of color #31017B: hue angle of 263.61º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #31017B is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 49 | 1 | 123 | - |
| CMYK | 0.60 | 0.99 | 0 | 0.52 |
| HSL | 263.61º | 0.98% | 0.24% | - |
| HSV(B) | 263.61º | 0.99% | 0.48% | - |
| XYZ | 4.85 | 2.1 | 18.89 | - |
| YUV | 29.26 | 180.9 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 1 | 123 | 0.60 | 0.99 | 0 | 0.52 | 263.61 | 0.98 | 0.24 |
| Hex | 31 | 1 | 7B | 3C | 63 | 0 | 34 | 108 | 62 | 18 |
| Octal | 61 | 1 | 173 | 74 | 143 | 0 | 64 | 410 | 142 | 30 |
| Binary | 110001 | 1 | 1111011 | 111100 | 1100011 | 0 | 110100 | 100001000 | 1100010 | 11000 |
Color Harmonies of #31017B
Complementary color
Monochromatic Colors of #31017B
Black with #31017B
Text Example
Text Example
White with #31017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31017B; }
p { color: rgb(49,1,123); }
H1.HeaderClassName
{
color: #31017B;
}
.AnyTagClassName
{
color: #31017B;
}
</style>
background-color css
<style>
a { background-color: #31017B; }
a { background-color: rgb(49,1,123); }
div.DivClassName
{
background-color: #31017B;
}
.BgClassName
{
background-color: #31017B;
}
</style>
border-color css
<style>
span { border-color: #31017B; }
span { border-color: rgb(49,1,123); }
td.TdClassName
{
border-color: #31017B;
}
.TagClassName
{
border-color: #31017B;
}
</style>