Shades of Persian Blue #321ECF
Tints of Persian Blue #321ECF
RGB
CMYK
RGB Variations
Color information
#321ECF (or 0x321ECF) is known color: Persian Blue. HEX triplet: 32, 1E and CF. RGB value is (50,30,207). Sum of RGB (Red+Green+Blue) = 50+30+207=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 30 (12.11% from 255 or 10.45% from 287); Blue value is 207 (81.25% from 255 or 72.13% from 287); Max value from RGB is 207 - color contains mainly: blue. Hex color #321ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321ECF is #CDE130. Grayscale: #373737. Windows color (decimal): -13492529 or 13573682. OLE color: 13573682.
HSL color Cylindrical-coordinate representation of color #321ECF: hue angle of 246.78º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #321ECF is Cyan = 0.76, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 30 | 207 | - |
| CMYK | 0.76 | 0.86 | 0 | 0.19 |
| HSL | 246.78º | 0.75% | 0.46% | - |
| HSV(B) | 246.78º | 0.86% | 0.81% | - |
| XYZ | 13.04 | 6.11 | 59.52 | - |
| YUV | 56.16 | 213.13 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 30 | 207 | 0.76 | 0.86 | 0 | 0.19 | 246.78 | 0.75 | 0.46 |
| Hex | 32 | 1E | CF | 4C | 56 | 0 | 13 | F7 | 4B | 2E |
| Octal | 62 | 36 | 317 | 114 | 126 | 0 | 23 | 367 | 113 | 56 |
| Binary | 110010 | 11110 | 11001111 | 1001100 | 1010110 | 0 | 10011 | 11110111 | 1001011 | 101110 |
Color Harmonies of #321ECF
Complementary color
Monochromatic Colors of #321ECF
Black with #321ECF
Text Example
Text Example
White with #321ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321ECF; }
p { color: rgb(50,30,207); }
H1.HeaderClassName
{
color: #321ECF;
}
.AnyTagClassName
{
color: #321ECF;
}
</style>
background-color css
<style>
a { background-color: #321ECF; }
a { background-color: rgb(50,30,207); }
div.DivClassName
{
background-color: #321ECF;
}
.BgClassName
{
background-color: #321ECF;
}
</style>
border-color css
<style>
span { border-color: #321ECF; }
span { border-color: rgb(50,30,207); }
td.TdClassName
{
border-color: #321ECF;
}
.TagClassName
{
border-color: #321ECF;
}
</style>