Shades of Persian Blue #3320BA
Tints of Persian Blue #3320BA
RGB
CMYK
RGB Variations
Color information
#3320BA (or 0x3320BA) is known color: Persian Blue. HEX triplet: 33, 20 and BA. RGB value is (51,32,186). Sum of RGB (Red+Green+Blue) = 51+32+186=269 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.96% from 269); Green value is 32 (12.89% from 255 or 11.90% from 269); Blue value is 186 (73.05% from 255 or 69.14% from 269); Max value from RGB is 186 - color contains mainly: blue. Hex color #3320BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3320BA is #CCDF45. Grayscale: #363636. Windows color (decimal): -13426502 or 12197939. OLE color: 12197939.
HSL color Cylindrical-coordinate representation of color #3320BA: hue angle of 247.4º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3320BA is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 32 | 186 | - |
| CMYK | 0.73 | 0.83 | 0 | 0.27 |
| HSL | 247.4º | 0.71% | 0.43% | - |
| HSV(B) | 247.4º | 0.83% | 0.73% | - |
| XYZ | 10.74 | 5.28 | 46.91 | - |
| YUV | 55.24 | 201.79 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 32 | 186 | 0.73 | 0.83 | 0 | 0.27 | 247.4 | 0.71 | 0.43 |
| Hex | 33 | 20 | BA | 49 | 53 | 0 | 1B | F7 | 47 | 2B |
| Octal | 63 | 40 | 272 | 111 | 123 | 0 | 33 | 367 | 107 | 53 |
| Binary | 110011 | 100000 | 10111010 | 1001001 | 1010011 | 0 | 11011 | 11110111 | 1000111 | 101011 |
Color Harmonies of #3320BA
Complementary color
Monochromatic Colors of #3320BA
Black with #3320BA
Text Example
Text Example
White with #3320BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3320BA; }
p { color: rgb(51,32,186); }
H1.HeaderClassName
{
color: #3320BA;
}
.AnyTagClassName
{
color: #3320BA;
}
</style>
background-color css
<style>
a { background-color: #3320BA; }
a { background-color: rgb(51,32,186); }
div.DivClassName
{
background-color: #3320BA;
}
.BgClassName
{
background-color: #3320BA;
}
</style>
border-color css
<style>
span { border-color: #3320BA; }
span { border-color: rgb(51,32,186); }
td.TdClassName
{
border-color: #3320BA;
}
.TagClassName
{
border-color: #3320BA;
}
</style>