Shades of Persian Blue #321CB4
Tints of Persian Blue #321CB4
RGB
CMYK
RGB Variations
Color information
#321CB4 (or 0x321CB4) is known color: Persian Blue. HEX triplet: 32, 1C and B4. RGB value is (50,28,180). Sum of RGB (Red+Green+Blue) = 50+28+180=258 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.38% from 258); Green value is 28 (11.33% from 255 or 10.85% from 258); Blue value is 180 (70.70% from 255 or 69.77% from 258); Max value from RGB is 180 - color contains mainly: blue. Hex color #321CB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321CB4 is #CDE34B. Grayscale: #333333. Windows color (decimal): -13493068 or 11803698. OLE color: 11803698.
HSL color Cylindrical-coordinate representation of color #321CB4: hue angle of 248.68º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #321CB4 is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 28 | 180 | - |
| CMYK | 0.72 | 0.84 | 0 | 0.29 |
| HSL | 248.68º | 0.73% | 0.41% | - |
| HSV(B) | 248.68º | 0.84% | 0.71% | - |
| XYZ | 9.97 | 4.8 | 43.58 | - |
| YUV | 51.91 | 200.29 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 28 | 180 | 0.72 | 0.84 | 0 | 0.29 | 248.68 | 0.73 | 0.41 |
| Hex | 32 | 1C | B4 | 48 | 54 | 0 | 1D | F9 | 49 | 29 |
| Octal | 62 | 34 | 264 | 110 | 124 | 0 | 35 | 371 | 111 | 51 |
| Binary | 110010 | 11100 | 10110100 | 1001000 | 1010100 | 0 | 11101 | 11111001 | 1001001 | 101001 |
Color Harmonies of #321CB4
Complementary color
Monochromatic Colors of #321CB4
Black with #321CB4
Text Example
Text Example
White with #321CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321CB4; }
p { color: rgb(50,28,180); }
H1.HeaderClassName
{
color: #321CB4;
}
.AnyTagClassName
{
color: #321CB4;
}
</style>
background-color css
<style>
a { background-color: #321CB4; }
a { background-color: rgb(50,28,180); }
div.DivClassName
{
background-color: #321CB4;
}
.BgClassName
{
background-color: #321CB4;
}
</style>
border-color css
<style>
span { border-color: #321CB4; }
span { border-color: rgb(50,28,180); }
td.TdClassName
{
border-color: #321CB4;
}
.TagClassName
{
border-color: #321CB4;
}
</style>