Shades of Persian Indigo #320090
Tints of Persian Indigo #320090
RGB
CMYK
RGB Variations
Color information
#320090 (or 0x320090) is known color: Persian Indigo. HEX triplet: 32, 00 and 90. RGB value is (50,0,144). Sum of RGB (Red+Green+Blue) = 50+0+144=194 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.77% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 144 (56.64% from 255 or 74.23% from 194); Max value from RGB is 144 - color contains mainly: blue. Hex color #320090 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320090 is #CDFF6F. Grayscale: #1E1E1E. Windows color (decimal): -13500272 or 9437234. OLE color: 9437234.
HSL color Cylindrical-coordinate representation of color #320090: hue angle of 260.83º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #320090 is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 0 | 144 | - |
| CMYK | 0.65 | 1 | 0 | 0.44 |
| HSL | 260.83º | 1% | 0.28% | - |
| HSV(B) | 260.83º | 1% | 0.56% | - |
| XYZ | 6.35 | 2.69 | 26.57 | - |
| YUV | 31.37 | 191.57 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 0 | 144 | 0.65 | 1 | 0 | 0.44 | 260.83 | 1 | 0.28 |
| Hex | 32 | 0 | 90 | 41 | 64 | 0 | 2C | 105 | 64 | 1C |
| Octal | 62 | 0 | 220 | 101 | 144 | 0 | 54 | 405 | 144 | 34 |
| Binary | 110010 | 0 | 10010000 | 1000001 | 1100100 | 0 | 101100 | 100000101 | 1100100 | 11100 |
Color Harmonies of #320090
Complementary color
Monochromatic Colors of #320090
Black with #320090
Text Example
Text Example
White with #320090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320090; }
p { color: rgb(50,0,144); }
H1.HeaderClassName
{
color: #320090;
}
.AnyTagClassName
{
color: #320090;
}
</style>
background-color css
<style>
a { background-color: #320090; }
a { background-color: rgb(50,0,144); }
div.DivClassName
{
background-color: #320090;
}
.BgClassName
{
background-color: #320090;
}
</style>
border-color css
<style>
span { border-color: #320090; }
span { border-color: rgb(50,0,144); }
td.TdClassName
{
border-color: #320090;
}
.TagClassName
{
border-color: #320090;
}
</style>