Shades of Persian Indigo #331C71
Tints of Persian Indigo #331C71
RGB
CMYK
RGB Variations
Color information
#331C71 (or 0x331C71) is known color: Persian Indigo. HEX triplet: 33, 1C and 71. RGB value is (51,28,113). Sum of RGB (Red+Green+Blue) = 51+28+113=192 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.56% from 192); Green value is 28 (11.33% from 255 or 14.58% from 192); Blue value is 113 (44.53% from 255 or 58.85% from 192); Max value from RGB is 113 - color contains mainly: blue. Hex color #331C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331C71 is #CCE38E. Grayscale: #2C2C2C. Windows color (decimal): -13427599 or 7412787. OLE color: 7412787.
HSL color Cylindrical-coordinate representation of color #331C71: hue angle of 256.24º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #331C71 is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 28 | 113 | - |
| CMYK | 0.55 | 0.75 | 0 | 0.56 |
| HSL | 256.24º | 0.6% | 0.28% | - |
| HSV(B) | 256.24º | 0.75% | 0.44% | - |
| XYZ | 4.76 | 2.73 | 15.9 | - |
| YUV | 44.57 | 166.62 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 28 | 113 | 0.55 | 0.75 | 0 | 0.56 | 256.24 | 0.6 | 0.28 |
| Hex | 33 | 1C | 71 | 37 | 4B | 0 | 38 | 100 | 3C | 1C |
| Octal | 63 | 34 | 161 | 67 | 113 | 0 | 70 | 400 | 74 | 34 |
| Binary | 110011 | 11100 | 1110001 | 110111 | 1001011 | 0 | 111000 | 100000000 | 111100 | 11100 |
Color Harmonies of #331C71
Complementary color
Monochromatic Colors of #331C71
Black with #331C71
Text Example
Text Example
White with #331C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331C71; }
p { color: rgb(51,28,113); }
H1.HeaderClassName
{
color: #331C71;
}
.AnyTagClassName
{
color: #331C71;
}
</style>
background-color css
<style>
a { background-color: #331C71; }
a { background-color: rgb(51,28,113); }
div.DivClassName
{
background-color: #331C71;
}
.BgClassName
{
background-color: #331C71;
}
</style>
border-color css
<style>
span { border-color: #331C71; }
span { border-color: rgb(51,28,113); }
td.TdClassName
{
border-color: #331C71;
}
.TagClassName
{
border-color: #331C71;
}
</style>