Shades of Persian Blue #3228AC
Tints of Persian Blue #3228AC
RGB
CMYK
RGB Variations
Color information
#3228AC (or 0x3228AC) is known color: Persian Blue. HEX triplet: 32, 28 and AC. RGB value is (50,40,172). Sum of RGB (Red+Green+Blue) = 50+40+172=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 172 (67.58% from 255 or 65.65% from 262); Max value from RGB is 172 - color contains mainly: blue. Hex color #3228AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3228AC is #CDD753. Grayscale: #393939. Windows color (decimal): -13490004 or 11282482. OLE color: 11282482.
HSL color Cylindrical-coordinate representation of color #3228AC: hue angle of 244.55º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3228AC is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 40 | 172 | - |
| CMYK | 0.71 | 0.77 | 0 | 0.33 |
| HSL | 244.55º | 0.62% | 0.42% | - |
| HSV(B) | 244.55º | 0.77% | 0.67% | - |
| XYZ | 9.52 | 5.17 | 39.53 | - |
| YUV | 58.04 | 192.31 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 40 | 172 | 0.71 | 0.77 | 0 | 0.33 | 244.55 | 0.62 | 0.42 |
| Hex | 32 | 28 | AC | 47 | 4D | 0 | 21 | F5 | 3E | 2A |
| Octal | 62 | 50 | 254 | 107 | 115 | 0 | 41 | 365 | 76 | 52 |
| Binary | 110010 | 101000 | 10101100 | 1000111 | 1001101 | 0 | 100001 | 11110101 | 111110 | 101010 |
Color Harmonies of #3228AC
Complementary color
Monochromatic Colors of #3228AC
Black with #3228AC
Text Example
Text Example
White with #3228AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3228AC; }
p { color: rgb(50,40,172); }
H1.HeaderClassName
{
color: #3228AC;
}
.AnyTagClassName
{
color: #3228AC;
}
</style>
background-color css
<style>
a { background-color: #3228AC; }
a { background-color: rgb(50,40,172); }
div.DivClassName
{
background-color: #3228AC;
}
.BgClassName
{
background-color: #3228AC;
}
</style>
border-color css
<style>
span { border-color: #3228AC; }
span { border-color: rgb(50,40,172); }
td.TdClassName
{
border-color: #3228AC;
}
.TagClassName
{
border-color: #3228AC;
}
</style>