Shades of Persian Indigo #320190
Tints of Persian Indigo #320190
RGB
CMYK
RGB Variations
Color information
#320190 (or 0x320190) is known color: Persian Indigo. HEX triplet: 32, 01 and 90. RGB value is (50,1,144). Sum of RGB (Red+Green+Blue) = 50+1+144=195 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.64% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 144 (56.64% from 255 or 73.85% from 195); Max value from RGB is 144 - color contains mainly: blue. Hex color #320190 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320190 is #CDFE6F. Grayscale: #1F1F1F. Windows color (decimal): -13500016 or 9437490. OLE color: 9437490.
HSL color Cylindrical-coordinate representation of color #320190: hue angle of 260.56º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #320190 is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 1 | 144 | - |
| CMYK | 0.65 | 0.99 | 0 | 0.44 |
| HSL | 260.56º | 0.99% | 0.28% | - |
| HSV(B) | 260.56º | 0.99% | 0.56% | - |
| XYZ | 6.36 | 2.71 | 26.57 | - |
| YUV | 31.95 | 191.23 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 1 | 144 | 0.65 | 0.99 | 0 | 0.44 | 260.56 | 0.99 | 0.28 |
| Hex | 32 | 1 | 90 | 41 | 63 | 0 | 2C | 105 | 63 | 1C |
| Octal | 62 | 1 | 220 | 101 | 143 | 0 | 54 | 405 | 143 | 34 |
| Binary | 110010 | 1 | 10010000 | 1000001 | 1100011 | 0 | 101100 | 100000101 | 1100011 | 11100 |
Color Harmonies of #320190
Complementary color
Monochromatic Colors of #320190
Black with #320190
Text Example
Text Example
White with #320190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320190; }
p { color: rgb(50,1,144); }
H1.HeaderClassName
{
color: #320190;
}
.AnyTagClassName
{
color: #320190;
}
</style>
background-color css
<style>
a { background-color: #320190; }
a { background-color: rgb(50,1,144); }
div.DivClassName
{
background-color: #320190;
}
.BgClassName
{
background-color: #320190;
}
</style>
border-color css
<style>
span { border-color: #320190; }
span { border-color: rgb(50,1,144); }
td.TdClassName
{
border-color: #320190;
}
.TagClassName
{
border-color: #320190;
}
</style>