Shades of Persian Indigo #321392
Tints of Persian Indigo #321392
RGB
CMYK
RGB Variations
Color information
#321392 (or 0x321392) is known color: Persian Indigo. HEX triplet: 32, 13 and 92. RGB value is (50,19,146). Sum of RGB (Red+Green+Blue) = 50+19+146=215 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.26% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 146 (57.42% from 255 or 67.91% from 215); Max value from RGB is 146 - color contains mainly: blue. Hex color #321392 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321392 is #CDEC6D. Grayscale: #2A2A2A. Windows color (decimal): -13495406 or 9573170. OLE color: 9573170.
HSL color Cylindrical-coordinate representation of color #321392: hue angle of 254.65º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #321392 is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 50 | 19 | 146 | - |
| CMYK | 0.66 | 0.87 | 0 | 0.43 |
| HSL | 254.65º | 0.77% | 0.32% | - |
| HSV(B) | 254.65º | 0.87% | 0.57% | - |
| XYZ | 6.74 | 3.22 | 27.46 | - |
| YUV | 42.75 | 186.27 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 19 | 146 | 0.66 | 0.87 | 0 | 0.43 | 254.65 | 0.77 | 0.32 |
| Hex | 32 | 13 | 92 | 42 | 57 | 0 | 2B | FF | 4D | 20 |
| Octal | 62 | 23 | 222 | 102 | 127 | 0 | 53 | 377 | 115 | 40 |
| Binary | 110010 | 10011 | 10010010 | 1000010 | 1010111 | 0 | 101011 | 11111111 | 1001101 | 100000 |
Color Harmonies of #321392
Complementary color
Monochromatic Colors of #321392
Black with #321392
Text Example
Text Example
White with #321392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321392; }
p { color: rgb(50,19,146); }
H1.HeaderClassName
{
color: #321392;
}
.AnyTagClassName
{
color: #321392;
}
</style>
background-color css
<style>
a { background-color: #321392; }
a { background-color: rgb(50,19,146); }
div.DivClassName
{
background-color: #321392;
}
.BgClassName
{
background-color: #321392;
}
</style>
border-color css
<style>
span { border-color: #321392; }
span { border-color: rgb(50,19,146); }
td.TdClassName
{
border-color: #321392;
}
.TagClassName
{
border-color: #321392;
}
</style>