Shades of Persian Blue #3328AB
Tints of Persian Blue #3328AB
RGB
CMYK
RGB Variations
Color information
#3328AB (or 0x3328AB) is known color: Persian Blue. HEX triplet: 33, 28 and AB. RGB value is (51,40,171). Sum of RGB (Red+Green+Blue) = 51+40+171=262 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.47% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 171 (67.19% from 255 or 65.27% from 262); Max value from RGB is 171 - color contains mainly: blue. Hex color #3328AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3328AB is #CCD754. Grayscale: #393939. Windows color (decimal): -13424469 or 11216947. OLE color: 11216947.
HSL color Cylindrical-coordinate representation of color #3328AB: hue angle of 245.04º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3328AB is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 40 | 171 | - |
| CMYK | 0.70 | 0.77 | 0 | 0.33 |
| HSL | 245.04º | 0.62% | 0.41% | - |
| HSV(B) | 245.04º | 0.77% | 0.67% | - |
| XYZ | 9.47 | 5.16 | 39.03 | - |
| YUV | 58.22 | 191.64 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 40 | 171 | 0.70 | 0.77 | 0 | 0.33 | 245.04 | 0.62 | 0.41 |
| Hex | 33 | 28 | AB | 46 | 4D | 0 | 21 | F5 | 3E | 29 |
| Octal | 63 | 50 | 253 | 106 | 115 | 0 | 41 | 365 | 76 | 51 |
| Binary | 110011 | 101000 | 10101011 | 1000110 | 1001101 | 0 | 100001 | 11110101 | 111110 | 101001 |
Color Harmonies of #3328AB
Complementary color
Monochromatic Colors of #3328AB
Black with #3328AB
Text Example
Text Example
White with #3328AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3328AB; }
p { color: rgb(51,40,171); }
H1.HeaderClassName
{
color: #3328AB;
}
.AnyTagClassName
{
color: #3328AB;
}
</style>
background-color css
<style>
a { background-color: #3328AB; }
a { background-color: rgb(51,40,171); }
div.DivClassName
{
background-color: #3328AB;
}
.BgClassName
{
background-color: #3328AB;
}
</style>
border-color css
<style>
span { border-color: #3328AB; }
span { border-color: rgb(51,40,171); }
td.TdClassName
{
border-color: #3328AB;
}
.TagClassName
{
border-color: #3328AB;
}
</style>