Shades of Persian Blue #2721DB
Tints of Persian Blue #2721DB
RGB
CMYK
RGB Variations
Color information
#2721DB (or 0x2721DB) is known color: Persian Blue. HEX triplet: 27, 21 and DB. RGB value is (39,33,219). Sum of RGB (Red+Green+Blue) = 39+33+219=291 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.40% from 291); Green value is 33 (13.28% from 255 or 11.34% 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 #2721DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2721DB is #D8DE24. Grayscale: #373737. Windows color (decimal): -14212645 or 14360871. OLE color: 14360871.
HSL color Cylindrical-coordinate representation of color #2721DB: hue angle of 241.94º 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 #2721DB is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 33 | 219 | - |
| CMYK | 0.82 | 0.85 | 0 | 0.14 |
| HSL | 241.94º | 0.74% | 0.49% | - |
| HSV(B) | 241.94º | 0.85% | 0.86% | - |
| XYZ | 14.17 | 6.63 | 67.55 | - |
| YUV | 56 | 219.99 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 33 | 219 | 0.82 | 0.85 | 0 | 0.14 | 241.94 | 0.74 | 0.49 |
| Hex | 27 | 21 | DB | 52 | 55 | 0 | E | F2 | 4A | 31 |
| Octal | 47 | 41 | 333 | 122 | 125 | 0 | 16 | 362 | 112 | 61 |
| Binary | 100111 | 100001 | 11011011 | 1010010 | 1010101 | 0 | 1110 | 11110010 | 1001010 | 110001 |
Color Harmonies of #2721DB
Complementary color
Monochromatic Colors of #2721DB
Black with #2721DB
Text Example
Text Example
White with #2721DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2721DB; }
p { color: rgb(39,33,219); }
H1.HeaderClassName
{
color: #2721DB;
}
.AnyTagClassName
{
color: #2721DB;
}
</style>
background-color css
<style>
a { background-color: #2721DB; }
a { background-color: rgb(39,33,219); }
div.DivClassName
{
background-color: #2721DB;
}
.BgClassName
{
background-color: #2721DB;
}
</style>
border-color css
<style>
span { border-color: #2721DB; }
span { border-color: rgb(39,33,219); }
td.TdClassName
{
border-color: #2721DB;
}
.TagClassName
{
border-color: #2721DB;
}
</style>