Shades of Persian Indigo #3314A0
Tints of Persian Indigo #3314A0
RGB
CMYK
RGB Variations
Color information
#3314A0 (or 0x3314A0) is known color: Persian Indigo. HEX triplet: 33, 14 and A0. RGB value is (51,20,160). Sum of RGB (Red+Green+Blue) = 51+20+160=231 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.08% from 231); Green value is 20 (8.20% from 255 or 8.66% from 231); Blue value is 160 (62.89% from 255 or 69.26% from 231); Max value from RGB is 160 - color contains mainly: blue. Hex color #3314A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3314A0 is #CCEB5F. Grayscale: #2C2C2C. Windows color (decimal): -13429600 or 10490931. OLE color: 10490931.
HSL color Cylindrical-coordinate representation of color #3314A0: hue angle of 253.29º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3314A0 is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 51 | 20 | 160 | - |
| CMYK | 0.68 | 0.88 | 0 | 0.37 |
| HSL | 253.29º | 0.78% | 0.35% | - |
| HSV(B) | 253.29º | 0.88% | 0.63% | - |
| XYZ | 7.96 | 3.74 | 33.56 | - |
| YUV | 45.23 | 192.77 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 20 | 160 | 0.68 | 0.88 | 0 | 0.37 | 253.29 | 0.78 | 0.35 |
| Hex | 33 | 14 | A0 | 44 | 58 | 0 | 25 | FD | 4E | 23 |
| Octal | 63 | 24 | 240 | 104 | 130 | 0 | 45 | 375 | 116 | 43 |
| Binary | 110011 | 10100 | 10100000 | 1000100 | 1011000 | 0 | 100101 | 11111101 | 1001110 | 100011 |
Color Harmonies of #3314A0
Complementary color
Monochromatic Colors of #3314A0
Black with #3314A0
Text Example
Text Example
White with #3314A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3314A0; }
p { color: rgb(51,20,160); }
H1.HeaderClassName
{
color: #3314A0;
}
.AnyTagClassName
{
color: #3314A0;
}
</style>
background-color css
<style>
a { background-color: #3314A0; }
a { background-color: rgb(51,20,160); }
div.DivClassName
{
background-color: #3314A0;
}
.BgClassName
{
background-color: #3314A0;
}
</style>
border-color css
<style>
span { border-color: #3314A0; }
span { border-color: rgb(51,20,160); }
td.TdClassName
{
border-color: #3314A0;
}
.TagClassName
{
border-color: #3314A0;
}
</style>