Shades of Persian Indigo #331C73
Tints of Persian Indigo #331C73
RGB
CMYK
RGB Variations
Color information
#331C73 (or 0x331C73) is known color: Persian Indigo. HEX triplet: 33, 1C and 73. RGB value is (51,28,115). Sum of RGB (Red+Green+Blue) = 51+28+115=194 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.29% from 194); Green value is 28 (11.33% from 255 or 14.43% from 194); Blue value is 115 (45.31% from 255 or 59.28% from 194); Max value from RGB is 115 - color contains mainly: blue. Hex color #331C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331C73 is #CCE38C. Grayscale: #2C2C2C. Windows color (decimal): -13427597 or 7543859. OLE color: 7543859.
HSL color Cylindrical-coordinate representation of color #331C73: hue angle of 255.86º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #331C73 is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 51 | 28 | 115 | - |
| CMYK | 0.56 | 0.76 | 0 | 0.55 |
| HSL | 255.86º | 0.61% | 0.28% | - |
| HSV(B) | 255.86º | 0.76% | 0.45% | - |
| XYZ | 4.88 | 2.77 | 16.5 | - |
| YUV | 44.8 | 167.62 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 28 | 115 | 0.56 | 0.76 | 0 | 0.55 | 255.86 | 0.61 | 0.28 |
| Hex | 33 | 1C | 73 | 38 | 4C | 0 | 37 | 100 | 3D | 1C |
| Octal | 63 | 34 | 163 | 70 | 114 | 0 | 67 | 400 | 75 | 34 |
| Binary | 110011 | 11100 | 1110011 | 111000 | 1001100 | 0 | 110111 | 100000000 | 111101 | 11100 |
Color Harmonies of #331C73
Complementary color
Monochromatic Colors of #331C73
Black with #331C73
Text Example
Text Example
White with #331C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331C73; }
p { color: rgb(51,28,115); }
H1.HeaderClassName
{
color: #331C73;
}
.AnyTagClassName
{
color: #331C73;
}
</style>
background-color css
<style>
a { background-color: #331C73; }
a { background-color: rgb(51,28,115); }
div.DivClassName
{
background-color: #331C73;
}
.BgClassName
{
background-color: #331C73;
}
</style>
border-color css
<style>
span { border-color: #331C73; }
span { border-color: rgb(51,28,115); }
td.TdClassName
{
border-color: #331C73;
}
.TagClassName
{
border-color: #331C73;
}
</style>