Shades of Persian Indigo #331D72
Tints of Persian Indigo #331D72
RGB
CMYK
RGB Variations
Color information
#331D72 (or 0x331D72) is known color: Persian Indigo. HEX triplet: 33, 1D and 72. RGB value is (51,29,114). Sum of RGB (Red+Green+Blue) = 51+29+114=194 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.29% from 194); Green value is 29 (11.72% from 255 or 14.95% from 194); Blue value is 114 (44.92% from 255 or 58.76% from 194); Max value from RGB is 114 - color contains mainly: blue. Hex color #331D72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331D72 is #CCE28D. Grayscale: #2C2C2C. Windows color (decimal): -13427342 or 7478579. OLE color: 7478579.
HSL color Cylindrical-coordinate representation of color #331D72: hue angle of 255.53º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #331D72 is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 51 | 29 | 114 | - |
| CMYK | 0.55 | 0.75 | 0 | 0.55 |
| HSL | 255.53º | 0.59% | 0.28% | - |
| HSV(B) | 255.53º | 0.75% | 0.45% | - |
| XYZ | 4.84 | 2.8 | 16.2 | - |
| YUV | 45.27 | 166.79 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 29 | 114 | 0.55 | 0.75 | 0 | 0.55 | 255.53 | 0.59 | 0.28 |
| Hex | 33 | 1D | 72 | 37 | 4B | 0 | 37 | 100 | 3B | 1C |
| Octal | 63 | 35 | 162 | 67 | 113 | 0 | 67 | 400 | 73 | 34 |
| Binary | 110011 | 11101 | 1110010 | 110111 | 1001011 | 0 | 110111 | 100000000 | 111011 | 11100 |
Color Harmonies of #331D72
Complementary color
Monochromatic Colors of #331D72
Black with #331D72
Text Example
Text Example
White with #331D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331D72; }
p { color: rgb(51,29,114); }
H1.HeaderClassName
{
color: #331D72;
}
.AnyTagClassName
{
color: #331D72;
}
</style>
background-color css
<style>
a { background-color: #331D72; }
a { background-color: rgb(51,29,114); }
div.DivClassName
{
background-color: #331D72;
}
.BgClassName
{
background-color: #331D72;
}
</style>
border-color css
<style>
span { border-color: #331D72; }
span { border-color: rgb(51,29,114); }
td.TdClassName
{
border-color: #331D72;
}
.TagClassName
{
border-color: #331D72;
}
</style>