Shades of Persian Blue #322ABE
Tints of Persian Blue #322ABE
RGB
CMYK
RGB Variations
Color information
#322ABE (or 0x322ABE) is known color: Persian Blue. HEX triplet: 32, 2A and BE. RGB value is (50,42,190). Sum of RGB (Red+Green+Blue) = 50+42+190=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 42 (16.80% from 255 or 14.89% from 282); Blue value is 190 (74.61% from 255 or 67.38% from 282); Max value from RGB is 190 - color contains mainly: blue. Hex color #322ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322ABE is #CDD541. Grayscale: #3C3C3C. Windows color (decimal): -13489474 or 12462642. OLE color: 12462642.
HSL color Cylindrical-coordinate representation of color #322ABE: hue angle of 243.24º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #322ABE is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 42 | 190 | - |
| CMYK | 0.74 | 0.78 | 0 | 0.25 |
| HSL | 243.24º | 0.64% | 0.45% | - |
| HSV(B) | 243.24º | 0.78% | 0.75% | - |
| XYZ | 11.44 | 6.05 | 49.28 | - |
| YUV | 61.26 | 200.65 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 42 | 190 | 0.74 | 0.78 | 0 | 0.25 | 243.24 | 0.64 | 0.45 |
| Hex | 32 | 2A | BE | 4A | 4E | 0 | 19 | F3 | 40 | 2D |
| Octal | 62 | 52 | 276 | 112 | 116 | 0 | 31 | 363 | 100 | 55 |
| Binary | 110010 | 101010 | 10111110 | 1001010 | 1001110 | 0 | 11001 | 11110011 | 1000000 | 101101 |
Color Harmonies of #322ABE
Complementary color
Monochromatic Colors of #322ABE
Black with #322ABE
Text Example
Text Example
White with #322ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322ABE; }
p { color: rgb(50,42,190); }
H1.HeaderClassName
{
color: #322ABE;
}
.AnyTagClassName
{
color: #322ABE;
}
</style>
background-color css
<style>
a { background-color: #322ABE; }
a { background-color: rgb(50,42,190); }
div.DivClassName
{
background-color: #322ABE;
}
.BgClassName
{
background-color: #322ABE;
}
</style>
border-color css
<style>
span { border-color: #322ABE; }
span { border-color: rgb(50,42,190); }
td.TdClassName
{
border-color: #322ABE;
}
.TagClassName
{
border-color: #322ABE;
}
</style>