Shades of Persian Blue #2716BD
Tints of Persian Blue #2716BD
RGB
CMYK
RGB Variations
Color information
#2716BD (or 0x2716BD) is known color: Persian Blue. HEX triplet: 27, 16 and BD. RGB value is (39,22,189). Sum of RGB (Red+Green+Blue) = 39+22+189=250 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.6% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 189 (74.22% from 255 or 75.6% from 250); Max value from RGB is 189 - color contains mainly: blue. Hex color #2716BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2716BD is #D8E942. Grayscale: #2D2D2D. Windows color (decimal): -14215491 or 12391975. OLE color: 12391975.
HSL color Cylindrical-coordinate representation of color #2716BD: hue angle of 246.11º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2716BD is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 22 | 189 | - |
| CMYK | 0.79 | 0.88 | 0 | 0.26 |
| HSL | 246.11º | 0.79% | 0.41% | - |
| HSV(B) | 246.11º | 0.88% | 0.74% | - |
| XYZ | 10.31 | 4.68 | 48.5 | - |
| YUV | 46.12 | 208.63 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 22 | 189 | 0.79 | 0.88 | 0 | 0.26 | 246.11 | 0.79 | 0.41 |
| Hex | 27 | 16 | BD | 4F | 58 | 0 | 1A | F6 | 4F | 29 |
| Octal | 47 | 26 | 275 | 117 | 130 | 0 | 32 | 366 | 117 | 51 |
| Binary | 100111 | 10110 | 10111101 | 1001111 | 1011000 | 0 | 11010 | 11110110 | 1001111 | 101001 |
Color Harmonies of #2716BD
Complementary color
Monochromatic Colors of #2716BD
Black with #2716BD
Text Example
Text Example
White with #2716BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2716BD; }
p { color: rgb(39,22,189); }
H1.HeaderClassName
{
color: #2716BD;
}
.AnyTagClassName
{
color: #2716BD;
}
</style>
background-color css
<style>
a { background-color: #2716BD; }
a { background-color: rgb(39,22,189); }
div.DivClassName
{
background-color: #2716BD;
}
.BgClassName
{
background-color: #2716BD;
}
</style>
border-color css
<style>
span { border-color: #2716BD; }
span { border-color: rgb(39,22,189); }
td.TdClassName
{
border-color: #2716BD;
}
.TagClassName
{
border-color: #2716BD;
}
</style>