Shades of Persian Blue #321ACE
Tints of Persian Blue #321ACE
RGB
CMYK
RGB Variations
Color information
#321ACE (or 0x321ACE) is known color: Persian Blue. HEX triplet: 32, 1A and CE. RGB value is (50,26,206). Sum of RGB (Red+Green+Blue) = 50+26+206=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 26 (10.55% from 255 or 9.22% from 282); Blue value is 206 (80.86% from 255 or 73.05% from 282); Max value from RGB is 206 - color contains mainly: blue. Hex color #321ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321ACE is #CDE531. Grayscale: #353535. Windows color (decimal): -13493554 or 13507122. OLE color: 13507122.
HSL color Cylindrical-coordinate representation of color #321ACE: hue angle of 248º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #321ACE is Cyan = 0.76, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 26 | 206 | - |
| CMYK | 0.76 | 0.87 | 0 | 0.19 |
| HSL | 248º | 0.78% | 0.45% | - |
| HSV(B) | 248º | 0.87% | 0.81% | - |
| XYZ | 12.83 | 5.87 | 58.85 | - |
| YUV | 53.7 | 213.95 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 26 | 206 | 0.76 | 0.87 | 0 | 0.19 | 248 | 0.78 | 0.45 |
| Hex | 32 | 1A | CE | 4C | 57 | 0 | 13 | F8 | 4E | 2D |
| Octal | 62 | 32 | 316 | 114 | 127 | 0 | 23 | 370 | 116 | 55 |
| Binary | 110010 | 11010 | 11001110 | 1001100 | 1010111 | 0 | 10011 | 11111000 | 1001110 | 101101 |
Color Harmonies of #321ACE
Complementary color
Monochromatic Colors of #321ACE
Black with #321ACE
Text Example
Text Example
White with #321ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321ACE; }
p { color: rgb(50,26,206); }
H1.HeaderClassName
{
color: #321ACE;
}
.AnyTagClassName
{
color: #321ACE;
}
</style>
background-color css
<style>
a { background-color: #321ACE; }
a { background-color: rgb(50,26,206); }
div.DivClassName
{
background-color: #321ACE;
}
.BgClassName
{
background-color: #321ACE;
}
</style>
border-color css
<style>
span { border-color: #321ACE; }
span { border-color: rgb(50,26,206); }
td.TdClassName
{
border-color: #321ACE;
}
.TagClassName
{
border-color: #321ACE;
}
</style>