Shades of Persian Indigo #3315A0
Tints of Persian Indigo #3315A0
RGB
CMYK
RGB Variations
Color information
#3315A0 (or 0x3315A0) is known color: Persian Indigo. HEX triplet: 33, 15 and A0. RGB value is (51,21,160). Sum of RGB (Red+Green+Blue) = 51+21+160=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 21 (8.59% from 255 or 9.05% from 232); Blue value is 160 (62.89% from 255 or 68.97% from 232); Max value from RGB is 160 - color contains mainly: blue. Hex color #3315A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3315A0 is #CCEA5F. Grayscale: #2D2D2D. Windows color (decimal): -13429344 or 10491187. OLE color: 10491187.
HSL color Cylindrical-coordinate representation of color #3315A0: hue angle of 252.95º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3315A0 is Cyan = 0.68, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 51 | 21 | 160 | - |
| CMYK | 0.68 | 0.87 | 0 | 0.37 |
| HSL | 252.95º | 0.77% | 0.35% | - |
| HSV(B) | 252.95º | 0.87% | 0.63% | - |
| XYZ | 7.98 | 3.78 | 33.57 | - |
| YUV | 45.82 | 192.44 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 21 | 160 | 0.68 | 0.87 | 0 | 0.37 | 252.95 | 0.77 | 0.35 |
| Hex | 33 | 15 | A0 | 44 | 57 | 0 | 25 | FD | 4D | 23 |
| Octal | 63 | 25 | 240 | 104 | 127 | 0 | 45 | 375 | 115 | 43 |
| Binary | 110011 | 10101 | 10100000 | 1000100 | 1010111 | 0 | 100101 | 11111101 | 1001101 | 100011 |
Color Harmonies of #3315A0
Complementary color
Monochromatic Colors of #3315A0
Black with #3315A0
Text Example
Text Example
White with #3315A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3315A0; }
p { color: rgb(51,21,160); }
H1.HeaderClassName
{
color: #3315A0;
}
.AnyTagClassName
{
color: #3315A0;
}
</style>
background-color css
<style>
a { background-color: #3315A0; }
a { background-color: rgb(51,21,160); }
div.DivClassName
{
background-color: #3315A0;
}
.BgClassName
{
background-color: #3315A0;
}
</style>
border-color css
<style>
span { border-color: #3315A0; }
span { border-color: rgb(51,21,160); }
td.TdClassName
{
border-color: #3315A0;
}
.TagClassName
{
border-color: #3315A0;
}
</style>