Shades of Persian Blue #3322D0
Tints of Persian Blue #3322D0
RGB
CMYK
RGB Variations
Color information
#3322D0 (or 0x3322D0) is known color: Persian Blue. HEX triplet: 33, 22 and D0. RGB value is (51,34,208). Sum of RGB (Red+Green+Blue) = 51+34+208=293 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.41% from 293); Green value is 34 (13.67% from 255 or 11.60% from 293); Blue value is 208 (81.64% from 255 or 70.99% from 293); Max value from RGB is 208 - color contains mainly: blue. Hex color #3322D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3322D0 is #CCDD2F. Grayscale: #3A3A3A. Windows color (decimal): -13425968 or 13640243. OLE color: 13640243.
HSL color Cylindrical-coordinate representation of color #3322D0: hue angle of 245.86º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3322D0 is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 51 | 34 | 208 | - |
| CMYK | 0.75 | 0.84 | 0 | 0.18 |
| HSL | 245.86º | 0.72% | 0.47% | - |
| HSV(B) | 245.86º | 0.84% | 0.82% | - |
| XYZ | 13.32 | 6.4 | 60.21 | - |
| YUV | 58.92 | 212.13 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 34 | 208 | 0.75 | 0.84 | 0 | 0.18 | 245.86 | 0.72 | 0.47 |
| Hex | 33 | 22 | D0 | 4B | 54 | 0 | 12 | F6 | 48 | 2F |
| Octal | 63 | 42 | 320 | 113 | 124 | 0 | 22 | 366 | 110 | 57 |
| Binary | 110011 | 100010 | 11010000 | 1001011 | 1010100 | 0 | 10010 | 11110110 | 1001000 | 101111 |
Color Harmonies of #3322D0
Complementary color
Monochromatic Colors of #3322D0
Black with #3322D0
Text Example
Text Example
White with #3322D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3322D0; }
p { color: rgb(51,34,208); }
H1.HeaderClassName
{
color: #3322D0;
}
.AnyTagClassName
{
color: #3322D0;
}
</style>
background-color css
<style>
a { background-color: #3322D0; }
a { background-color: rgb(51,34,208); }
div.DivClassName
{
background-color: #3322D0;
}
.BgClassName
{
background-color: #3322D0;
}
</style>
border-color css
<style>
span { border-color: #3322D0; }
span { border-color: rgb(51,34,208); }
td.TdClassName
{
border-color: #3322D0;
}
.TagClassName
{
border-color: #3322D0;
}
</style>