Shades of Persian Blue #2131D1
Tints of Persian Blue #2131D1
RGB
CMYK
RGB Variations
Color information
#2131D1 (or 0x2131D1) is known color: Persian Blue. HEX triplet: 21, 31 and D1. RGB value is (33,49,209). Sum of RGB (Red+Green+Blue) = 33+49+209=291 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.34% from 291); Green value is 49 (19.53% from 255 or 16.84% from 291); Blue value is 209 (82.03% from 255 or 71.82% from 291); Max value from RGB is 209 - color contains mainly: blue. Hex color #2131D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2131D1 is #DECE2E. Grayscale: #3D3D3D. Windows color (decimal): -14601775 or 13709601. OLE color: 13709601.
HSL color Cylindrical-coordinate representation of color #2131D1: hue angle of 234.55º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2131D1 is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 49 | 209 | - |
| CMYK | 0.84 | 0.77 | 0 | 0.18 |
| HSL | 234.55º | 0.73% | 0.47% | - |
| HSV(B) | 234.55º | 0.84% | 0.82% | - |
| XYZ | 13.23 | 7.12 | 61 | - |
| YUV | 62.46 | 210.7 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 49 | 209 | 0.84 | 0.77 | 0 | 0.18 | 234.55 | 0.73 | 0.47 |
| Hex | 21 | 31 | D1 | 54 | 4D | 0 | 12 | EB | 49 | 2F |
| Octal | 41 | 61 | 321 | 124 | 115 | 0 | 22 | 353 | 111 | 57 |
| Binary | 100001 | 110001 | 11010001 | 1010100 | 1001101 | 0 | 10010 | 11101011 | 1001001 | 101111 |
Color Harmonies of #2131D1
Complementary color
Monochromatic Colors of #2131D1
Black with #2131D1
Text Example
Text Example
White with #2131D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2131D1; }
p { color: rgb(33,49,209); }
H1.HeaderClassName
{
color: #2131D1;
}
.AnyTagClassName
{
color: #2131D1;
}
</style>
background-color css
<style>
a { background-color: #2131D1; }
a { background-color: rgb(33,49,209); }
div.DivClassName
{
background-color: #2131D1;
}
.BgClassName
{
background-color: #2131D1;
}
</style>
border-color css
<style>
span { border-color: #2131D1; }
span { border-color: rgb(33,49,209); }
td.TdClassName
{
border-color: #2131D1;
}
.TagClassName
{
border-color: #2131D1;
}
</style>