Shades of Persian Blue #322ADC
Tints of Persian Blue #322ADC
RGB
CMYK
RGB Variations
Color information
#322ADC (or 0x322ADC) is known color: Persian Blue. HEX triplet: 32, 2A and DC. RGB value is (50,42,220). Sum of RGB (Red+Green+Blue) = 50+42+220=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 42 (16.80% from 255 or 13.46% from 312); Blue value is 220 (86.33% from 255 or 70.51% from 312); Max value from RGB is 220 - color contains mainly: blue. Hex color #322ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322ADC is #CDD523. Grayscale: #3F3F3F. Windows color (decimal): -13489444 or 14428722. OLE color: 14428722.
HSL color Cylindrical-coordinate representation of color #322ADC: hue angle of 242.7º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #322ADC is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 42 | 220 | - |
| CMYK | 0.77 | 0.81 | 0 | 0.14 |
| HSL | 242.7º | 0.72% | 0.51% | - |
| HSV(B) | 242.7º | 0.81% | 0.86% | - |
| XYZ | 15.06 | 7.5 | 68.36 | - |
| YUV | 64.68 | 215.65 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 42 | 220 | 0.77 | 0.81 | 0 | 0.14 | 242.7 | 0.72 | 0.51 |
| Hex | 32 | 2A | DC | 4D | 51 | 0 | E | F3 | 48 | 33 |
| Octal | 62 | 52 | 334 | 115 | 121 | 0 | 16 | 363 | 110 | 63 |
| Binary | 110010 | 101010 | 11011100 | 1001101 | 1010001 | 0 | 1110 | 11110011 | 1001000 | 110011 |
Color Harmonies of #322ADC
Complementary color
Monochromatic Colors of #322ADC
Black with #322ADC
Text Example
Text Example
White with #322ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322ADC; }
p { color: rgb(50,42,220); }
H1.HeaderClassName
{
color: #322ADC;
}
.AnyTagClassName
{
color: #322ADC;
}
</style>
background-color css
<style>
a { background-color: #322ADC; }
a { background-color: rgb(50,42,220); }
div.DivClassName
{
background-color: #322ADC;
}
.BgClassName
{
background-color: #322ADC;
}
</style>
border-color css
<style>
span { border-color: #322ADC; }
span { border-color: rgb(50,42,220); }
td.TdClassName
{
border-color: #322ADC;
}
.TagClassName
{
border-color: #322ADC;
}
</style>