Shades of Persian Blue #321ED5
Tints of Persian Blue #321ED5
RGB
CMYK
RGB Variations
Color information
#321ED5 (or 0x321ED5) is known color: Persian Blue. HEX triplet: 32, 1E and D5. RGB value is (50,30,213). Sum of RGB (Red+Green+Blue) = 50+30+213=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 30 (12.11% from 255 or 10.24% from 293); Blue value is 213 (83.59% from 255 or 72.70% from 293); Max value from RGB is 213 - color contains mainly: blue. Hex color #321ED5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321ED5 is #CDE12A. Grayscale: #383838. Windows color (decimal): -13492523 or 13966898. OLE color: 13966898.
HSL color Cylindrical-coordinate representation of color #321ED5: hue angle of 246.56º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #321ED5 is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 30 | 213 | - |
| CMYK | 0.77 | 0.86 | 0 | 0.16 |
| HSL | 246.56º | 0.75% | 0.48% | - |
| HSV(B) | 246.56º | 0.86% | 0.84% | - |
| XYZ | 13.79 | 6.41 | 63.46 | - |
| YUV | 56.84 | 216.13 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 30 | 213 | 0.77 | 0.86 | 0 | 0.16 | 246.56 | 0.75 | 0.48 |
| Hex | 32 | 1E | D5 | 4D | 56 | 0 | 10 | F7 | 4B | 30 |
| Octal | 62 | 36 | 325 | 115 | 126 | 0 | 20 | 367 | 113 | 60 |
| Binary | 110010 | 11110 | 11010101 | 1001101 | 1010110 | 0 | 10000 | 11110111 | 1001011 | 110000 |
Color Harmonies of #321ED5
Complementary color
Monochromatic Colors of #321ED5
Black with #321ED5
Text Example
Text Example
White with #321ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321ED5; }
p { color: rgb(50,30,213); }
H1.HeaderClassName
{
color: #321ED5;
}
.AnyTagClassName
{
color: #321ED5;
}
</style>
background-color css
<style>
a { background-color: #321ED5; }
a { background-color: rgb(50,30,213); }
div.DivClassName
{
background-color: #321ED5;
}
.BgClassName
{
background-color: #321ED5;
}
</style>
border-color css
<style>
span { border-color: #321ED5; }
span { border-color: rgb(50,30,213); }
td.TdClassName
{
border-color: #321ED5;
}
.TagClassName
{
border-color: #321ED5;
}
</style>