Shades of Persian Blue #2715B7
Tints of Persian Blue #2715B7
RGB
CMYK
RGB Variations
Color information
#2715B7 (or 0x2715B7) is known color: Persian Blue. HEX triplet: 27, 15 and B7. RGB value is (39,21,183). Sum of RGB (Red+Green+Blue) = 39+21+183=243 (32% of max value = 765). Red value is 39 (15.62% from 255 or 16.05% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 183 (71.88% from 255 or 75.31% from 243); Max value from RGB is 183 - color contains mainly: blue. Hex color #2715B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2715B7 is #D8EA48. Grayscale: #2C2C2C. Windows color (decimal): -14215753 or 11998503. OLE color: 11998503.
HSL color Cylindrical-coordinate representation of color #2715B7: hue angle of 246.67º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2715B7 is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 39 | 21 | 183 | - |
| CMYK | 0.79 | 0.89 | 0 | 0.28 |
| HSL | 246.67º | 0.79% | 0.4% | - |
| HSV(B) | 246.67º | 0.89% | 0.72% | - |
| XYZ | 9.65 | 4.39 | 45.14 | - |
| YUV | 44.85 | 205.96 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 21 | 183 | 0.79 | 0.89 | 0 | 0.28 | 246.67 | 0.79 | 0.4 |
| Hex | 27 | 15 | B7 | 4F | 59 | 0 | 1C | F7 | 4F | 28 |
| Octal | 47 | 25 | 267 | 117 | 131 | 0 | 34 | 367 | 117 | 50 |
| Binary | 100111 | 10101 | 10110111 | 1001111 | 1011001 | 0 | 11100 | 11110111 | 1001111 | 101000 |
Color Harmonies of #2715B7
Complementary color
Monochromatic Colors of #2715B7
Black with #2715B7
Text Example
Text Example
White with #2715B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2715B7; }
p { color: rgb(39,21,183); }
H1.HeaderClassName
{
color: #2715B7;
}
.AnyTagClassName
{
color: #2715B7;
}
</style>
background-color css
<style>
a { background-color: #2715B7; }
a { background-color: rgb(39,21,183); }
div.DivClassName
{
background-color: #2715B7;
}
.BgClassName
{
background-color: #2715B7;
}
</style>
border-color css
<style>
span { border-color: #2715B7; }
span { border-color: rgb(39,21,183); }
td.TdClassName
{
border-color: #2715B7;
}
.TagClassName
{
border-color: #2715B7;
}
</style>