Shades of Persian Blue #321ABE
Tints of Persian Blue #321ABE
RGB
CMYK
RGB Variations
Color information
#321ABE (or 0x321ABE) is known color: Persian Blue. HEX triplet: 32, 1A and BE. RGB value is (50,26,190). Sum of RGB (Red+Green+Blue) = 50+26+190=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 26 (10.55% from 255 or 9.77% from 266); Blue value is 190 (74.61% from 255 or 71.43% from 266); Max value from RGB is 190 - color contains mainly: blue. Hex color #321ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321ABE is #CDE541. Grayscale: #333333. Windows color (decimal): -13493570 or 12458546. OLE color: 12458546.
HSL color Cylindrical-coordinate representation of color #321ABE: hue angle of 248.78º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #321ABE is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 26 | 190 | - |
| CMYK | 0.74 | 0.86 | 0 | 0.25 |
| HSL | 248.78º | 0.76% | 0.42% | - |
| HSV(B) | 248.78º | 0.86% | 0.75% | - |
| XYZ | 10.98 | 5.13 | 49.13 | - |
| YUV | 51.87 | 205.95 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 26 | 190 | 0.74 | 0.86 | 0 | 0.25 | 248.78 | 0.76 | 0.42 |
| Hex | 32 | 1A | BE | 4A | 56 | 0 | 19 | F9 | 4C | 2A |
| Octal | 62 | 32 | 276 | 112 | 126 | 0 | 31 | 371 | 114 | 52 |
| Binary | 110010 | 11010 | 10111110 | 1001010 | 1010110 | 0 | 11001 | 11111001 | 1001100 | 101010 |
Color Harmonies of #321ABE
Complementary color
Monochromatic Colors of #321ABE
Black with #321ABE
Text Example
Text Example
White with #321ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321ABE; }
p { color: rgb(50,26,190); }
H1.HeaderClassName
{
color: #321ABE;
}
.AnyTagClassName
{
color: #321ABE;
}
</style>
background-color css
<style>
a { background-color: #321ABE; }
a { background-color: rgb(50,26,190); }
div.DivClassName
{
background-color: #321ABE;
}
.BgClassName
{
background-color: #321ABE;
}
</style>
border-color css
<style>
span { border-color: #321ABE; }
span { border-color: rgb(50,26,190); }
td.TdClassName
{
border-color: #321ABE;
}
.TagClassName
{
border-color: #321ABE;
}
</style>