Shades of Persian Blue #322BDF
Tints of Persian Blue #322BDF
RGB
CMYK
RGB Variations
Color information
#322BDF (or 0x322BDF) is known color: Persian Blue. HEX triplet: 32, 2B and DF. RGB value is (50,43,223). Sum of RGB (Red+Green+Blue) = 50+43+223=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 43 (17.19% from 255 or 13.61% from 316); Blue value is 223 (87.5% from 255 or 70.57% from 316); Max value from RGB is 223 - color contains mainly: blue. Hex color #322BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322BDF is #CDD420. Grayscale: #404040. Windows color (decimal): -13489185 or 14625586. OLE color: 14625586.
HSL color Cylindrical-coordinate representation of color #322BDF: hue angle of 242.33º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #322BDF is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 43 | 223 | - |
| CMYK | 0.78 | 0.81 | 0 | 0.13 |
| HSL | 242.33º | 0.74% | 0.52% | - |
| HSV(B) | 242.33º | 0.81% | 0.87% | - |
| XYZ | 15.5 | 7.73 | 70.49 | - |
| YUV | 65.61 | 216.82 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 43 | 223 | 0.78 | 0.81 | 0 | 0.13 | 242.33 | 0.74 | 0.52 |
| Hex | 32 | 2B | DF | 4E | 51 | 0 | D | F2 | 4A | 34 |
| Octal | 62 | 53 | 337 | 116 | 121 | 0 | 15 | 362 | 112 | 64 |
| Binary | 110010 | 101011 | 11011111 | 1001110 | 1010001 | 0 | 1101 | 11110010 | 1001010 | 110100 |
Color Harmonies of #322BDF
Complementary color
Monochromatic Colors of #322BDF
Black with #322BDF
Text Example
Text Example
White with #322BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322BDF; }
p { color: rgb(50,43,223); }
H1.HeaderClassName
{
color: #322BDF;
}
.AnyTagClassName
{
color: #322BDF;
}
</style>
background-color css
<style>
a { background-color: #322BDF; }
a { background-color: rgb(50,43,223); }
div.DivClassName
{
background-color: #322BDF;
}
.BgClassName
{
background-color: #322BDF;
}
</style>
border-color css
<style>
span { border-color: #322BDF; }
span { border-color: rgb(50,43,223); }
td.TdClassName
{
border-color: #322BDF;
}
.TagClassName
{
border-color: #322BDF;
}
</style>