Shades of Persian Blue #322FDA
Tints of Persian Blue #322FDA
RGB
CMYK
RGB Variations
Color information
#322FDA (or 0x322FDA) is known color: Persian Blue. HEX triplet: 32, 2F and DA. RGB value is (50,47,218). Sum of RGB (Red+Green+Blue) = 50+47+218=315 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.87% from 315); Green value is 47 (18.75% from 255 or 14.92% from 315); Blue value is 218 (85.55% from 255 or 69.21% from 315); Max value from RGB is 218 - color contains mainly: blue. Hex color #322FDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322FDA is #CDD025. Grayscale: #424242. Windows color (decimal): -13488166 or 14298930. OLE color: 14298930.
HSL color Cylindrical-coordinate representation of color #322FDA: hue angle of 241.05º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #322FDA is Cyan = 0.77, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 47 | 218 | - |
| CMYK | 0.77 | 0.78 | 0 | 0.15 |
| HSL | 241.05º | 0.7% | 0.52% | - |
| HSV(B) | 241.05º | 0.78% | 0.85% | - |
| XYZ | 14.99 | 7.77 | 67.04 | - |
| YUV | 67.39 | 212.99 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 47 | 218 | 0.77 | 0.78 | 0 | 0.15 | 241.05 | 0.7 | 0.52 |
| Hex | 32 | 2F | DA | 4D | 4E | 0 | F | F1 | 46 | 34 |
| Octal | 62 | 57 | 332 | 115 | 116 | 0 | 17 | 361 | 106 | 64 |
| Binary | 110010 | 101111 | 11011010 | 1001101 | 1001110 | 0 | 1111 | 11110001 | 1000110 | 110100 |
Color Harmonies of #322FDA
Complementary color
Monochromatic Colors of #322FDA
Black with #322FDA
Text Example
Text Example
White with #322FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322FDA; }
p { color: rgb(50,47,218); }
H1.HeaderClassName
{
color: #322FDA;
}
.AnyTagClassName
{
color: #322FDA;
}
</style>
background-color css
<style>
a { background-color: #322FDA; }
a { background-color: rgb(50,47,218); }
div.DivClassName
{
background-color: #322FDA;
}
.BgClassName
{
background-color: #322FDA;
}
</style>
border-color css
<style>
span { border-color: #322FDA; }
span { border-color: rgb(50,47,218); }
td.TdClassName
{
border-color: #322FDA;
}
.TagClassName
{
border-color: #322FDA;
}
</style>