Shades of Persian Indigo #321C74
Tints of Persian Indigo #321C74
RGB
CMYK
RGB Variations
Color information
#321C74 (or 0x321C74) is known color: Persian Indigo. HEX triplet: 32, 1C and 74. RGB value is (50,28,116). Sum of RGB (Red+Green+Blue) = 50+28+116=194 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.77% from 194); Green value is 28 (11.33% from 255 or 14.43% from 194); Blue value is 116 (45.70% from 255 or 59.79% from 194); Max value from RGB is 116 - color contains mainly: blue. Hex color #321C74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321C74 is #CDE38B. Grayscale: #2C2C2C. Windows color (decimal): -13493132 or 7609394. OLE color: 7609394.
HSL color Cylindrical-coordinate representation of color #321C74: hue angle of 255º 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 #321C74 is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 28 | 116 | - |
| CMYK | 0.57 | 0.76 | 0 | 0.55 |
| HSL | 255º | 0.61% | 0.28% | - |
| HSV(B) | 255º | 0.76% | 0.45% | - |
| XYZ | 4.88 | 2.77 | 16.8 | - |
| YUV | 44.61 | 168.29 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 28 | 116 | 0.57 | 0.76 | 0 | 0.55 | 255 | 0.61 | 0.28 |
| Hex | 32 | 1C | 74 | 39 | 4C | 0 | 37 | FF | 3D | 1C |
| Octal | 62 | 34 | 164 | 71 | 114 | 0 | 67 | 377 | 75 | 34 |
| Binary | 110010 | 11100 | 1110100 | 111001 | 1001100 | 0 | 110111 | 11111111 | 111101 | 11100 |
Color Harmonies of #321C74
Complementary color
Monochromatic Colors of #321C74
Black with #321C74
Text Example
Text Example
White with #321C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321C74; }
p { color: rgb(50,28,116); }
H1.HeaderClassName
{
color: #321C74;
}
.AnyTagClassName
{
color: #321C74;
}
</style>
background-color css
<style>
a { background-color: #321C74; }
a { background-color: rgb(50,28,116); }
div.DivClassName
{
background-color: #321C74;
}
.BgClassName
{
background-color: #321C74;
}
</style>
border-color css
<style>
span { border-color: #321C74; }
span { border-color: rgb(50,28,116); }
td.TdClassName
{
border-color: #321C74;
}
.TagClassName
{
border-color: #321C74;
}
</style>