Shades of Persian Indigo #320D67
Tints of Persian Indigo #320D67
RGB
CMYK
RGB Variations
Color information
#320D67 (or 0x320D67) is known color: Persian Indigo. HEX triplet: 32, 0D and 67. RGB value is (50,13,103). Sum of RGB (Red+Green+Blue) = 50+13+103=166 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.12% from 166); Green value is 13 (5.47% from 255 or 7.83% from 166); Blue value is 103 (40.62% from 255 or 62.05% from 166); Max value from RGB is 103 - color contains mainly: blue. Hex color #320D67 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320D67 is #CDF298. Grayscale: #222222. Windows color (decimal): -13496985 or 6753586. OLE color: 6753586.
HSL color Cylindrical-coordinate representation of color #320D67: hue angle of 264.67º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #320D67 is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 50 | 13 | 103 | - |
| CMYK | 0.51 | 0.87 | 0 | 0.60 |
| HSL | 264.67º | 0.78% | 0.23% | - |
| HSV(B) | 264.67º | 0.87% | 0.4% | - |
| XYZ | 3.91 | 1.95 | 13 | - |
| YUV | 34.32 | 166.76 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 13 | 103 | 0.51 | 0.87 | 0 | 0.60 | 264.67 | 0.78 | 0.23 |
| Hex | 32 | D | 67 | 33 | 57 | 0 | 3C | 109 | 4E | 17 |
| Octal | 62 | 15 | 147 | 63 | 127 | 0 | 74 | 411 | 116 | 27 |
| Binary | 110010 | 1101 | 1100111 | 110011 | 1010111 | 0 | 111100 | 100001001 | 1001110 | 10111 |
Color Harmonies of #320D67
Complementary color
Monochromatic Colors of #320D67
Black with #320D67
Text Example
Text Example
White with #320D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320D67; }
p { color: rgb(50,13,103); }
H1.HeaderClassName
{
color: #320D67;
}
.AnyTagClassName
{
color: #320D67;
}
</style>
background-color css
<style>
a { background-color: #320D67; }
a { background-color: rgb(50,13,103); }
div.DivClassName
{
background-color: #320D67;
}
.BgClassName
{
background-color: #320D67;
}
</style>
border-color css
<style>
span { border-color: #320D67; }
span { border-color: rgb(50,13,103); }
td.TdClassName
{
border-color: #320D67;
}
.TagClassName
{
border-color: #320D67;
}
</style>