Shades of Persian Blue #2717BA
Tints of Persian Blue #2717BA
RGB
CMYK
RGB Variations
Color information
#2717BA (or 0x2717BA) is known color: Persian Blue. HEX triplet: 27, 17 and BA. RGB value is (39,23,186). Sum of RGB (Red+Green+Blue) = 39+23+186=248 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.73% from 248); Green value is 23 (9.38% from 255 or 9.27% from 248); Blue value is 186 (73.05% from 255 or 75% from 248); Max value from RGB is 186 - color contains mainly: blue. Hex color #2717BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2717BA is #D8E845. Grayscale: #2D2D2D. Windows color (decimal): -14215238 or 12195623. OLE color: 12195623.
HSL color Cylindrical-coordinate representation of color #2717BA: hue angle of 245.89º degrees, saturation: 0.78, 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 #2717BA is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 23 | 186 | - |
| CMYK | 0.79 | 0.88 | 0 | 0.27 |
| HSL | 245.89º | 0.78% | 0.41% | - |
| HSV(B) | 245.89º | 0.88% | 0.73% | - |
| XYZ | 10.01 | 4.59 | 46.81 | - |
| YUV | 46.37 | 206.8 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 23 | 186 | 0.79 | 0.88 | 0 | 0.27 | 245.89 | 0.78 | 0.41 |
| Hex | 27 | 17 | BA | 4F | 58 | 0 | 1B | F6 | 4E | 29 |
| Octal | 47 | 27 | 272 | 117 | 130 | 0 | 33 | 366 | 116 | 51 |
| Binary | 100111 | 10111 | 10111010 | 1001111 | 1011000 | 0 | 11011 | 11110110 | 1001110 | 101001 |
Color Harmonies of #2717BA
Complementary color
Monochromatic Colors of #2717BA
Black with #2717BA
Text Example
Text Example
White with #2717BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2717BA; }
p { color: rgb(39,23,186); }
H1.HeaderClassName
{
color: #2717BA;
}
.AnyTagClassName
{
color: #2717BA;
}
</style>
background-color css
<style>
a { background-color: #2717BA; }
a { background-color: rgb(39,23,186); }
div.DivClassName
{
background-color: #2717BA;
}
.BgClassName
{
background-color: #2717BA;
}
</style>
border-color css
<style>
span { border-color: #2717BA; }
span { border-color: rgb(39,23,186); }
td.TdClassName
{
border-color: #2717BA;
}
.TagClassName
{
border-color: #2717BA;
}
</style>