Shades of Persian Blue #321ACC
Tints of Persian Blue #321ACC
RGB
CMYK
RGB Variations
Color information
#321ACC (or 0x321ACC) is known color: Persian Blue. HEX triplet: 32, 1A and CC. RGB value is (50,26,204). Sum of RGB (Red+Green+Blue) = 50+26+204=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 26 (10.55% from 255 or 9.29% from 280); Blue value is 204 (80.08% from 255 or 72.86% from 280); Max value from RGB is 204 - color contains mainly: blue. Hex color #321ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321ACC is #CDE533. Grayscale: #343434. Windows color (decimal): -13493556 or 13376050. OLE color: 13376050.
HSL color Cylindrical-coordinate representation of color #321ACC: hue angle of 248.09º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #321ACC is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 26 | 204 | - |
| CMYK | 0.75 | 0.87 | 0 | 0.2 |
| HSL | 248.09º | 0.77% | 0.45% | - |
| HSV(B) | 248.09º | 0.87% | 0.8% | - |
| XYZ | 12.58 | 5.78 | 57.58 | - |
| YUV | 53.47 | 212.95 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 26 | 204 | 0.75 | 0.87 | 0 | 0.2 | 248.09 | 0.77 | 0.45 |
| Hex | 32 | 1A | CC | 4B | 57 | 0 | 14 | F8 | 4D | 2D |
| Octal | 62 | 32 | 314 | 113 | 127 | 0 | 24 | 370 | 115 | 55 |
| Binary | 110010 | 11010 | 11001100 | 1001011 | 1010111 | 0 | 10100 | 11111000 | 1001101 | 101101 |
Color Harmonies of #321ACC
Complementary color
Monochromatic Colors of #321ACC
Black with #321ACC
Text Example
Text Example
White with #321ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321ACC; }
p { color: rgb(50,26,204); }
H1.HeaderClassName
{
color: #321ACC;
}
.AnyTagClassName
{
color: #321ACC;
}
</style>
background-color css
<style>
a { background-color: #321ACC; }
a { background-color: rgb(50,26,204); }
div.DivClassName
{
background-color: #321ACC;
}
.BgClassName
{
background-color: #321ACC;
}
</style>
border-color css
<style>
span { border-color: #321ACC; }
span { border-color: rgb(50,26,204); }
td.TdClassName
{
border-color: #321ACC;
}
.TagClassName
{
border-color: #321ACC;
}
</style>