Shades of Persian Blue #322FC8
Tints of Persian Blue #322FC8
RGB
CMYK
RGB Variations
Color information
#322FC8 (or 0x322FC8) is known color: Persian Blue. HEX triplet: 32, 2F and C8. RGB value is (50,47,200). Sum of RGB (Red+Green+Blue) = 50+47+200=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 47 (18.75% from 255 or 15.82% from 297); Blue value is 200 (78.52% from 255 or 67.34% from 297); Max value from RGB is 200 - color contains mainly: blue. Hex color #322FC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322FC8 is #CDD037. Grayscale: #404040. Windows color (decimal): -13488184 or 13119282. OLE color: 13119282.
HSL color Cylindrical-coordinate representation of color #322FC8: hue angle of 241.18º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #322FC8 is Cyan = 0.75, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 50 | 47 | 200 | - |
| CMYK | 0.75 | 0.76 | 0 | 0.22 |
| HSL | 241.18º | 0.62% | 0.48% | - |
| HSV(B) | 241.18º | 0.77% | 0.78% | - |
| XYZ | 12.76 | 6.88 | 55.3 | - |
| YUV | 65.34 | 203.99 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 47 | 200 | 0.75 | 0.76 | 0 | 0.22 | 241.18 | 0.62 | 0.48 |
| Hex | 32 | 2F | C8 | 4B | 4C | 0 | 16 | F1 | 3E | 30 |
| Octal | 62 | 57 | 310 | 113 | 114 | 0 | 26 | 361 | 76 | 60 |
| Binary | 110010 | 101111 | 11001000 | 1001011 | 1001100 | 0 | 10110 | 11110001 | 111110 | 110000 |
Color Harmonies of #322FC8
Complementary color
Monochromatic Colors of #322FC8
Black with #322FC8
Text Example
Text Example
White with #322FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322FC8; }
p { color: rgb(50,47,200); }
H1.HeaderClassName
{
color: #322FC8;
}
.AnyTagClassName
{
color: #322FC8;
}
</style>
background-color css
<style>
a { background-color: #322FC8; }
a { background-color: rgb(50,47,200); }
div.DivClassName
{
background-color: #322FC8;
}
.BgClassName
{
background-color: #322FC8;
}
</style>
border-color css
<style>
span { border-color: #322FC8; }
span { border-color: rgb(50,47,200); }
td.TdClassName
{
border-color: #322FC8;
}
.TagClassName
{
border-color: #322FC8;
}
</style>