Shades of Persian Blue #2127DB
Tints of Persian Blue #2127DB
RGB
CMYK
RGB Variations
Color information
#2127DB (or 0x2127DB) is known color: Persian Blue. HEX triplet: 21, 27 and DB. RGB value is (33,39,219). Sum of RGB (Red+Green+Blue) = 33+39+219=291 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.34% from 291); Green value is 39 (15.62% from 255 or 13.40% from 291); Blue value is 219 (85.94% from 255 or 75.26% from 291); Max value from RGB is 219 - color contains mainly: blue. Hex color #2127DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2127DB is #DED824. Grayscale: #393939. Windows color (decimal): -14604325 or 14362401. OLE color: 14362401.
HSL color Cylindrical-coordinate representation of color #2127DB: hue angle of 238.06º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2127DB is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 39 | 219 | - |
| CMYK | 0.85 | 0.82 | 0 | 0.14 |
| HSL | 238.06º | 0.74% | 0.49% | - |
| HSV(B) | 238.06º | 0.85% | 0.86% | - |
| XYZ | 14.14 | 6.89 | 67.6 | - |
| YUV | 57.73 | 219.01 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 39 | 219 | 0.85 | 0.82 | 0 | 0.14 | 238.06 | 0.74 | 0.49 |
| Hex | 21 | 27 | DB | 55 | 52 | 0 | E | EE | 4A | 31 |
| Octal | 41 | 47 | 333 | 125 | 122 | 0 | 16 | 356 | 112 | 61 |
| Binary | 100001 | 100111 | 11011011 | 1010101 | 1010010 | 0 | 1110 | 11101110 | 1001010 | 110001 |
Color Harmonies of #2127DB
Complementary color
Monochromatic Colors of #2127DB
Black with #2127DB
Text Example
Text Example
White with #2127DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2127DB; }
p { color: rgb(33,39,219); }
H1.HeaderClassName
{
color: #2127DB;
}
.AnyTagClassName
{
color: #2127DB;
}
</style>
background-color css
<style>
a { background-color: #2127DB; }
a { background-color: rgb(33,39,219); }
div.DivClassName
{
background-color: #2127DB;
}
.BgClassName
{
background-color: #2127DB;
}
</style>
border-color css
<style>
span { border-color: #2127DB; }
span { border-color: rgb(33,39,219); }
td.TdClassName
{
border-color: #2127DB;
}
.TagClassName
{
border-color: #2127DB;
}
</style>