Shades of Persian Blue #321AB1
Tints of Persian Blue #321AB1
RGB
CMYK
RGB Variations
Color information
#321AB1 (or 0x321AB1) is known color: Persian Blue. HEX triplet: 32, 1A and B1. RGB value is (50,26,177). Sum of RGB (Red+Green+Blue) = 50+26+177=253 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.76% from 253); Green value is 26 (10.55% from 255 or 10.28% from 253); Blue value is 177 (69.53% from 255 or 69.96% from 253); Max value from RGB is 177 - color contains mainly: blue. Hex color #321AB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321AB1 is #CDE54E. Grayscale: #313131. Windows color (decimal): -13493583 or 11606578. OLE color: 11606578.
HSL color Cylindrical-coordinate representation of color #321AB1: hue angle of 249.54º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #321AB1 is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 26 | 177 | - |
| CMYK | 0.72 | 0.85 | 0 | 0.31 |
| HSL | 249.54º | 0.74% | 0.4% | - |
| HSV(B) | 249.54º | 0.85% | 0.69% | - |
| XYZ | 9.62 | 4.59 | 41.97 | - |
| YUV | 50.39 | 199.45 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 26 | 177 | 0.72 | 0.85 | 0 | 0.31 | 249.54 | 0.74 | 0.4 |
| Hex | 32 | 1A | B1 | 48 | 55 | 0 | 1F | FA | 4A | 28 |
| Octal | 62 | 32 | 261 | 110 | 125 | 0 | 37 | 372 | 112 | 50 |
| Binary | 110010 | 11010 | 10110001 | 1001000 | 1010101 | 0 | 11111 | 11111010 | 1001010 | 101000 |
Color Harmonies of #321AB1
Complementary color
Monochromatic Colors of #321AB1
Black with #321AB1
Text Example
Text Example
White with #321AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321AB1; }
p { color: rgb(50,26,177); }
H1.HeaderClassName
{
color: #321AB1;
}
.AnyTagClassName
{
color: #321AB1;
}
</style>
background-color css
<style>
a { background-color: #321AB1; }
a { background-color: rgb(50,26,177); }
div.DivClassName
{
background-color: #321AB1;
}
.BgClassName
{
background-color: #321AB1;
}
</style>
border-color css
<style>
span { border-color: #321AB1; }
span { border-color: rgb(50,26,177); }
td.TdClassName
{
border-color: #321AB1;
}
.TagClassName
{
border-color: #321AB1;
}
</style>