Shades of Persian Blue #321CB7
Tints of Persian Blue #321CB7
RGB
CMYK
RGB Variations
Color information
#321CB7 (or 0x321CB7) is known color: Persian Blue. HEX triplet: 32, 1C and B7. RGB value is (50,28,183). Sum of RGB (Red+Green+Blue) = 50+28+183=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 28 (11.33% from 255 or 10.73% from 261); Blue value is 183 (71.88% from 255 or 70.11% from 261); Max value from RGB is 183 - color contains mainly: blue. Hex color #321CB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321CB7 is #CDE348. Grayscale: #333333. Windows color (decimal): -13493065 or 12000306. OLE color: 12000306.
HSL color Cylindrical-coordinate representation of color #321CB7: hue angle of 248.52º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #321CB7 is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 50 | 28 | 183 | - |
| CMYK | 0.73 | 0.85 | 0 | 0.28 |
| HSL | 248.52º | 0.73% | 0.41% | - |
| HSV(B) | 248.52º | 0.85% | 0.72% | - |
| XYZ | 10.28 | 4.93 | 45.21 | - |
| YUV | 52.25 | 201.79 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 28 | 183 | 0.73 | 0.85 | 0 | 0.28 | 248.52 | 0.73 | 0.41 |
| Hex | 32 | 1C | B7 | 49 | 55 | 0 | 1C | F9 | 49 | 29 |
| Octal | 62 | 34 | 267 | 111 | 125 | 0 | 34 | 371 | 111 | 51 |
| Binary | 110010 | 11100 | 10110111 | 1001001 | 1010101 | 0 | 11100 | 11111001 | 1001001 | 101001 |
Color Harmonies of #321CB7
Complementary color
Monochromatic Colors of #321CB7
Black with #321CB7
Text Example
Text Example
White with #321CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321CB7; }
p { color: rgb(50,28,183); }
H1.HeaderClassName
{
color: #321CB7;
}
.AnyTagClassName
{
color: #321CB7;
}
</style>
background-color css
<style>
a { background-color: #321CB7; }
a { background-color: rgb(50,28,183); }
div.DivClassName
{
background-color: #321CB7;
}
.BgClassName
{
background-color: #321CB7;
}
</style>
border-color css
<style>
span { border-color: #321CB7; }
span { border-color: rgb(50,28,183); }
td.TdClassName
{
border-color: #321CB7;
}
.TagClassName
{
border-color: #321CB7;
}
</style>