Shades of Persian Blue #321CC2
Tints of Persian Blue #321CC2
RGB
CMYK
RGB Variations
Color information
#321CC2 (or 0x321CC2) is known color: Persian Blue. HEX triplet: 32, 1C and C2. RGB value is (50,28,194). Sum of RGB (Red+Green+Blue) = 50+28+194=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 28 (11.33% from 255 or 10.29% from 272); Blue value is 194 (76.17% from 255 or 71.32% from 272); Max value from RGB is 194 - color contains mainly: blue. Hex color #321CC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321CC2 is #CDE33D. Grayscale: #343434. Windows color (decimal): -13493054 or 12721202. OLE color: 12721202.
HSL color Cylindrical-coordinate representation of color #321CC2: hue angle of 247.95º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #321CC2 is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 28 | 194 | - |
| CMYK | 0.74 | 0.86 | 0 | 0.24 |
| HSL | 247.95º | 0.75% | 0.44% | - |
| HSV(B) | 247.95º | 0.86% | 0.76% | - |
| XYZ | 11.47 | 5.4 | 51.48 | - |
| YUV | 53.5 | 207.29 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 28 | 194 | 0.74 | 0.86 | 0 | 0.24 | 247.95 | 0.75 | 0.44 |
| Hex | 32 | 1C | C2 | 4A | 56 | 0 | 18 | F8 | 4B | 2C |
| Octal | 62 | 34 | 302 | 112 | 126 | 0 | 30 | 370 | 113 | 54 |
| Binary | 110010 | 11100 | 11000010 | 1001010 | 1010110 | 0 | 11000 | 11111000 | 1001011 | 101100 |
Color Harmonies of #321CC2
Complementary color
Monochromatic Colors of #321CC2
Black with #321CC2
Text Example
Text Example
White with #321CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321CC2; }
p { color: rgb(50,28,194); }
H1.HeaderClassName
{
color: #321CC2;
}
.AnyTagClassName
{
color: #321CC2;
}
</style>
background-color css
<style>
a { background-color: #321CC2; }
a { background-color: rgb(50,28,194); }
div.DivClassName
{
background-color: #321CC2;
}
.BgClassName
{
background-color: #321CC2;
}
</style>
border-color css
<style>
span { border-color: #321CC2; }
span { border-color: rgb(50,28,194); }
td.TdClassName
{
border-color: #321CC2;
}
.TagClassName
{
border-color: #321CC2;
}
</style>