Shades of Persian Blue #3228AB
Tints of Persian Blue #3228AB
RGB
CMYK
RGB Variations
Color information
#3228AB (or 0x3228AB) is known color: Persian Blue. HEX triplet: 32, 28 and AB. RGB value is (50,40,171). Sum of RGB (Red+Green+Blue) = 50+40+171=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 171 (67.19% from 255 or 65.52% from 261); Max value from RGB is 171 - color contains mainly: blue. Hex color #3228AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3228AB is #CDD754. Grayscale: #393939. Windows color (decimal): -13490005 or 11216946. OLE color: 11216946.
HSL color Cylindrical-coordinate representation of color #3228AB: hue angle of 244.58º 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 #3228AB is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 40 | 171 | - |
| CMYK | 0.71 | 0.77 | 0 | 0.33 |
| HSL | 244.58º | 0.62% | 0.41% | - |
| HSV(B) | 244.58º | 0.77% | 0.67% | - |
| XYZ | 9.42 | 5.14 | 39.02 | - |
| YUV | 57.92 | 191.81 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 40 | 171 | 0.71 | 0.77 | 0 | 0.33 | 244.58 | 0.62 | 0.41 |
| Hex | 32 | 28 | AB | 47 | 4D | 0 | 21 | F5 | 3E | 29 |
| Octal | 62 | 50 | 253 | 107 | 115 | 0 | 41 | 365 | 76 | 51 |
| Binary | 110010 | 101000 | 10101011 | 1000111 | 1001101 | 0 | 100001 | 11110101 | 111110 | 101001 |
Color Harmonies of #3228AB
Complementary color
Monochromatic Colors of #3228AB
Black with #3228AB
Text Example
Text Example
White with #3228AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3228AB; }
p { color: rgb(50,40,171); }
H1.HeaderClassName
{
color: #3228AB;
}
.AnyTagClassName
{
color: #3228AB;
}
</style>
background-color css
<style>
a { background-color: #3228AB; }
a { background-color: rgb(50,40,171); }
div.DivClassName
{
background-color: #3228AB;
}
.BgClassName
{
background-color: #3228AB;
}
</style>
border-color css
<style>
span { border-color: #3228AB; }
span { border-color: rgb(50,40,171); }
td.TdClassName
{
border-color: #3228AB;
}
.TagClassName
{
border-color: #3228AB;
}
</style>