Shades of Persian Blue #2716C1
Tints of Persian Blue #2716C1
RGB
CMYK
RGB Variations
Color information
#2716C1 (or 0x2716C1) is known color: Persian Blue. HEX triplet: 27, 16 and C1. RGB value is (39,22,193). Sum of RGB (Red+Green+Blue) = 39+22+193=254 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.35% from 254); Green value is 22 (8.98% from 255 or 8.66% from 254); Blue value is 193 (75.78% from 255 or 75.98% from 254); Max value from RGB is 193 - color contains mainly: blue. Hex color #2716C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2716C1 is #D8E93E. Grayscale: #2D2D2D. Windows color (decimal): -14215487 or 12654119. OLE color: 12654119.
HSL color Cylindrical-coordinate representation of color #2716C1: hue angle of 245.96º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2716C1 is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 39 | 22 | 193 | - |
| CMYK | 0.80 | 0.89 | 0 | 0.24 |
| HSL | 245.96º | 0.8% | 0.42% | - |
| HSV(B) | 245.96º | 0.89% | 0.76% | - |
| XYZ | 10.75 | 4.86 | 50.82 | - |
| YUV | 46.58 | 210.63 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 22 | 193 | 0.80 | 0.89 | 0 | 0.24 | 245.96 | 0.8 | 0.42 |
| Hex | 27 | 16 | C1 | 50 | 59 | 0 | 18 | F6 | 50 | 2A |
| Octal | 47 | 26 | 301 | 120 | 131 | 0 | 30 | 366 | 120 | 52 |
| Binary | 100111 | 10110 | 11000001 | 1010000 | 1011001 | 0 | 11000 | 11110110 | 1010000 | 101010 |
Color Harmonies of #2716C1
Complementary color
Monochromatic Colors of #2716C1
Black with #2716C1
Text Example
Text Example
White with #2716C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2716C1; }
p { color: rgb(39,22,193); }
H1.HeaderClassName
{
color: #2716C1;
}
.AnyTagClassName
{
color: #2716C1;
}
</style>
background-color css
<style>
a { background-color: #2716C1; }
a { background-color: rgb(39,22,193); }
div.DivClassName
{
background-color: #2716C1;
}
.BgClassName
{
background-color: #2716C1;
}
</style>
border-color css
<style>
span { border-color: #2716C1; }
span { border-color: rgb(39,22,193); }
td.TdClassName
{
border-color: #2716C1;
}
.TagClassName
{
border-color: #2716C1;
}
</style>