Shades of Persian Blue #321ACB
Tints of Persian Blue #321ACB
RGB
CMYK
RGB Variations
Color information
#321ACB (or 0x321ACB) is known color: Persian Blue. HEX triplet: 32, 1A and CB. RGB value is (50,26,203). Sum of RGB (Red+Green+Blue) = 50+26+203=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 26 (10.55% from 255 or 9.32% from 279); Blue value is 203 (79.69% from 255 or 72.76% from 279); Max value from RGB is 203 - color contains mainly: blue. Hex color #321ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321ACB is #CDE534. Grayscale: #343434. Windows color (decimal): -13493557 or 13310514. OLE color: 13310514.
HSL color Cylindrical-coordinate representation of color #321ACB: hue angle of 248.14º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #321ACB is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 26 | 203 | - |
| CMYK | 0.75 | 0.87 | 0 | 0.20 |
| HSL | 248.14º | 0.77% | 0.45% | - |
| HSV(B) | 248.14º | 0.87% | 0.8% | - |
| XYZ | 12.46 | 5.73 | 56.95 | - |
| YUV | 53.35 | 212.45 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 26 | 203 | 0.75 | 0.87 | 0 | 0.20 | 248.14 | 0.77 | 0.45 |
| Hex | 32 | 1A | CB | 4B | 57 | 0 | 14 | F8 | 4D | 2D |
| Octal | 62 | 32 | 313 | 113 | 127 | 0 | 24 | 370 | 115 | 55 |
| Binary | 110010 | 11010 | 11001011 | 1001011 | 1010111 | 0 | 10100 | 11111000 | 1001101 | 101101 |
Color Harmonies of #321ACB
Complementary color
Monochromatic Colors of #321ACB
Black with #321ACB
Text Example
Text Example
White with #321ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321ACB; }
p { color: rgb(50,26,203); }
H1.HeaderClassName
{
color: #321ACB;
}
.AnyTagClassName
{
color: #321ACB;
}
</style>
background-color css
<style>
a { background-color: #321ACB; }
a { background-color: rgb(50,26,203); }
div.DivClassName
{
background-color: #321ACB;
}
.BgClassName
{
background-color: #321ACB;
}
</style>
border-color css
<style>
span { border-color: #321ACB; }
span { border-color: rgb(50,26,203); }
td.TdClassName
{
border-color: #321ACB;
}
.TagClassName
{
border-color: #321ACB;
}
</style>