Shades of Persian Blue #322ABC
Tints of Persian Blue #322ABC
RGB
CMYK
RGB Variations
Color information
#322ABC (or 0x322ABC) is known color: Persian Blue. HEX triplet: 32, 2A and BC. RGB value is (50,42,188). Sum of RGB (Red+Green+Blue) = 50+42+188=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 42 (16.80% from 255 or 15% from 280); Blue value is 188 (73.83% from 255 or 67.14% from 280); Max value from RGB is 188 - color contains mainly: blue. Hex color #322ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322ABC is #CDD543. Grayscale: #3C3C3C. Windows color (decimal): -13489476 or 12331570. OLE color: 12331570.
HSL color Cylindrical-coordinate representation of color #322ABC: hue angle of 243.29º degrees, saturation: 0.63, 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 #322ABC is Cyan = 0.73, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 42 | 188 | - |
| CMYK | 0.73 | 0.78 | 0 | 0.26 |
| HSL | 243.29º | 0.63% | 0.45% | - |
| HSV(B) | 243.29º | 0.78% | 0.74% | - |
| XYZ | 11.22 | 5.96 | 48.14 | - |
| YUV | 61.04 | 199.65 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 42 | 188 | 0.73 | 0.78 | 0 | 0.26 | 243.29 | 0.63 | 0.45 |
| Hex | 32 | 2A | BC | 49 | 4E | 0 | 1A | F3 | 3F | 2D |
| Octal | 62 | 52 | 274 | 111 | 116 | 0 | 32 | 363 | 77 | 55 |
| Binary | 110010 | 101010 | 10111100 | 1001001 | 1001110 | 0 | 11010 | 11110011 | 111111 | 101101 |
Color Harmonies of #322ABC
Complementary color
Monochromatic Colors of #322ABC
Black with #322ABC
Text Example
Text Example
White with #322ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322ABC; }
p { color: rgb(50,42,188); }
H1.HeaderClassName
{
color: #322ABC;
}
.AnyTagClassName
{
color: #322ABC;
}
</style>
background-color css
<style>
a { background-color: #322ABC; }
a { background-color: rgb(50,42,188); }
div.DivClassName
{
background-color: #322ABC;
}
.BgClassName
{
background-color: #322ABC;
}
</style>
border-color css
<style>
span { border-color: #322ABC; }
span { border-color: rgb(50,42,188); }
td.TdClassName
{
border-color: #322ABC;
}
.TagClassName
{
border-color: #322ABC;
}
</style>