Shades of Persian Blue #322CCA
Tints of Persian Blue #322CCA
RGB
CMYK
RGB Variations
Color information
#322CCA (or 0x322CCA) is known color: Persian Blue. HEX triplet: 32, 2C and CA. RGB value is (50,44,202). Sum of RGB (Red+Green+Blue) = 50+44+202=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 44 (17.58% from 255 or 14.86% from 296); Blue value is 202 (79.30% from 255 or 68.24% from 296); Max value from RGB is 202 - color contains mainly: blue. Hex color #322CCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322CCA is #CDD335. Grayscale: #3F3F3F. Windows color (decimal): -13488950 or 13249586. OLE color: 13249586.
HSL color Cylindrical-coordinate representation of color #322CCA: hue angle of 242.28º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #322CCA is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 44 | 202 | - |
| CMYK | 0.75 | 0.78 | 0 | 0.21 |
| HSL | 242.28º | 0.64% | 0.48% | - |
| HSV(B) | 242.28º | 0.78% | 0.79% | - |
| XYZ | 12.88 | 6.74 | 56.5 | - |
| YUV | 63.81 | 205.99 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 44 | 202 | 0.75 | 0.78 | 0 | 0.21 | 242.28 | 0.64 | 0.48 |
| Hex | 32 | 2C | CA | 4B | 4E | 0 | 15 | F2 | 40 | 30 |
| Octal | 62 | 54 | 312 | 113 | 116 | 0 | 25 | 362 | 100 | 60 |
| Binary | 110010 | 101100 | 11001010 | 1001011 | 1001110 | 0 | 10101 | 11110010 | 1000000 | 110000 |
Color Harmonies of #322CCA
Complementary color
Monochromatic Colors of #322CCA
Black with #322CCA
Text Example
Text Example
White with #322CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322CCA; }
p { color: rgb(50,44,202); }
H1.HeaderClassName
{
color: #322CCA;
}
.AnyTagClassName
{
color: #322CCA;
}
</style>
background-color css
<style>
a { background-color: #322CCA; }
a { background-color: rgb(50,44,202); }
div.DivClassName
{
background-color: #322CCA;
}
.BgClassName
{
background-color: #322CCA;
}
</style>
border-color css
<style>
span { border-color: #322CCA; }
span { border-color: rgb(50,44,202); }
td.TdClassName
{
border-color: #322CCA;
}
.TagClassName
{
border-color: #322CCA;
}
</style>