Shades of Persian Blue #2716BA
Tints of Persian Blue #2716BA
RGB
CMYK
RGB Variations
Color information
#2716BA (or 0x2716BA) is known color: Persian Blue. HEX triplet: 27, 16 and BA. RGB value is (39,22,186). Sum of RGB (Red+Green+Blue) = 39+22+186=247 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.79% from 247); Green value is 22 (8.98% from 255 or 8.91% from 247); Blue value is 186 (73.05% from 255 or 75.30% from 247); Max value from RGB is 186 - color contains mainly: blue. Hex color #2716BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2716BA is #D8E945. Grayscale: #2D2D2D. Windows color (decimal): -14215494 or 12195367. OLE color: 12195367.
HSL color Cylindrical-coordinate representation of color #2716BA: hue angle of 246.22º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2716BA is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 22 | 186 | - |
| CMYK | 0.79 | 0.88 | 0 | 0.27 |
| HSL | 246.22º | 0.79% | 0.41% | - |
| HSV(B) | 246.22º | 0.88% | 0.73% | - |
| XYZ | 9.99 | 4.55 | 46.81 | - |
| YUV | 45.78 | 207.13 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 22 | 186 | 0.79 | 0.88 | 0 | 0.27 | 246.22 | 0.79 | 0.41 |
| Hex | 27 | 16 | BA | 4F | 58 | 0 | 1B | F6 | 4F | 29 |
| Octal | 47 | 26 | 272 | 117 | 130 | 0 | 33 | 366 | 117 | 51 |
| Binary | 100111 | 10110 | 10111010 | 1001111 | 1011000 | 0 | 11011 | 11110110 | 1001111 | 101001 |
Color Harmonies of #2716BA
Complementary color
Monochromatic Colors of #2716BA
Black with #2716BA
Text Example
Text Example
White with #2716BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2716BA; }
p { color: rgb(39,22,186); }
H1.HeaderClassName
{
color: #2716BA;
}
.AnyTagClassName
{
color: #2716BA;
}
</style>
background-color css
<style>
a { background-color: #2716BA; }
a { background-color: rgb(39,22,186); }
div.DivClassName
{
background-color: #2716BA;
}
.BgClassName
{
background-color: #2716BA;
}
</style>
border-color css
<style>
span { border-color: #2716BA; }
span { border-color: rgb(39,22,186); }
td.TdClassName
{
border-color: #2716BA;
}
.TagClassName
{
border-color: #2716BA;
}
</style>