Shades of Persian Blue #1747D7
Tints of Persian Blue #1747D7
RGB
CMYK
RGB Variations
Color information
#1747D7 (or 0x1747D7) is known color: Persian Blue. HEX triplet: 17, 47 and D7. RGB value is (23,71,215). Sum of RGB (Red+Green+Blue) = 23+71+215=309 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.44% from 309); Green value is 71 (28.12% from 255 or 22.98% from 309); Blue value is 215 (84.38% from 255 or 69.58% from 309); Max value from RGB is 215 - color contains mainly: blue. Hex color #1747D7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1747D7 is #E8B828. Grayscale: #484848. Windows color (decimal): -15251497 or 14108439. OLE color: 14108439.
HSL color Cylindrical-coordinate representation of color #1747D7: hue angle of 225º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1747D7 is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 23 | 71 | 215 | - |
| CMYK | 0.89 | 0.67 | 0 | 0.16 |
| HSL | 225º | 0.81% | 0.47% | - |
| HSV(B) | 225º | 0.89% | 0.84% | - |
| XYZ | 14.87 | 9.59 | 65.36 | - |
| YUV | 73.06 | 208.1 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 71 | 215 | 0.89 | 0.67 | 0 | 0.16 | 225 | 0.81 | 0.47 |
| Hex | 17 | 47 | D7 | 59 | 43 | 0 | 10 | E1 | 51 | 2F |
| Octal | 27 | 107 | 327 | 131 | 103 | 0 | 20 | 341 | 121 | 57 |
| Binary | 10111 | 1000111 | 11010111 | 1011001 | 1000011 | 0 | 10000 | 11100001 | 1010001 | 101111 |
Color Harmonies of #1747D7
Complementary color
Monochromatic Colors of #1747D7
Black with #1747D7
Text Example
Text Example
White with #1747D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1747D7; }
p { color: rgb(23,71,215); }
H1.HeaderClassName
{
color: #1747D7;
}
.AnyTagClassName
{
color: #1747D7;
}
</style>
background-color css
<style>
a { background-color: #1747D7; }
a { background-color: rgb(23,71,215); }
div.DivClassName
{
background-color: #1747D7;
}
.BgClassName
{
background-color: #1747D7;
}
</style>
border-color css
<style>
span { border-color: #1747D7; }
span { border-color: rgb(23,71,215); }
td.TdClassName
{
border-color: #1747D7;
}
.TagClassName
{
border-color: #1747D7;
}
</style>