Shades of Persian Indigo #3316A0
Tints of Persian Indigo #3316A0
RGB
CMYK
RGB Variations
Color information
#3316A0 (or 0x3316A0) is known color: Persian Indigo. HEX triplet: 33, 16 and A0. RGB value is (51,22,160). Sum of RGB (Red+Green+Blue) = 51+22+160=233 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.89% from 233); Green value is 22 (8.98% from 255 or 9.44% from 233); Blue value is 160 (62.89% from 255 or 68.67% from 233); Max value from RGB is 160 - color contains mainly: blue. Hex color #3316A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3316A0 is #CCE95F. Grayscale: #2D2D2D. Windows color (decimal): -13429088 or 10491443. OLE color: 10491443.
HSL color Cylindrical-coordinate representation of color #3316A0: hue angle of 252.61º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3316A0 is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 51 | 22 | 160 | - |
| CMYK | 0.68 | 0.86 | 0 | 0.37 |
| HSL | 252.61º | 0.76% | 0.36% | - |
| HSV(B) | 252.61º | 0.86% | 0.63% | - |
| XYZ | 8 | 3.82 | 33.57 | - |
| YUV | 46.4 | 192.11 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 22 | 160 | 0.68 | 0.86 | 0 | 0.37 | 252.61 | 0.76 | 0.36 |
| Hex | 33 | 16 | A0 | 44 | 56 | 0 | 25 | FD | 4C | 24 |
| Octal | 63 | 26 | 240 | 104 | 126 | 0 | 45 | 375 | 114 | 44 |
| Binary | 110011 | 10110 | 10100000 | 1000100 | 1010110 | 0 | 100101 | 11111101 | 1001100 | 100100 |
Color Harmonies of #3316A0
Complementary color
Monochromatic Colors of #3316A0
Black with #3316A0
Text Example
Text Example
White with #3316A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3316A0; }
p { color: rgb(51,22,160); }
H1.HeaderClassName
{
color: #3316A0;
}
.AnyTagClassName
{
color: #3316A0;
}
</style>
background-color css
<style>
a { background-color: #3316A0; }
a { background-color: rgb(51,22,160); }
div.DivClassName
{
background-color: #3316A0;
}
.BgClassName
{
background-color: #3316A0;
}
</style>
border-color css
<style>
span { border-color: #3316A0; }
span { border-color: rgb(51,22,160); }
td.TdClassName
{
border-color: #3316A0;
}
.TagClassName
{
border-color: #3316A0;
}
</style>