Shades of Persian Indigo #320C67
Tints of Persian Indigo #320C67
RGB
CMYK
RGB Variations
Color information
#320C67 (or 0x320C67) is known color: Persian Indigo. HEX triplet: 32, 0C and 67. RGB value is (50,12,103). Sum of RGB (Red+Green+Blue) = 50+12+103=165 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.30% from 165); Green value is 12 (5.08% from 255 or 7.27% from 165); Blue value is 103 (40.62% from 255 or 62.42% from 165); Max value from RGB is 103 - color contains mainly: blue. Hex color #320C67 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320C67 is #CDF398. Grayscale: #212121. Windows color (decimal): -13497241 or 6753330. OLE color: 6753330.
HSL color Cylindrical-coordinate representation of color #320C67: hue angle of 265.05º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #320C67 is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 50 | 12 | 103 | - |
| CMYK | 0.51 | 0.88 | 0 | 0.60 |
| HSL | 265.06º | 0.79% | 0.23% | - |
| HSV(B) | 265.06º | 0.88% | 0.4% | - |
| XYZ | 3.9 | 1.92 | 13 | - |
| YUV | 33.74 | 167.09 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 12 | 103 | 0.51 | 0.88 | 0 | 0.60 | 265.06 | 0.79 | 0.23 |
| Hex | 32 | C | 67 | 33 | 58 | 0 | 3C | 109 | 4F | 17 |
| Octal | 62 | 14 | 147 | 63 | 130 | 0 | 74 | 411 | 117 | 27 |
| Binary | 110010 | 1100 | 1100111 | 110011 | 1011000 | 0 | 111100 | 100001001 | 1001111 | 10111 |
Color Harmonies of #320C67
Complementary color
Monochromatic Colors of #320C67
Black with #320C67
Text Example
Text Example
White with #320C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320C67; }
p { color: rgb(50,12,103); }
H1.HeaderClassName
{
color: #320C67;
}
.AnyTagClassName
{
color: #320C67;
}
</style>
background-color css
<style>
a { background-color: #320C67; }
a { background-color: rgb(50,12,103); }
div.DivClassName
{
background-color: #320C67;
}
.BgClassName
{
background-color: #320C67;
}
</style>
border-color css
<style>
span { border-color: #320C67; }
span { border-color: rgb(50,12,103); }
td.TdClassName
{
border-color: #320C67;
}
.TagClassName
{
border-color: #320C67;
}
</style>