Shades of Persian Blue #322DB4
Tints of Persian Blue #322DB4
RGB
CMYK
RGB Variations
Color information
#322DB4 (or 0x322DB4) is known color: Persian Blue. HEX triplet: 32, 2D and B4. RGB value is (50,45,180). Sum of RGB (Red+Green+Blue) = 50+45+180=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 45 (17.97% from 255 or 16.36% from 275); Blue value is 180 (70.70% from 255 or 65.45% from 275); Max value from RGB is 180 - color contains mainly: blue. Hex color #322DB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322DB4 is #CDD24B. Grayscale: #3D3D3D. Windows color (decimal): -13488716 or 11808050. OLE color: 11808050.
HSL color Cylindrical-coordinate representation of color #322DB4: hue angle of 242.22º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #322DB4 is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 45 | 180 | - |
| CMYK | 0.72 | 0.75 | 0 | 0.29 |
| HSL | 242.22º | 0.6% | 0.44% | - |
| HSV(B) | 242.22º | 0.75% | 0.71% | - |
| XYZ | 10.49 | 5.85 | 43.76 | - |
| YUV | 61.89 | 194.66 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 45 | 180 | 0.72 | 0.75 | 0 | 0.29 | 242.22 | 0.6 | 0.44 |
| Hex | 32 | 2D | B4 | 48 | 4B | 0 | 1D | F2 | 3C | 2C |
| Octal | 62 | 55 | 264 | 110 | 113 | 0 | 35 | 362 | 74 | 54 |
| Binary | 110010 | 101101 | 10110100 | 1001000 | 1001011 | 0 | 11101 | 11110010 | 111100 | 101100 |
Color Harmonies of #322DB4
Complementary color
Monochromatic Colors of #322DB4
Black with #322DB4
Text Example
Text Example
White with #322DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322DB4; }
p { color: rgb(50,45,180); }
H1.HeaderClassName
{
color: #322DB4;
}
.AnyTagClassName
{
color: #322DB4;
}
</style>
background-color css
<style>
a { background-color: #322DB4; }
a { background-color: rgb(50,45,180); }
div.DivClassName
{
background-color: #322DB4;
}
.BgClassName
{
background-color: #322DB4;
}
</style>
border-color css
<style>
span { border-color: #322DB4; }
span { border-color: rgb(50,45,180); }
td.TdClassName
{
border-color: #322DB4;
}
.TagClassName
{
border-color: #322DB4;
}
</style>