Shades of Persian Indigo #3218A0
Tints of Persian Indigo #3218A0
RGB
CMYK
RGB Variations
Color information
#3218A0 (or 0x3218A0) is known color: Persian Indigo. HEX triplet: 32, 18 and A0. RGB value is (50,24,160). Sum of RGB (Red+Green+Blue) = 50+24+160=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 24 (9.77% from 255 or 10.26% from 234); Blue value is 160 (62.89% from 255 or 68.38% from 234); Max value from RGB is 160 - color contains mainly: blue. Hex color #3218A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3218A0 is #CDE75F. Grayscale: #2E2E2E. Windows color (decimal): -13494112 or 10491954. OLE color: 10491954.
HSL color Cylindrical-coordinate representation of color #3218A0: hue angle of 251.47º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3218A0 is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 50 | 24 | 160 | - |
| CMYK | 0.69 | 0.85 | 0 | 0.37 |
| HSL | 251.47º | 0.74% | 0.36% | - |
| HSV(B) | 251.47º | 0.85% | 0.63% | - |
| XYZ | 7.99 | 3.87 | 33.58 | - |
| YUV | 47.28 | 191.61 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 24 | 160 | 0.69 | 0.85 | 0 | 0.37 | 251.47 | 0.74 | 0.36 |
| Hex | 32 | 18 | A0 | 45 | 55 | 0 | 25 | FB | 4A | 24 |
| Octal | 62 | 30 | 240 | 105 | 125 | 0 | 45 | 373 | 112 | 44 |
| Binary | 110010 | 11000 | 10100000 | 1000101 | 1010101 | 0 | 100101 | 11111011 | 1001010 | 100100 |
Color Harmonies of #3218A0
Complementary color
Monochromatic Colors of #3218A0
Black with #3218A0
Text Example
Text Example
White with #3218A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3218A0; }
p { color: rgb(50,24,160); }
H1.HeaderClassName
{
color: #3218A0;
}
.AnyTagClassName
{
color: #3218A0;
}
</style>
background-color css
<style>
a { background-color: #3218A0; }
a { background-color: rgb(50,24,160); }
div.DivClassName
{
background-color: #3218A0;
}
.BgClassName
{
background-color: #3218A0;
}
</style>
border-color css
<style>
span { border-color: #3218A0; }
span { border-color: rgb(50,24,160); }
td.TdClassName
{
border-color: #3218A0;
}
.TagClassName
{
border-color: #3218A0;
}
</style>