Shades of Persian Blue #2716C5
Tints of Persian Blue #2716C5
RGB
CMYK
RGB Variations
Color information
#2716C5 (or 0x2716C5) is known color: Persian Blue. HEX triplet: 27, 16 and C5. RGB value is (39,22,197). Sum of RGB (Red+Green+Blue) = 39+22+197=258 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.12% from 258); Green value is 22 (8.98% from 255 or 8.53% from 258); Blue value is 197 (77.34% from 255 or 76.36% from 258); Max value from RGB is 197 - color contains mainly: blue. Hex color #2716C5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2716C5 is #D8E93A. Grayscale: #2E2E2E. Windows color (decimal): -14215483 or 12916263. OLE color: 12916263.
HSL color Cylindrical-coordinate representation of color #2716C5: hue angle of 245.83º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2716C5 is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 39 | 22 | 197 | - |
| CMYK | 0.80 | 0.89 | 0 | 0.23 |
| HSL | 245.83º | 0.8% | 0.43% | - |
| HSV(B) | 245.83º | 0.89% | 0.77% | - |
| XYZ | 11.2 | 5.04 | 53.21 | - |
| YUV | 47.03 | 212.63 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 22 | 197 | 0.80 | 0.89 | 0 | 0.23 | 245.83 | 0.8 | 0.43 |
| Hex | 27 | 16 | C5 | 50 | 59 | 0 | 17 | F6 | 50 | 2B |
| Octal | 47 | 26 | 305 | 120 | 131 | 0 | 27 | 366 | 120 | 53 |
| Binary | 100111 | 10110 | 11000101 | 1010000 | 1011001 | 0 | 10111 | 11110110 | 1010000 | 101011 |
Color Harmonies of #2716C5
Complementary color
Monochromatic Colors of #2716C5
Black with #2716C5
Text Example
Text Example
White with #2716C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2716C5; }
p { color: rgb(39,22,197); }
H1.HeaderClassName
{
color: #2716C5;
}
.AnyTagClassName
{
color: #2716C5;
}
</style>
background-color css
<style>
a { background-color: #2716C5; }
a { background-color: rgb(39,22,197); }
div.DivClassName
{
background-color: #2716C5;
}
.BgClassName
{
background-color: #2716C5;
}
</style>
border-color css
<style>
span { border-color: #2716C5; }
span { border-color: rgb(39,22,197); }
td.TdClassName
{
border-color: #2716C5;
}
.TagClassName
{
border-color: #2716C5;
}
</style>