Shades of Persian Blue #321DC2
Tints of Persian Blue #321DC2
RGB
CMYK
RGB Variations
Color information
#321DC2 (or 0x321DC2) is known color: Persian Blue. HEX triplet: 32, 1D and C2. RGB value is (50,29,194). Sum of RGB (Red+Green+Blue) = 50+29+194=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 29 (11.72% from 255 or 10.62% from 273); Blue value is 194 (76.17% from 255 or 71.06% from 273); Max value from RGB is 194 - color contains mainly: blue. Hex color #321DC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321DC2 is #CDE23D. Grayscale: #353535. Windows color (decimal): -13492798 or 12721458. OLE color: 12721458.
HSL color Cylindrical-coordinate representation of color #321DC2: hue angle of 247.64º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #321DC2 is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 29 | 194 | - |
| CMYK | 0.74 | 0.85 | 0 | 0.24 |
| HSL | 247.64º | 0.74% | 0.44% | - |
| HSV(B) | 247.64º | 0.85% | 0.76% | - |
| XYZ | 11.49 | 5.45 | 51.49 | - |
| YUV | 54.09 | 206.96 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 29 | 194 | 0.74 | 0.85 | 0 | 0.24 | 247.64 | 0.74 | 0.44 |
| Hex | 32 | 1D | C2 | 4A | 55 | 0 | 18 | F8 | 4A | 2C |
| Octal | 62 | 35 | 302 | 112 | 125 | 0 | 30 | 370 | 112 | 54 |
| Binary | 110010 | 11101 | 11000010 | 1001010 | 1010101 | 0 | 11000 | 11111000 | 1001010 | 101100 |
Color Harmonies of #321DC2
Complementary color
Monochromatic Colors of #321DC2
Black with #321DC2
Text Example
Text Example
White with #321DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321DC2; }
p { color: rgb(50,29,194); }
H1.HeaderClassName
{
color: #321DC2;
}
.AnyTagClassName
{
color: #321DC2;
}
</style>
background-color css
<style>
a { background-color: #321DC2; }
a { background-color: rgb(50,29,194); }
div.DivClassName
{
background-color: #321DC2;
}
.BgClassName
{
background-color: #321DC2;
}
</style>
border-color css
<style>
span { border-color: #321DC2; }
span { border-color: rgb(50,29,194); }
td.TdClassName
{
border-color: #321DC2;
}
.TagClassName
{
border-color: #321DC2;
}
</style>