Shades of Persian Blue #3320B5
Tints of Persian Blue #3320B5
RGB
CMYK
RGB Variations
Color information
#3320B5 (or 0x3320B5) is known color: Persian Blue. HEX triplet: 33, 20 and B5. RGB value is (51,32,181). Sum of RGB (Red+Green+Blue) = 51+32+181=264 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.32% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 181 (71.09% from 255 or 68.56% from 264); Max value from RGB is 181 - color contains mainly: blue. Hex color #3320B5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3320B5 is #CCDF4A. Grayscale: #363636. Windows color (decimal): -13426507 or 11870259. OLE color: 11870259.
HSL color Cylindrical-coordinate representation of color #3320B5: hue angle of 247.65º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3320B5 is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 51 | 32 | 181 | - |
| CMYK | 0.72 | 0.82 | 0 | 0.29 |
| HSL | 247.65º | 0.7% | 0.42% | - |
| HSV(B) | 247.65º | 0.82% | 0.71% | - |
| XYZ | 10.22 | 5.07 | 44.16 | - |
| YUV | 54.67 | 199.29 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 32 | 181 | 0.72 | 0.82 | 0 | 0.29 | 247.65 | 0.7 | 0.42 |
| Hex | 33 | 20 | B5 | 48 | 52 | 0 | 1D | F8 | 46 | 2A |
| Octal | 63 | 40 | 265 | 110 | 122 | 0 | 35 | 370 | 106 | 52 |
| Binary | 110011 | 100000 | 10110101 | 1001000 | 1010010 | 0 | 11101 | 11111000 | 1000110 | 101010 |
Color Harmonies of #3320B5
Complementary color
Monochromatic Colors of #3320B5
Black with #3320B5
Text Example
Text Example
White with #3320B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3320B5; }
p { color: rgb(51,32,181); }
H1.HeaderClassName
{
color: #3320B5;
}
.AnyTagClassName
{
color: #3320B5;
}
</style>
background-color css
<style>
a { background-color: #3320B5; }
a { background-color: rgb(51,32,181); }
div.DivClassName
{
background-color: #3320B5;
}
.BgClassName
{
background-color: #3320B5;
}
</style>
border-color css
<style>
span { border-color: #3320B5; }
span { border-color: rgb(51,32,181); }
td.TdClassName
{
border-color: #3320B5;
}
.TagClassName
{
border-color: #3320B5;
}
</style>