Shades of Persian Blue #2131DD
Tints of Persian Blue #2131DD
RGB
CMYK
RGB Variations
Color information
#2131DD (or 0x2131DD) is known color: Persian Blue. HEX triplet: 21, 31 and DD. RGB value is (33,49,221). Sum of RGB (Red+Green+Blue) = 33+49+221=303 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.89% from 303); Green value is 49 (19.53% from 255 or 16.17% from 303); Blue value is 221 (86.72% from 255 or 72.94% from 303); Max value from RGB is 221 - color contains mainly: blue. Hex color #2131DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2131DD is #DECE22. Grayscale: #3F3F3F. Windows color (decimal): -14601763 or 14496033. OLE color: 14496033.
HSL color Cylindrical-coordinate representation of color #2131DD: hue angle of 234.89º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2131DD is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 49 | 221 | - |
| CMYK | 0.85 | 0.78 | 0 | 0.13 |
| HSL | 234.89º | 0.74% | 0.5% | - |
| HSV(B) | 234.89º | 0.85% | 0.87% | - |
| XYZ | 14.78 | 7.74 | 69.12 | - |
| YUV | 63.82 | 216.7 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 49 | 221 | 0.85 | 0.78 | 0 | 0.13 | 234.89 | 0.74 | 0.5 |
| Hex | 21 | 31 | DD | 55 | 4E | 0 | D | EB | 4A | 32 |
| Octal | 41 | 61 | 335 | 125 | 116 | 0 | 15 | 353 | 112 | 62 |
| Binary | 100001 | 110001 | 11011101 | 1010101 | 1001110 | 0 | 1101 | 11101011 | 1001010 | 110010 |
Color Harmonies of #2131DD
Complementary color
Monochromatic Colors of #2131DD
Black with #2131DD
Text Example
Text Example
White with #2131DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2131DD; }
p { color: rgb(33,49,221); }
H1.HeaderClassName
{
color: #2131DD;
}
.AnyTagClassName
{
color: #2131DD;
}
</style>
background-color css
<style>
a { background-color: #2131DD; }
a { background-color: rgb(33,49,221); }
div.DivClassName
{
background-color: #2131DD;
}
.BgClassName
{
background-color: #2131DD;
}
</style>
border-color css
<style>
span { border-color: #2131DD; }
span { border-color: rgb(33,49,221); }
td.TdClassName
{
border-color: #2131DD;
}
.TagClassName
{
border-color: #2131DD;
}
</style>