Shades of Persian Blue #2131E0
Tints of Persian Blue #2131E0
RGB
CMYK
RGB Variations
Color information
#2131E0 (or 0x2131E0) is known color: Persian Blue. HEX triplet: 21, 31 and E0. RGB value is (33,49,224). Sum of RGB (Red+Green+Blue) = 33+49+224=306 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.78% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 224 (87.89% from 255 or 73.20% from 306); Max value from RGB is 224 - color contains mainly: blue. Hex color #2131E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2131E0 is #DECE1F. Grayscale: #3F3F3F. Windows color (decimal): -14601760 or 14692641. OLE color: 14692641.
HSL color Cylindrical-coordinate representation of color #2131E0: hue angle of 234.97º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2131E0 is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 49 | 224 | - |
| CMYK | 0.85 | 0.78 | 0 | 0.12 |
| HSL | 234.97º | 0.75% | 0.5% | - |
| HSV(B) | 234.97º | 0.85% | 0.88% | - |
| XYZ | 15.18 | 7.9 | 71.25 | - |
| YUV | 64.17 | 218.2 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 49 | 224 | 0.85 | 0.78 | 0 | 0.12 | 234.97 | 0.75 | 0.5 |
| Hex | 21 | 31 | E0 | 55 | 4E | 0 | C | EB | 4B | 32 |
| Octal | 41 | 61 | 340 | 125 | 116 | 0 | 14 | 353 | 113 | 62 |
| Binary | 100001 | 110001 | 11100000 | 1010101 | 1001110 | 0 | 1100 | 11101011 | 1001011 | 110010 |
Color Harmonies of #2131E0
Complementary color
Monochromatic Colors of #2131E0
Black with #2131E0
Text Example
Text Example
White with #2131E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2131E0; }
p { color: rgb(33,49,224); }
H1.HeaderClassName
{
color: #2131E0;
}
.AnyTagClassName
{
color: #2131E0;
}
</style>
background-color css
<style>
a { background-color: #2131E0; }
a { background-color: rgb(33,49,224); }
div.DivClassName
{
background-color: #2131E0;
}
.BgClassName
{
background-color: #2131E0;
}
</style>
border-color css
<style>
span { border-color: #2131E0; }
span { border-color: rgb(33,49,224); }
td.TdClassName
{
border-color: #2131E0;
}
.TagClassName
{
border-color: #2131E0;
}
</style>