Shades of Persian Indigo #321C94
Tints of Persian Indigo #321C94
RGB
CMYK
RGB Variations
Color information
#321C94 (or 0x321C94) is known color: Persian Indigo. HEX triplet: 32, 1C and 94. RGB value is (50,28,148). Sum of RGB (Red+Green+Blue) = 50+28+148=226 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.12% from 226); Green value is 28 (11.33% from 255 or 12.39% from 226); Blue value is 148 (58.20% from 255 or 65.49% from 226); Max value from RGB is 148 - color contains mainly: blue. Hex color #321C94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321C94 is #CDE36B. Grayscale: #2F2F2F. Windows color (decimal): -13493100 or 9706546. OLE color: 9706546.
HSL color Cylindrical-coordinate representation of color #321C94: hue angle of 251º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #321C94 is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 28 | 148 | - |
| CMYK | 0.66 | 0.81 | 0 | 0.42 |
| HSL | 251º | 0.68% | 0.35% | - |
| HSV(B) | 251º | 0.81% | 0.58% | - |
| XYZ | 7.08 | 3.65 | 28.35 | - |
| YUV | 48.26 | 184.29 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 28 | 148 | 0.66 | 0.81 | 0 | 0.42 | 251 | 0.68 | 0.35 |
| Hex | 32 | 1C | 94 | 42 | 51 | 0 | 2A | FB | 44 | 23 |
| Octal | 62 | 34 | 224 | 102 | 121 | 0 | 52 | 373 | 104 | 43 |
| Binary | 110010 | 11100 | 10010100 | 1000010 | 1010001 | 0 | 101010 | 11111011 | 1000100 | 100011 |
Color Harmonies of #321C94
Complementary color
Monochromatic Colors of #321C94
Black with #321C94
Text Example
Text Example
White with #321C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321C94; }
p { color: rgb(50,28,148); }
H1.HeaderClassName
{
color: #321C94;
}
.AnyTagClassName
{
color: #321C94;
}
</style>
background-color css
<style>
a { background-color: #321C94; }
a { background-color: rgb(50,28,148); }
div.DivClassName
{
background-color: #321C94;
}
.BgClassName
{
background-color: #321C94;
}
</style>
border-color css
<style>
span { border-color: #321C94; }
span { border-color: rgb(50,28,148); }
td.TdClassName
{
border-color: #321C94;
}
.TagClassName
{
border-color: #321C94;
}
</style>