Shades of Persian Indigo #3318A0
Tints of Persian Indigo #3318A0
RGB
CMYK
RGB Variations
Color information
#3318A0 (or 0x3318A0) is known color: Persian Indigo. HEX triplet: 33, 18 and A0. RGB value is (51,24,160). Sum of RGB (Red+Green+Blue) = 51+24+160=235 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.70% from 235); Green value is 24 (9.77% from 255 or 10.21% from 235); Blue value is 160 (62.89% from 255 or 68.09% from 235); Max value from RGB is 160 - color contains mainly: blue. Hex color #3318A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3318A0 is #CCE75F. Grayscale: #2F2F2F. Windows color (decimal): -13428576 or 10491955. OLE color: 10491955.
HSL color Cylindrical-coordinate representation of color #3318A0: hue angle of 251.91º 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 #3318A0 is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 51 | 24 | 160 | - |
| CMYK | 0.68 | 0.85 | 0 | 0.37 |
| HSL | 251.91º | 0.74% | 0.36% | - |
| HSV(B) | 251.91º | 0.85% | 0.63% | - |
| XYZ | 8.04 | 3.9 | 33.59 | - |
| YUV | 47.58 | 191.45 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 24 | 160 | 0.68 | 0.85 | 0 | 0.37 | 251.91 | 0.74 | 0.36 |
| Hex | 33 | 18 | A0 | 44 | 55 | 0 | 25 | FC | 4A | 24 |
| Octal | 63 | 30 | 240 | 104 | 125 | 0 | 45 | 374 | 112 | 44 |
| Binary | 110011 | 11000 | 10100000 | 1000100 | 1010101 | 0 | 100101 | 11111100 | 1001010 | 100100 |
Color Harmonies of #3318A0
Complementary color
Monochromatic Colors of #3318A0
Black with #3318A0
Text Example
Text Example
White with #3318A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3318A0; }
p { color: rgb(51,24,160); }
H1.HeaderClassName
{
color: #3318A0;
}
.AnyTagClassName
{
color: #3318A0;
}
</style>
background-color css
<style>
a { background-color: #3318A0; }
a { background-color: rgb(51,24,160); }
div.DivClassName
{
background-color: #3318A0;
}
.BgClassName
{
background-color: #3318A0;
}
</style>
border-color css
<style>
span { border-color: #3318A0; }
span { border-color: rgb(51,24,160); }
td.TdClassName
{
border-color: #3318A0;
}
.TagClassName
{
border-color: #3318A0;
}
</style>