Shades of Persian Indigo #331D71
Tints of Persian Indigo #331D71
RGB
CMYK
RGB Variations
Color information
#331D71 (or 0x331D71) is known color: Persian Indigo. HEX triplet: 33, 1D and 71. RGB value is (51,29,113). Sum of RGB (Red+Green+Blue) = 51+29+113=193 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.42% from 193); Green value is 29 (11.72% from 255 or 15.03% from 193); Blue value is 113 (44.53% from 255 or 58.55% from 193); Max value from RGB is 113 - color contains mainly: blue. Hex color #331D71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331D71 is #CCE28E. Grayscale: #2C2C2C. Windows color (decimal): -13427343 or 7413043. OLE color: 7413043.
HSL color Cylindrical-coordinate representation of color #331D71: hue angle of 255.71º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #331D71 is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 29 | 113 | - |
| CMYK | 0.55 | 0.74 | 0 | 0.56 |
| HSL | 255.71º | 0.59% | 0.28% | - |
| HSV(B) | 255.71º | 0.74% | 0.44% | - |
| XYZ | 4.79 | 2.77 | 15.91 | - |
| YUV | 45.15 | 166.29 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 29 | 113 | 0.55 | 0.74 | 0 | 0.56 | 255.71 | 0.59 | 0.28 |
| Hex | 33 | 1D | 71 | 37 | 4A | 0 | 38 | 100 | 3B | 1C |
| Octal | 63 | 35 | 161 | 67 | 112 | 0 | 70 | 400 | 73 | 34 |
| Binary | 110011 | 11101 | 1110001 | 110111 | 1001010 | 0 | 111000 | 100000000 | 111011 | 11100 |
Color Harmonies of #331D71
Complementary color
Monochromatic Colors of #331D71
Black with #331D71
Text Example
Text Example
White with #331D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331D71; }
p { color: rgb(51,29,113); }
H1.HeaderClassName
{
color: #331D71;
}
.AnyTagClassName
{
color: #331D71;
}
</style>
background-color css
<style>
a { background-color: #331D71; }
a { background-color: rgb(51,29,113); }
div.DivClassName
{
background-color: #331D71;
}
.BgClassName
{
background-color: #331D71;
}
</style>
border-color css
<style>
span { border-color: #331D71; }
span { border-color: rgb(51,29,113); }
td.TdClassName
{
border-color: #331D71;
}
.TagClassName
{
border-color: #331D71;
}
</style>