Shades of Persian Blue #321ECA
Tints of Persian Blue #321ECA
RGB
CMYK
RGB Variations
Color information
#321ECA (or 0x321ECA) is known color: Persian Blue. HEX triplet: 32, 1E and CA. RGB value is (50,30,202). Sum of RGB (Red+Green+Blue) = 50+30+202=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 30 (12.11% from 255 or 10.64% from 282); Blue value is 202 (79.30% from 255 or 71.63% from 282); Max value from RGB is 202 - color contains mainly: blue. Hex color #321ECA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321ECA is #CDE135. Grayscale: #363636. Windows color (decimal): -13492534 or 13246002. OLE color: 13246002.
HSL color Cylindrical-coordinate representation of color #321ECA: hue angle of 246.98º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #321ECA is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 30 | 202 | - |
| CMYK | 0.75 | 0.85 | 0 | 0.21 |
| HSL | 246.98º | 0.74% | 0.45% | - |
| HSV(B) | 246.98º | 0.85% | 0.79% | - |
| XYZ | 12.44 | 5.87 | 56.35 | - |
| YUV | 55.59 | 210.63 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 30 | 202 | 0.75 | 0.85 | 0 | 0.21 | 246.98 | 0.74 | 0.45 |
| Hex | 32 | 1E | CA | 4B | 55 | 0 | 15 | F7 | 4A | 2D |
| Octal | 62 | 36 | 312 | 113 | 125 | 0 | 25 | 367 | 112 | 55 |
| Binary | 110010 | 11110 | 11001010 | 1001011 | 1010101 | 0 | 10101 | 11110111 | 1001010 | 101101 |
Color Harmonies of #321ECA
Complementary color
Monochromatic Colors of #321ECA
Black with #321ECA
Text Example
Text Example
White with #321ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321ECA; }
p { color: rgb(50,30,202); }
H1.HeaderClassName
{
color: #321ECA;
}
.AnyTagClassName
{
color: #321ECA;
}
</style>
background-color css
<style>
a { background-color: #321ECA; }
a { background-color: rgb(50,30,202); }
div.DivClassName
{
background-color: #321ECA;
}
.BgClassName
{
background-color: #321ECA;
}
</style>
border-color css
<style>
span { border-color: #321ECA; }
span { border-color: rgb(50,30,202); }
td.TdClassName
{
border-color: #321ECA;
}
.TagClassName
{
border-color: #321ECA;
}
</style>