Shades of Persian Blue #3328B1
Tints of Persian Blue #3328B1
RGB
CMYK
RGB Variations
Color information
#3328B1 (or 0x3328B1) is known color: Persian Blue. HEX triplet: 33, 28 and B1. RGB value is (51,40,177). Sum of RGB (Red+Green+Blue) = 51+40+177=268 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.03% from 268); Green value is 40 (16.02% from 255 or 14.93% from 268); Blue value is 177 (69.53% from 255 or 66.04% from 268); Max value from RGB is 177 - color contains mainly: blue. Hex color #3328B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3328B1 is #CCD74E. Grayscale: #3A3A3A. Windows color (decimal): -13424463 or 11610163. OLE color: 11610163.
HSL color Cylindrical-coordinate representation of color #3328B1: hue angle of 244.82º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3328B1 is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 51 | 40 | 177 | - |
| CMYK | 0.71 | 0.77 | 0 | 0.31 |
| HSL | 244.82º | 0.63% | 0.43% | - |
| HSV(B) | 244.82º | 0.77% | 0.69% | - |
| XYZ | 10.06 | 5.4 | 42.11 | - |
| YUV | 58.91 | 194.64 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 40 | 177 | 0.71 | 0.77 | 0 | 0.31 | 244.82 | 0.63 | 0.43 |
| Hex | 33 | 28 | B1 | 47 | 4D | 0 | 1F | F5 | 3F | 2B |
| Octal | 63 | 50 | 261 | 107 | 115 | 0 | 37 | 365 | 77 | 53 |
| Binary | 110011 | 101000 | 10110001 | 1000111 | 1001101 | 0 | 11111 | 11110101 | 111111 | 101011 |
Color Harmonies of #3328B1
Complementary color
Monochromatic Colors of #3328B1
Black with #3328B1
Text Example
Text Example
White with #3328B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3328B1; }
p { color: rgb(51,40,177); }
H1.HeaderClassName
{
color: #3328B1;
}
.AnyTagClassName
{
color: #3328B1;
}
</style>
background-color css
<style>
a { background-color: #3328B1; }
a { background-color: rgb(51,40,177); }
div.DivClassName
{
background-color: #3328B1;
}
.BgClassName
{
background-color: #3328B1;
}
</style>
border-color css
<style>
span { border-color: #3328B1; }
span { border-color: rgb(51,40,177); }
td.TdClassName
{
border-color: #3328B1;
}
.TagClassName
{
border-color: #3328B1;
}
</style>