Shades of Persian Blue #321AC0
Tints of Persian Blue #321AC0
RGB
CMYK
RGB Variations
Color information
#321AC0 (or 0x321AC0) is known color: Persian Blue. HEX triplet: 32, 1A and C0. RGB value is (50,26,192). Sum of RGB (Red+Green+Blue) = 50+26+192=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 26 (10.55% from 255 or 9.70% from 268); Blue value is 192 (75.39% from 255 or 71.64% from 268); Max value from RGB is 192 - color contains mainly: blue. Hex color #321AC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321AC0 is #CDE53F. Grayscale: #333333. Windows color (decimal): -13493568 or 12589618. OLE color: 12589618.
HSL color Cylindrical-coordinate representation of color #321AC0: hue angle of 248.67º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #321AC0 is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 26 | 192 | - |
| CMYK | 0.74 | 0.86 | 0 | 0.25 |
| HSL | 248.67º | 0.76% | 0.43% | - |
| HSV(B) | 248.67º | 0.86% | 0.75% | - |
| XYZ | 11.2 | 5.22 | 50.29 | - |
| YUV | 52.1 | 206.95 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 26 | 192 | 0.74 | 0.86 | 0 | 0.25 | 248.67 | 0.76 | 0.43 |
| Hex | 32 | 1A | C0 | 4A | 56 | 0 | 19 | F9 | 4C | 2B |
| Octal | 62 | 32 | 300 | 112 | 126 | 0 | 31 | 371 | 114 | 53 |
| Binary | 110010 | 11010 | 11000000 | 1001010 | 1010110 | 0 | 11001 | 11111001 | 1001100 | 101011 |
Color Harmonies of #321AC0
Complementary color
Monochromatic Colors of #321AC0
Black with #321AC0
Text Example
Text Example
White with #321AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321AC0; }
p { color: rgb(50,26,192); }
H1.HeaderClassName
{
color: #321AC0;
}
.AnyTagClassName
{
color: #321AC0;
}
</style>
background-color css
<style>
a { background-color: #321AC0; }
a { background-color: rgb(50,26,192); }
div.DivClassName
{
background-color: #321AC0;
}
.BgClassName
{
background-color: #321AC0;
}
</style>
border-color css
<style>
span { border-color: #321AC0; }
span { border-color: rgb(50,26,192); }
td.TdClassName
{
border-color: #321AC0;
}
.TagClassName
{
border-color: #321AC0;
}
</style>