Shades of Persian Blue #2127DD
Tints of Persian Blue #2127DD
RGB
CMYK
RGB Variations
Color information
#2127DD (or 0x2127DD) is known color: Persian Blue. HEX triplet: 21, 27 and DD. RGB value is (33,39,221). Sum of RGB (Red+Green+Blue) = 33+39+221=293 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.26% from 293); Green value is 39 (15.62% from 255 or 13.31% from 293); Blue value is 221 (86.72% from 255 or 75.43% from 293); Max value from RGB is 221 - color contains mainly: blue. Hex color #2127DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2127DD is #DED822. Grayscale: #393939. Windows color (decimal): -14604323 or 14493473. OLE color: 14493473.
HSL color Cylindrical-coordinate representation of color #2127DD: hue angle of 238.09º 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 #2127DD is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 39 | 221 | - |
| CMYK | 0.85 | 0.82 | 0 | 0.13 |
| HSL | 238.09º | 0.74% | 0.5% | - |
| HSV(B) | 238.09º | 0.85% | 0.87% | - |
| XYZ | 14.4 | 6.99 | 69 | - |
| YUV | 57.95 | 220.01 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 39 | 221 | 0.85 | 0.82 | 0 | 0.13 | 238.09 | 0.74 | 0.5 |
| Hex | 21 | 27 | DD | 55 | 52 | 0 | D | EE | 4A | 32 |
| Octal | 41 | 47 | 335 | 125 | 122 | 0 | 15 | 356 | 112 | 62 |
| Binary | 100001 | 100111 | 11011101 | 1010101 | 1010010 | 0 | 1101 | 11101110 | 1001010 | 110010 |
Color Harmonies of #2127DD
Complementary color
Monochromatic Colors of #2127DD
Black with #2127DD
Text Example
Text Example
White with #2127DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2127DD; }
p { color: rgb(33,39,221); }
H1.HeaderClassName
{
color: #2127DD;
}
.AnyTagClassName
{
color: #2127DD;
}
</style>
background-color css
<style>
a { background-color: #2127DD; }
a { background-color: rgb(33,39,221); }
div.DivClassName
{
background-color: #2127DD;
}
.BgClassName
{
background-color: #2127DD;
}
</style>
border-color css
<style>
span { border-color: #2127DD; }
span { border-color: rgb(33,39,221); }
td.TdClassName
{
border-color: #2127DD;
}
.TagClassName
{
border-color: #2127DD;
}
</style>