Shades of Persian Blue #2715C0
Tints of Persian Blue #2715C0
RGB
CMYK
RGB Variations
Color information
#2715C0 (or 0x2715C0) is known color: Persian Blue. HEX triplet: 27, 15 and C0. RGB value is (39,21,192). Sum of RGB (Red+Green+Blue) = 39+21+192=252 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.48% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 192 (75.39% from 255 or 76.19% from 252); Max value from RGB is 192 - color contains mainly: blue. Hex color #2715C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2715C0 is #D8EA3F. Grayscale: #2D2D2D. Windows color (decimal): -14215744 or 12588327. OLE color: 12588327.
HSL color Cylindrical-coordinate representation of color #2715C0: hue angle of 246.32º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2715C0 is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 39 | 21 | 192 | - |
| CMYK | 0.80 | 0.89 | 0 | 0.25 |
| HSL | 246.32º | 0.8% | 0.42% | - |
| HSV(B) | 246.32º | 0.89% | 0.75% | - |
| XYZ | 10.62 | 4.77 | 50.23 | - |
| YUV | 45.88 | 210.46 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 21 | 192 | 0.80 | 0.89 | 0 | 0.25 | 246.32 | 0.8 | 0.42 |
| Hex | 27 | 15 | C0 | 50 | 59 | 0 | 19 | F6 | 50 | 2A |
| Octal | 47 | 25 | 300 | 120 | 131 | 0 | 31 | 366 | 120 | 52 |
| Binary | 100111 | 10101 | 11000000 | 1010000 | 1011001 | 0 | 11001 | 11110110 | 1010000 | 101010 |
Color Harmonies of #2715C0
Complementary color
Monochromatic Colors of #2715C0
Black with #2715C0
Text Example
Text Example
White with #2715C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2715C0; }
p { color: rgb(39,21,192); }
H1.HeaderClassName
{
color: #2715C0;
}
.AnyTagClassName
{
color: #2715C0;
}
</style>
background-color css
<style>
a { background-color: #2715C0; }
a { background-color: rgb(39,21,192); }
div.DivClassName
{
background-color: #2715C0;
}
.BgClassName
{
background-color: #2715C0;
}
</style>
border-color css
<style>
span { border-color: #2715C0; }
span { border-color: rgb(39,21,192); }
td.TdClassName
{
border-color: #2715C0;
}
.TagClassName
{
border-color: #2715C0;
}
</style>