Shades of Persian Blue #322FAB
Tints of Persian Blue #322FAB
RGB
CMYK
RGB Variations
Color information
#322FAB (or 0x322FAB) is known color: Persian Blue. HEX triplet: 32, 2F and AB. RGB value is (50,47,171). Sum of RGB (Red+Green+Blue) = 50+47+171=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 47 (18.75% from 255 or 17.54% from 268); Blue value is 171 (67.19% from 255 or 63.81% from 268); Max value from RGB is 171 - color contains mainly: blue. Hex color #322FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322FAB is #CDD054. Grayscale: #3D3D3D. Windows color (decimal): -13488213 or 11218738. OLE color: 11218738.
HSL color Cylindrical-coordinate representation of color #322FAB: hue angle of 241.45º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #322FAB is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 47 | 171 | - |
| CMYK | 0.71 | 0.73 | 0 | 0.33 |
| HSL | 241.45º | 0.57% | 0.43% | - |
| HSV(B) | 241.45º | 0.73% | 0.67% | - |
| XYZ | 9.68 | 5.65 | 39.11 | - |
| YUV | 62.03 | 189.49 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 47 | 171 | 0.71 | 0.73 | 0 | 0.33 | 241.45 | 0.57 | 0.43 |
| Hex | 32 | 2F | AB | 47 | 49 | 0 | 21 | F1 | 39 | 2B |
| Octal | 62 | 57 | 253 | 107 | 111 | 0 | 41 | 361 | 71 | 53 |
| Binary | 110010 | 101111 | 10101011 | 1000111 | 1001001 | 0 | 100001 | 11110001 | 111001 | 101011 |
Color Harmonies of #322FAB
Complementary color
Monochromatic Colors of #322FAB
Black with #322FAB
Text Example
Text Example
White with #322FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322FAB; }
p { color: rgb(50,47,171); }
H1.HeaderClassName
{
color: #322FAB;
}
.AnyTagClassName
{
color: #322FAB;
}
</style>
background-color css
<style>
a { background-color: #322FAB; }
a { background-color: rgb(50,47,171); }
div.DivClassName
{
background-color: #322FAB;
}
.BgClassName
{
background-color: #322FAB;
}
</style>
border-color css
<style>
span { border-color: #322FAB; }
span { border-color: rgb(50,47,171); }
td.TdClassName
{
border-color: #322FAB;
}
.TagClassName
{
border-color: #322FAB;
}
</style>