Shades of Persian Blue #322CB3
Tints of Persian Blue #322CB3
RGB
CMYK
RGB Variations
Color information
#322CB3 (or 0x322CB3) is known color: Persian Blue. HEX triplet: 32, 2C and B3. RGB value is (50,44,179). Sum of RGB (Red+Green+Blue) = 50+44+179=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 44 (17.58% from 255 or 16.12% from 273); Blue value is 179 (70.31% from 255 or 65.57% from 273); Max value from RGB is 179 - color contains mainly: blue. Hex color #322CB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322CB3 is #CDD34C. Grayscale: #3C3C3C. Windows color (decimal): -13488973 or 11742258. OLE color: 11742258.
HSL color Cylindrical-coordinate representation of color #322CB3: hue angle of 242.67º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #322CB3 is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 50 | 44 | 179 | - |
| CMYK | 0.72 | 0.75 | 0 | 0.30 |
| HSL | 242.67º | 0.61% | 0.44% | - |
| HSV(B) | 242.67º | 0.75% | 0.7% | - |
| XYZ | 10.35 | 5.73 | 43.21 | - |
| YUV | 61.18 | 194.49 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 44 | 179 | 0.72 | 0.75 | 0 | 0.30 | 242.67 | 0.61 | 0.44 |
| Hex | 32 | 2C | B3 | 48 | 4B | 0 | 1E | F3 | 3D | 2C |
| Octal | 62 | 54 | 263 | 110 | 113 | 0 | 36 | 363 | 75 | 54 |
| Binary | 110010 | 101100 | 10110011 | 1001000 | 1001011 | 0 | 11110 | 11110011 | 111101 | 101100 |
Color Harmonies of #322CB3
Complementary color
Monochromatic Colors of #322CB3
Black with #322CB3
Text Example
Text Example
White with #322CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322CB3; }
p { color: rgb(50,44,179); }
H1.HeaderClassName
{
color: #322CB3;
}
.AnyTagClassName
{
color: #322CB3;
}
</style>
background-color css
<style>
a { background-color: #322CB3; }
a { background-color: rgb(50,44,179); }
div.DivClassName
{
background-color: #322CB3;
}
.BgClassName
{
background-color: #322CB3;
}
</style>
border-color css
<style>
span { border-color: #322CB3; }
span { border-color: rgb(50,44,179); }
td.TdClassName
{
border-color: #322CB3;
}
.TagClassName
{
border-color: #322CB3;
}
</style>