Shades of Persian Blue #322ACC
Tints of Persian Blue #322ACC
RGB
CMYK
RGB Variations
Color information
#322ACC (or 0x322ACC) is known color: Persian Blue. HEX triplet: 32, 2A and CC. RGB value is (50,42,204). Sum of RGB (Red+Green+Blue) = 50+42+204=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 42 (16.80% from 255 or 14.19% from 296); Blue value is 204 (80.08% from 255 or 68.92% from 296); Max value from RGB is 204 - color contains mainly: blue. Hex color #322ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322ACC is #CDD533. Grayscale: #3E3E3E. Windows color (decimal): -13489460 or 13380146. OLE color: 13380146.
HSL color Cylindrical-coordinate representation of color #322ACC: hue angle of 242.96º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #322ACC is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 42 | 204 | - |
| CMYK | 0.75 | 0.79 | 0 | 0.2 |
| HSL | 242.96º | 0.66% | 0.48% | - |
| HSV(B) | 242.96º | 0.79% | 0.8% | - |
| XYZ | 13.04 | 6.69 | 57.73 | - |
| YUV | 62.86 | 207.65 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 42 | 204 | 0.75 | 0.79 | 0 | 0.2 | 242.96 | 0.66 | 0.48 |
| Hex | 32 | 2A | CC | 4B | 4F | 0 | 14 | F3 | 42 | 30 |
| Octal | 62 | 52 | 314 | 113 | 117 | 0 | 24 | 363 | 102 | 60 |
| Binary | 110010 | 101010 | 11001100 | 1001011 | 1001111 | 0 | 10100 | 11110011 | 1000010 | 110000 |
Color Harmonies of #322ACC
Complementary color
Monochromatic Colors of #322ACC
Black with #322ACC
Text Example
Text Example
White with #322ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322ACC; }
p { color: rgb(50,42,204); }
H1.HeaderClassName
{
color: #322ACC;
}
.AnyTagClassName
{
color: #322ACC;
}
</style>
background-color css
<style>
a { background-color: #322ACC; }
a { background-color: rgb(50,42,204); }
div.DivClassName
{
background-color: #322ACC;
}
.BgClassName
{
background-color: #322ACC;
}
</style>
border-color css
<style>
span { border-color: #322ACC; }
span { border-color: rgb(50,42,204); }
td.TdClassName
{
border-color: #322ACC;
}
.TagClassName
{
border-color: #322ACC;
}
</style>