Shades of Persian Blue #321BC4
Tints of Persian Blue #321BC4
RGB
CMYK
RGB Variations
Color information
#321BC4 (or 0x321BC4) is known color: Persian Blue. HEX triplet: 32, 1B and C4. RGB value is (50,27,196). Sum of RGB (Red+Green+Blue) = 50+27+196=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 27 (10.94% from 255 or 9.89% from 273); Blue value is 196 (76.95% from 255 or 71.79% from 273); Max value from RGB is 196 - color contains mainly: blue. Hex color #321BC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321BC4 is #CDE43B. Grayscale: #343434. Windows color (decimal): -13493308 or 12852018. OLE color: 12852018.
HSL color Cylindrical-coordinate representation of color #321BC4: hue angle of 248.17º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #321BC4 is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 50 | 27 | 196 | - |
| CMYK | 0.74 | 0.86 | 0 | 0.23 |
| HSL | 248.17º | 0.76% | 0.44% | - |
| HSV(B) | 248.17º | 0.86% | 0.77% | - |
| XYZ | 11.67 | 5.45 | 52.66 | - |
| YUV | 53.14 | 208.62 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 27 | 196 | 0.74 | 0.86 | 0 | 0.23 | 248.17 | 0.76 | 0.44 |
| Hex | 32 | 1B | C4 | 4A | 56 | 0 | 17 | F8 | 4C | 2C |
| Octal | 62 | 33 | 304 | 112 | 126 | 0 | 27 | 370 | 114 | 54 |
| Binary | 110010 | 11011 | 11000100 | 1001010 | 1010110 | 0 | 10111 | 11111000 | 1001100 | 101100 |
Color Harmonies of #321BC4
Complementary color
Monochromatic Colors of #321BC4
Black with #321BC4
Text Example
Text Example
White with #321BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321BC4; }
p { color: rgb(50,27,196); }
H1.HeaderClassName
{
color: #321BC4;
}
.AnyTagClassName
{
color: #321BC4;
}
</style>
background-color css
<style>
a { background-color: #321BC4; }
a { background-color: rgb(50,27,196); }
div.DivClassName
{
background-color: #321BC4;
}
.BgClassName
{
background-color: #321BC4;
}
</style>
border-color css
<style>
span { border-color: #321BC4; }
span { border-color: rgb(50,27,196); }
td.TdClassName
{
border-color: #321BC4;
}
.TagClassName
{
border-color: #321BC4;
}
</style>