Shades of Persian Blue #2916C7
Tints of Persian Blue #2916C7
RGB
CMYK
RGB Variations
Color information
#2916C7 (or 0x2916C7) is known color: Persian Blue. HEX triplet: 29, 16 and C7. RGB value is (41,22,199). Sum of RGB (Red+Green+Blue) = 41+22+199=262 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.65% from 262); Green value is 22 (8.98% from 255 or 8.40% from 262); Blue value is 199 (78.12% from 255 or 75.95% from 262); Max value from RGB is 199 - color contains mainly: blue. Hex color #2916C7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2916C7 is #D6E938. Grayscale: #2F2F2F. Windows color (decimal): -14084409 or 13047337. OLE color: 13047337.
HSL color Cylindrical-coordinate representation of color #2916C7: hue angle of 246.44º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2916C7 is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 41 | 22 | 199 | - |
| CMYK | 0.79 | 0.89 | 0 | 0.22 |
| HSL | 246.44º | 0.8% | 0.43% | - |
| HSV(B) | 246.44º | 0.89% | 0.78% | - |
| XYZ | 11.51 | 5.17 | 54.42 | - |
| YUV | 47.86 | 213.29 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 22 | 199 | 0.79 | 0.89 | 0 | 0.22 | 246.44 | 0.8 | 0.43 |
| Hex | 29 | 16 | C7 | 4F | 59 | 0 | 16 | F6 | 50 | 2B |
| Octal | 51 | 26 | 307 | 117 | 131 | 0 | 26 | 366 | 120 | 53 |
| Binary | 101001 | 10110 | 11000111 | 1001111 | 1011001 | 0 | 10110 | 11110110 | 1010000 | 101011 |
Color Harmonies of #2916C7
Complementary color
Monochromatic Colors of #2916C7
Black with #2916C7
Text Example
Text Example
White with #2916C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2916C7; }
p { color: rgb(41,22,199); }
H1.HeaderClassName
{
color: #2916C7;
}
.AnyTagClassName
{
color: #2916C7;
}
</style>
background-color css
<style>
a { background-color: #2916C7; }
a { background-color: rgb(41,22,199); }
div.DivClassName
{
background-color: #2916C7;
}
.BgClassName
{
background-color: #2916C7;
}
</style>
border-color css
<style>
span { border-color: #2916C7; }
span { border-color: rgb(41,22,199); }
td.TdClassName
{
border-color: #2916C7;
}
.TagClassName
{
border-color: #2916C7;
}
</style>