Shades of Persian Blue #2721DA
Tints of Persian Blue #2721DA
RGB
CMYK
RGB Variations
Color information
#2721DA (or 0x2721DA) is known color: Persian Blue. HEX triplet: 27, 21 and DA. RGB value is (39,33,218). Sum of RGB (Red+Green+Blue) = 39+33+218=290 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.45% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 218 (85.55% from 255 or 75.17% from 290); Max value from RGB is 218 - color contains mainly: blue. Hex color #2721DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2721DA is #D8DE25. Grayscale: #373737. Windows color (decimal): -14212646 or 14295335. OLE color: 14295335.
HSL color Cylindrical-coordinate representation of color #2721DA: hue angle of 241.95º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2721DA is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 39 | 33 | 218 | - |
| CMYK | 0.82 | 0.85 | 0 | 0.15 |
| HSL | 241.95º | 0.74% | 0.49% | - |
| HSV(B) | 241.95º | 0.85% | 0.85% | - |
| XYZ | 14.04 | 6.58 | 66.86 | - |
| YUV | 55.88 | 219.49 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 33 | 218 | 0.82 | 0.85 | 0 | 0.15 | 241.95 | 0.74 | 0.49 |
| Hex | 27 | 21 | DA | 52 | 55 | 0 | F | F2 | 4A | 31 |
| Octal | 47 | 41 | 332 | 122 | 125 | 0 | 17 | 362 | 112 | 61 |
| Binary | 100111 | 100001 | 11011010 | 1010010 | 1010101 | 0 | 1111 | 11110010 | 1001010 | 110001 |
Color Harmonies of #2721DA
Complementary color
Monochromatic Colors of #2721DA
Black with #2721DA
Text Example
Text Example
White with #2721DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2721DA; }
p { color: rgb(39,33,218); }
H1.HeaderClassName
{
color: #2721DA;
}
.AnyTagClassName
{
color: #2721DA;
}
</style>
background-color css
<style>
a { background-color: #2721DA; }
a { background-color: rgb(39,33,218); }
div.DivClassName
{
background-color: #2721DA;
}
.BgClassName
{
background-color: #2721DA;
}
</style>
border-color css
<style>
span { border-color: #2721DA; }
span { border-color: rgb(39,33,218); }
td.TdClassName
{
border-color: #2721DA;
}
.TagClassName
{
border-color: #2721DA;
}
</style>