Shades of Persian Indigo #320565
Tints of Persian Indigo #320565
RGB
CMYK
RGB Variations
Color information
#320565 (or 0x320565) is known color: Persian Indigo. HEX triplet: 32, 05 and 65. RGB value is (50,5,101). Sum of RGB (Red+Green+Blue) = 50+5+101=156 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.05% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 101 (39.84% from 255 or 64.74% from 156); Max value from RGB is 101 - color contains mainly: blue. Hex color #320565 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320565 is #CDFA9A. Grayscale: #1D1D1D. Windows color (decimal): -13499035 or 6620466. OLE color: 6620466.
HSL color Cylindrical-coordinate representation of color #320565: hue angle of 268.12º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #320565 is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 50 | 5 | 101 | - |
| CMYK | 0.50 | 0.95 | 0 | 0.60 |
| HSL | 268.13º | 0.91% | 0.21% | - |
| HSV(B) | 268.13º | 0.95% | 0.4% | - |
| XYZ | 3.72 | 1.73 | 12.45 | - |
| YUV | 29.4 | 168.41 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 5 | 101 | 0.50 | 0.95 | 0 | 0.60 | 268.13 | 0.91 | 0.21 |
| Hex | 32 | 5 | 65 | 32 | 5F | 0 | 3C | 10C | 5B | 15 |
| Octal | 62 | 5 | 145 | 62 | 137 | 0 | 74 | 414 | 133 | 25 |
| Binary | 110010 | 101 | 1100101 | 110010 | 1011111 | 0 | 111100 | 100001100 | 1011011 | 10101 |
Color Harmonies of #320565
Complementary color
Monochromatic Colors of #320565
Black with #320565
Text Example
Text Example
White with #320565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320565; }
p { color: rgb(50,5,101); }
H1.HeaderClassName
{
color: #320565;
}
.AnyTagClassName
{
color: #320565;
}
</style>
background-color css
<style>
a { background-color: #320565; }
a { background-color: rgb(50,5,101); }
div.DivClassName
{
background-color: #320565;
}
.BgClassName
{
background-color: #320565;
}
</style>
border-color css
<style>
span { border-color: #320565; }
span { border-color: rgb(50,5,101); }
td.TdClassName
{
border-color: #320565;
}
.TagClassName
{
border-color: #320565;
}
</style>