Shades of Persian Blue #322FB6
Tints of Persian Blue #322FB6
RGB
CMYK
RGB Variations
Color information
#322FB6 (or 0x322FB6) is known color: Persian Blue. HEX triplet: 32, 2F and B6. RGB value is (50,47,182). Sum of RGB (Red+Green+Blue) = 50+47+182=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 47 (18.75% from 255 or 16.85% from 279); Blue value is 182 (71.48% from 255 or 65.23% from 279); Max value from RGB is 182 - color contains mainly: blue. Hex color #322FB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322FB6 is #CDD049. Grayscale: #3E3E3E. Windows color (decimal): -13488202 or 11939634. OLE color: 11939634.
HSL color Cylindrical-coordinate representation of color #322FB6: hue angle of 241.33º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #322FB6 is Cyan = 0.73, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 47 | 182 | - |
| CMYK | 0.73 | 0.74 | 0 | 0.29 |
| HSL | 241.33º | 0.59% | 0.45% | - |
| HSV(B) | 241.33º | 0.74% | 0.71% | - |
| XYZ | 10.78 | 6.09 | 44.86 | - |
| YUV | 63.29 | 194.99 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 47 | 182 | 0.73 | 0.74 | 0 | 0.29 | 241.33 | 0.59 | 0.45 |
| Hex | 32 | 2F | B6 | 49 | 4A | 0 | 1D | F1 | 3B | 2D |
| Octal | 62 | 57 | 266 | 111 | 112 | 0 | 35 | 361 | 73 | 55 |
| Binary | 110010 | 101111 | 10110110 | 1001001 | 1001010 | 0 | 11101 | 11110001 | 111011 | 101101 |
Color Harmonies of #322FB6
Complementary color
Monochromatic Colors of #322FB6
Black with #322FB6
Text Example
Text Example
White with #322FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322FB6; }
p { color: rgb(50,47,182); }
H1.HeaderClassName
{
color: #322FB6;
}
.AnyTagClassName
{
color: #322FB6;
}
</style>
background-color css
<style>
a { background-color: #322FB6; }
a { background-color: rgb(50,47,182); }
div.DivClassName
{
background-color: #322FB6;
}
.BgClassName
{
background-color: #322FB6;
}
</style>
border-color css
<style>
span { border-color: #322FB6; }
span { border-color: rgb(50,47,182); }
td.TdClassName
{
border-color: #322FB6;
}
.TagClassName
{
border-color: #322FB6;
}
</style>