Shades of Persian Blue #322AC5
Tints of Persian Blue #322AC5
RGB
CMYK
RGB Variations
Color information
#322AC5 (or 0x322AC5) is known color: Persian Blue. HEX triplet: 32, 2A and C5. RGB value is (50,42,197). Sum of RGB (Red+Green+Blue) = 50+42+197=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 42 (16.80% from 255 or 14.53% from 289); Blue value is 197 (77.34% from 255 or 68.17% from 289); Max value from RGB is 197 - color contains mainly: blue. Hex color #322AC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322AC5 is #CDD53A. Grayscale: #3D3D3D. Windows color (decimal): -13489467 or 12921394. OLE color: 12921394.
HSL color Cylindrical-coordinate representation of color #322AC5: hue angle of 243.1º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #322AC5 is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 50 | 42 | 197 | - |
| CMYK | 0.75 | 0.79 | 0 | 0.23 |
| HSL | 243.1º | 0.65% | 0.47% | - |
| HSV(B) | 243.1º | 0.79% | 0.77% | - |
| XYZ | 12.22 | 6.37 | 53.41 | - |
| YUV | 62.06 | 204.15 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 42 | 197 | 0.75 | 0.79 | 0 | 0.23 | 243.1 | 0.65 | 0.47 |
| Hex | 32 | 2A | C5 | 4B | 4F | 0 | 17 | F3 | 41 | 2F |
| Octal | 62 | 52 | 305 | 113 | 117 | 0 | 27 | 363 | 101 | 57 |
| Binary | 110010 | 101010 | 11000101 | 1001011 | 1001111 | 0 | 10111 | 11110011 | 1000001 | 101111 |
Color Harmonies of #322AC5
Complementary color
Monochromatic Colors of #322AC5
Black with #322AC5
Text Example
Text Example
White with #322AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322AC5; }
p { color: rgb(50,42,197); }
H1.HeaderClassName
{
color: #322AC5;
}
.AnyTagClassName
{
color: #322AC5;
}
</style>
background-color css
<style>
a { background-color: #322AC5; }
a { background-color: rgb(50,42,197); }
div.DivClassName
{
background-color: #322AC5;
}
.BgClassName
{
background-color: #322AC5;
}
</style>
border-color css
<style>
span { border-color: #322AC5; }
span { border-color: rgb(50,42,197); }
td.TdClassName
{
border-color: #322AC5;
}
.TagClassName
{
border-color: #322AC5;
}
</style>