Shades of Persian Blue #322FDD
Tints of Persian Blue #322FDD
RGB
CMYK
RGB Variations
Color information
#322FDD (or 0x322FDD) is known color: Persian Blue. HEX triplet: 32, 2F and DD. RGB value is (50,47,221). Sum of RGB (Red+Green+Blue) = 50+47+221=318 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.72% from 318); Green value is 47 (18.75% from 255 or 14.78% from 318); Blue value is 221 (86.72% from 255 or 69.50% from 318); Max value from RGB is 221 - color contains mainly: blue. Hex color #322FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322FDD is #CDD022. Grayscale: #434343. Windows color (decimal): -13488163 or 14495538. OLE color: 14495538.
HSL color Cylindrical-coordinate representation of color #322FDD: hue angle of 241.03º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #322FDD is Cyan = 0.77, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 47 | 221 | - |
| CMYK | 0.77 | 0.79 | 0 | 0.13 |
| HSL | 241.03º | 0.72% | 0.53% | - |
| HSV(B) | 241.03º | 0.79% | 0.87% | - |
| XYZ | 15.38 | 7.93 | 69.13 | - |
| YUV | 67.73 | 214.49 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 47 | 221 | 0.77 | 0.79 | 0 | 0.13 | 241.03 | 0.72 | 0.53 |
| Hex | 32 | 2F | DD | 4D | 4F | 0 | D | F1 | 48 | 35 |
| Octal | 62 | 57 | 335 | 115 | 117 | 0 | 15 | 361 | 110 | 65 |
| Binary | 110010 | 101111 | 11011101 | 1001101 | 1001111 | 0 | 1101 | 11110001 | 1001000 | 110101 |
Color Harmonies of #322FDD
Complementary color
Monochromatic Colors of #322FDD
Black with #322FDD
Text Example
Text Example
White with #322FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322FDD; }
p { color: rgb(50,47,221); }
H1.HeaderClassName
{
color: #322FDD;
}
.AnyTagClassName
{
color: #322FDD;
}
</style>
background-color css
<style>
a { background-color: #322FDD; }
a { background-color: rgb(50,47,221); }
div.DivClassName
{
background-color: #322FDD;
}
.BgClassName
{
background-color: #322FDD;
}
</style>
border-color css
<style>
span { border-color: #322FDD; }
span { border-color: rgb(50,47,221); }
td.TdClassName
{
border-color: #322FDD;
}
.TagClassName
{
border-color: #322FDD;
}
</style>