Shades of Persian Indigo #321383
Tints of Persian Indigo #321383
RGB
CMYK
RGB Variations
Color information
#321383 (or 0x321383) is known color: Persian Indigo. HEX triplet: 32, 13 and 83. RGB value is (50,19,131). Sum of RGB (Red+Green+Blue) = 50+19+131=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 19 (7.81% from 255 or 9.5% from 200); Blue value is 131 (51.56% from 255 or 65.5% from 200); Max value from RGB is 131 - color contains mainly: blue. Hex color #321383 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321383 is #CDEC7C. Grayscale: #282828. Windows color (decimal): -13495421 or 8590130. OLE color: 8590130.
HSL color Cylindrical-coordinate representation of color #321383: hue angle of 256.61º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #321383 is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 19 | 131 | - |
| CMYK | 0.62 | 0.85 | 0 | 0.49 |
| HSL | 256.61º | 0.75% | 0.29% | - |
| HSV(B) | 256.61º | 0.85% | 0.51% | - |
| XYZ | 5.65 | 2.78 | 21.71 | - |
| YUV | 41.04 | 178.77 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 19 | 131 | 0.62 | 0.85 | 0 | 0.49 | 256.61 | 0.75 | 0.29 |
| Hex | 32 | 13 | 83 | 3E | 55 | 0 | 31 | 101 | 4B | 1D |
| Octal | 62 | 23 | 203 | 76 | 125 | 0 | 61 | 401 | 113 | 35 |
| Binary | 110010 | 10011 | 10000011 | 111110 | 1010101 | 0 | 110001 | 100000001 | 1001011 | 11101 |
Color Harmonies of #321383
Complementary color
Monochromatic Colors of #321383
Black with #321383
Text Example
Text Example
White with #321383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321383; }
p { color: rgb(50,19,131); }
H1.HeaderClassName
{
color: #321383;
}
.AnyTagClassName
{
color: #321383;
}
</style>
background-color css
<style>
a { background-color: #321383; }
a { background-color: rgb(50,19,131); }
div.DivClassName
{
background-color: #321383;
}
.BgClassName
{
background-color: #321383;
}
</style>
border-color css
<style>
span { border-color: #321383; }
span { border-color: rgb(50,19,131); }
td.TdClassName
{
border-color: #321383;
}
.TagClassName
{
border-color: #321383;
}
</style>