Shades of Persian Blue #321FCD
Tints of Persian Blue #321FCD
RGB
CMYK
RGB Variations
Color information
#321FCD (or 0x321FCD) is known color: Persian Blue. HEX triplet: 32, 1F and CD. RGB value is (50,31,205). Sum of RGB (Red+Green+Blue) = 50+31+205=286 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.48% from 286); Green value is 31 (12.5% from 255 or 10.84% from 286); Blue value is 205 (80.47% from 255 or 71.68% from 286); Max value from RGB is 205 - color contains mainly: blue. Hex color #321FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321FCD is #CDE032. Grayscale: #373737. Windows color (decimal): -13492275 or 13442866. OLE color: 13442866.
HSL color Cylindrical-coordinate representation of color #321FCD: hue angle of 246.55º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #321FCD is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 31 | 205 | - |
| CMYK | 0.76 | 0.85 | 0 | 0.20 |
| HSL | 246.55º | 0.74% | 0.46% | - |
| HSV(B) | 246.55º | 0.85% | 0.8% | - |
| XYZ | 12.82 | 6.07 | 58.25 | - |
| YUV | 56.52 | 211.79 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 31 | 205 | 0.76 | 0.85 | 0 | 0.20 | 246.55 | 0.74 | 0.46 |
| Hex | 32 | 1F | CD | 4C | 55 | 0 | 14 | F7 | 4A | 2E |
| Octal | 62 | 37 | 315 | 114 | 125 | 0 | 24 | 367 | 112 | 56 |
| Binary | 110010 | 11111 | 11001101 | 1001100 | 1010101 | 0 | 10100 | 11110111 | 1001010 | 101110 |
Color Harmonies of #321FCD
Complementary color
Monochromatic Colors of #321FCD
Black with #321FCD
Text Example
Text Example
White with #321FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321FCD; }
p { color: rgb(50,31,205); }
H1.HeaderClassName
{
color: #321FCD;
}
.AnyTagClassName
{
color: #321FCD;
}
</style>
background-color css
<style>
a { background-color: #321FCD; }
a { background-color: rgb(50,31,205); }
div.DivClassName
{
background-color: #321FCD;
}
.BgClassName
{
background-color: #321FCD;
}
</style>
border-color css
<style>
span { border-color: #321FCD; }
span { border-color: rgb(50,31,205); }
td.TdClassName
{
border-color: #321FCD;
}
.TagClassName
{
border-color: #321FCD;
}
</style>