Shades of Persian Blue #322AB3
Tints of Persian Blue #322AB3
RGB
CMYK
RGB Variations
Color information
#322AB3 (or 0x322AB3) is known color: Persian Blue. HEX triplet: 32, 2A and B3. RGB value is (50,42,179). Sum of RGB (Red+Green+Blue) = 50+42+179=271 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.45% from 271); Green value is 42 (16.80% from 255 or 15.50% from 271); Blue value is 179 (70.31% from 255 or 66.05% from 271); Max value from RGB is 179 - color contains mainly: blue. Hex color #322AB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322AB3 is #CDD54C. Grayscale: #3B3B3B. Windows color (decimal): -13489485 or 11741746. OLE color: 11741746.
HSL color Cylindrical-coordinate representation of color #322AB3: hue angle of 243.5º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #322AB3 is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 50 | 42 | 179 | - |
| CMYK | 0.72 | 0.77 | 0 | 0.30 |
| HSL | 243.5º | 0.62% | 0.43% | - |
| HSV(B) | 243.5º | 0.77% | 0.7% | - |
| XYZ | 10.28 | 5.59 | 43.18 | - |
| YUV | 60.01 | 195.15 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 42 | 179 | 0.72 | 0.77 | 0 | 0.30 | 243.5 | 0.62 | 0.43 |
| Hex | 32 | 2A | B3 | 48 | 4D | 0 | 1E | F4 | 3E | 2B |
| Octal | 62 | 52 | 263 | 110 | 115 | 0 | 36 | 364 | 76 | 53 |
| Binary | 110010 | 101010 | 10110011 | 1001000 | 1001101 | 0 | 11110 | 11110100 | 111110 | 101011 |
Color Harmonies of #322AB3
Complementary color
Monochromatic Colors of #322AB3
Black with #322AB3
Text Example
Text Example
White with #322AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322AB3; }
p { color: rgb(50,42,179); }
H1.HeaderClassName
{
color: #322AB3;
}
.AnyTagClassName
{
color: #322AB3;
}
</style>
background-color css
<style>
a { background-color: #322AB3; }
a { background-color: rgb(50,42,179); }
div.DivClassName
{
background-color: #322AB3;
}
.BgClassName
{
background-color: #322AB3;
}
</style>
border-color css
<style>
span { border-color: #322AB3; }
span { border-color: rgb(50,42,179); }
td.TdClassName
{
border-color: #322AB3;
}
.TagClassName
{
border-color: #322AB3;
}
</style>