Shades of Persian Blue #2720BA
Tints of Persian Blue #2720BA
RGB
CMYK
RGB Variations
Color information
#2720BA (or 0x2720BA) is known color: Persian Blue. HEX triplet: 27, 20 and BA. RGB value is (39,32,186). Sum of RGB (Red+Green+Blue) = 39+32+186=257 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.18% from 257); Green value is 32 (12.89% from 255 or 12.45% from 257); Blue value is 186 (73.05% from 255 or 72.37% from 257); Max value from RGB is 186 - color contains mainly: blue. Hex color #2720BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2720BA is #D8DF45. Grayscale: #333333. Windows color (decimal): -14212934 or 12197927. OLE color: 12197927.
HSL color Cylindrical-coordinate representation of color #2720BA: hue angle of 242.73º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2720BA is Cyan = 0.79, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 32 | 186 | - |
| CMYK | 0.79 | 0.83 | 0 | 0.27 |
| HSL | 242.73º | 0.71% | 0.43% | - |
| HSV(B) | 242.73º | 0.83% | 0.73% | - |
| XYZ | 10.22 | 5.01 | 46.88 | - |
| YUV | 51.65 | 203.82 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 32 | 186 | 0.79 | 0.83 | 0 | 0.27 | 242.73 | 0.71 | 0.43 |
| Hex | 27 | 20 | BA | 4F | 53 | 0 | 1B | F3 | 47 | 2B |
| Octal | 47 | 40 | 272 | 117 | 123 | 0 | 33 | 363 | 107 | 53 |
| Binary | 100111 | 100000 | 10111010 | 1001111 | 1010011 | 0 | 11011 | 11110011 | 1000111 | 101011 |
Color Harmonies of #2720BA
Complementary color
Monochromatic Colors of #2720BA
Black with #2720BA
Text Example
Text Example
White with #2720BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2720BA; }
p { color: rgb(39,32,186); }
H1.HeaderClassName
{
color: #2720BA;
}
.AnyTagClassName
{
color: #2720BA;
}
</style>
background-color css
<style>
a { background-color: #2720BA; }
a { background-color: rgb(39,32,186); }
div.DivClassName
{
background-color: #2720BA;
}
.BgClassName
{
background-color: #2720BA;
}
</style>
border-color css
<style>
span { border-color: #2720BA; }
span { border-color: rgb(39,32,186); }
td.TdClassName
{
border-color: #2720BA;
}
.TagClassName
{
border-color: #2720BA;
}
</style>