Shades of Persian Blue #322ABD
Tints of Persian Blue #322ABD
RGB
CMYK
RGB Variations
Color information
#322ABD (or 0x322ABD) is known color: Persian Blue. HEX triplet: 32, 2A and BD. RGB value is (50,42,189). Sum of RGB (Red+Green+Blue) = 50+42+189=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 42 (16.80% from 255 or 14.95% from 281); Blue value is 189 (74.22% from 255 or 67.26% from 281); Max value from RGB is 189 - color contains mainly: blue. Hex color #322ABD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322ABD is #CDD542. Grayscale: #3C3C3C. Windows color (decimal): -13489475 or 12397106. OLE color: 12397106.
HSL color Cylindrical-coordinate representation of color #322ABD: hue angle of 243.27º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #322ABD is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 42 | 189 | - |
| CMYK | 0.74 | 0.78 | 0 | 0.26 |
| HSL | 243.27º | 0.64% | 0.45% | - |
| HSV(B) | 243.27º | 0.78% | 0.74% | - |
| XYZ | 11.33 | 6.01 | 48.71 | - |
| YUV | 61.15 | 200.15 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 42 | 189 | 0.74 | 0.78 | 0 | 0.26 | 243.27 | 0.64 | 0.45 |
| Hex | 32 | 2A | BD | 4A | 4E | 0 | 1A | F3 | 40 | 2D |
| Octal | 62 | 52 | 275 | 112 | 116 | 0 | 32 | 363 | 100 | 55 |
| Binary | 110010 | 101010 | 10111101 | 1001010 | 1001110 | 0 | 11010 | 11110011 | 1000000 | 101101 |
Color Harmonies of #322ABD
Complementary color
Monochromatic Colors of #322ABD
Black with #322ABD
Text Example
Text Example
White with #322ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322ABD; }
p { color: rgb(50,42,189); }
H1.HeaderClassName
{
color: #322ABD;
}
.AnyTagClassName
{
color: #322ABD;
}
</style>
background-color css
<style>
a { background-color: #322ABD; }
a { background-color: rgb(50,42,189); }
div.DivClassName
{
background-color: #322ABD;
}
.BgClassName
{
background-color: #322ABD;
}
</style>
border-color css
<style>
span { border-color: #322ABD; }
span { border-color: rgb(50,42,189); }
td.TdClassName
{
border-color: #322ABD;
}
.TagClassName
{
border-color: #322ABD;
}
</style>