Shades of Persian Blue #322CB4
Tints of Persian Blue #322CB4
RGB
CMYK
RGB Variations
Color information
#322CB4 (or 0x322CB4) is known color: Persian Blue. HEX triplet: 32, 2C and B4. RGB value is (50,44,180). Sum of RGB (Red+Green+Blue) = 50+44+180=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 44 (17.58% from 255 or 16.06% from 274); Blue value is 180 (70.70% from 255 or 65.69% from 274); Max value from RGB is 180 - color contains mainly: blue. Hex color #322CB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322CB4 is #CDD34B. Grayscale: #3C3C3C. Windows color (decimal): -13488972 or 11807794. OLE color: 11807794.
HSL color Cylindrical-coordinate representation of color #322CB4: hue angle of 242.65º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #322CB4 is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 44 | 180 | - |
| CMYK | 0.72 | 0.76 | 0 | 0.29 |
| HSL | 242.65º | 0.61% | 0.44% | - |
| HSV(B) | 242.65º | 0.76% | 0.71% | - |
| XYZ | 10.45 | 5.77 | 43.74 | - |
| YUV | 61.3 | 194.99 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 44 | 180 | 0.72 | 0.76 | 0 | 0.29 | 242.65 | 0.61 | 0.44 |
| Hex | 32 | 2C | B4 | 48 | 4C | 0 | 1D | F3 | 3D | 2C |
| Octal | 62 | 54 | 264 | 110 | 114 | 0 | 35 | 363 | 75 | 54 |
| Binary | 110010 | 101100 | 10110100 | 1001000 | 1001100 | 0 | 11101 | 11110011 | 111101 | 101100 |
Color Harmonies of #322CB4
Complementary color
Monochromatic Colors of #322CB4
Black with #322CB4
Text Example
Text Example
White with #322CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322CB4; }
p { color: rgb(50,44,180); }
H1.HeaderClassName
{
color: #322CB4;
}
.AnyTagClassName
{
color: #322CB4;
}
</style>
background-color css
<style>
a { background-color: #322CB4; }
a { background-color: rgb(50,44,180); }
div.DivClassName
{
background-color: #322CB4;
}
.BgClassName
{
background-color: #322CB4;
}
</style>
border-color css
<style>
span { border-color: #322CB4; }
span { border-color: rgb(50,44,180); }
td.TdClassName
{
border-color: #322CB4;
}
.TagClassName
{
border-color: #322CB4;
}
</style>