Shades of Persian Blue #3329AD
Tints of Persian Blue #3329AD
RGB
CMYK
RGB Variations
Color information
#3329AD (or 0x3329AD) is known color: Persian Blue. HEX triplet: 33, 29 and AD. RGB value is (51,41,173). Sum of RGB (Red+Green+Blue) = 51+41+173=265 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.25% from 265); Green value is 41 (16.41% from 255 or 15.47% from 265); Blue value is 173 (67.97% from 255 or 65.28% from 265); Max value from RGB is 173 - color contains mainly: blue. Hex color #3329AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3329AD is #CCD652. Grayscale: #3A3A3A. Windows color (decimal): -13424211 or 11348275. OLE color: 11348275.
HSL color Cylindrical-coordinate representation of color #3329AD: hue angle of 244.55º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3329AD is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 51 | 41 | 173 | - |
| CMYK | 0.71 | 0.76 | 0 | 0.32 |
| HSL | 244.55º | 0.62% | 0.42% | - |
| HSV(B) | 244.55º | 0.76% | 0.68% | - |
| XYZ | 9.7 | 5.31 | 40.05 | - |
| YUV | 59.04 | 192.31 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 41 | 173 | 0.71 | 0.76 | 0 | 0.32 | 244.55 | 0.62 | 0.42 |
| Hex | 33 | 29 | AD | 47 | 4C | 0 | 20 | F5 | 3E | 2A |
| Octal | 63 | 51 | 255 | 107 | 114 | 0 | 40 | 365 | 76 | 52 |
| Binary | 110011 | 101001 | 10101101 | 1000111 | 1001100 | 0 | 100000 | 11110101 | 111110 | 101010 |
Color Harmonies of #3329AD
Complementary color
Monochromatic Colors of #3329AD
Black with #3329AD
Text Example
Text Example
White with #3329AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3329AD; }
p { color: rgb(51,41,173); }
H1.HeaderClassName
{
color: #3329AD;
}
.AnyTagClassName
{
color: #3329AD;
}
</style>
background-color css
<style>
a { background-color: #3329AD; }
a { background-color: rgb(51,41,173); }
div.DivClassName
{
background-color: #3329AD;
}
.BgClassName
{
background-color: #3329AD;
}
</style>
border-color css
<style>
span { border-color: #3329AD; }
span { border-color: rgb(51,41,173); }
td.TdClassName
{
border-color: #3329AD;
}
.TagClassName
{
border-color: #3329AD;
}
</style>