Shades of Persian Blue #2720DF
Tints of Persian Blue #2720DF
RGB
CMYK
RGB Variations
Color information
#2720DF (or 0x2720DF) is known color: Persian Blue. HEX triplet: 27, 20 and DF. RGB value is (39,32,223). Sum of RGB (Red+Green+Blue) = 39+32+223=294 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.27% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 223 (87.5% from 255 or 75.85% from 294); Max value from RGB is 223 - color contains mainly: blue. Hex color #2720DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2720DF is #D8DF20. Grayscale: #373737. Windows color (decimal): -14212897 or 14622759. OLE color: 14622759.
HSL color Cylindrical-coordinate representation of color #2720DF: hue angle of 242.2º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2720DF is Cyan = 0.83, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 32 | 223 | - |
| CMYK | 0.83 | 0.86 | 0 | 0.13 |
| HSL | 242.2º | 0.75% | 0.5% | - |
| HSV(B) | 242.2º | 0.86% | 0.87% | - |
| XYZ | 14.67 | 6.79 | 70.35 | - |
| YUV | 55.87 | 222.32 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 32 | 223 | 0.83 | 0.86 | 0 | 0.13 | 242.2 | 0.75 | 0.5 |
| Hex | 27 | 20 | DF | 53 | 56 | 0 | D | F2 | 4B | 32 |
| Octal | 47 | 40 | 337 | 123 | 126 | 0 | 15 | 362 | 113 | 62 |
| Binary | 100111 | 100000 | 11011111 | 1010011 | 1010110 | 0 | 1101 | 11110010 | 1001011 | 110010 |
Color Harmonies of #2720DF
Complementary color
Monochromatic Colors of #2720DF
Black with #2720DF
Text Example
Text Example
White with #2720DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2720DF; }
p { color: rgb(39,32,223); }
H1.HeaderClassName
{
color: #2720DF;
}
.AnyTagClassName
{
color: #2720DF;
}
</style>
background-color css
<style>
a { background-color: #2720DF; }
a { background-color: rgb(39,32,223); }
div.DivClassName
{
background-color: #2720DF;
}
.BgClassName
{
background-color: #2720DF;
}
</style>
border-color css
<style>
span { border-color: #2720DF; }
span { border-color: rgb(39,32,223); }
td.TdClassName
{
border-color: #2720DF;
}
.TagClassName
{
border-color: #2720DF;
}
</style>