Shades of Persian Blue #2917C8
Tints of Persian Blue #2917C8
RGB
CMYK
RGB Variations
Color information
#2917C8 (or 0x2917C8) is known color: Persian Blue. HEX triplet: 29, 17 and C8. RGB value is (41,23,200). Sum of RGB (Red+Green+Blue) = 41+23+200=264 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.53% from 264); Green value is 23 (9.38% from 255 or 8.71% from 264); Blue value is 200 (78.52% from 255 or 75.76% from 264); Max value from RGB is 200 - color contains mainly: blue. Hex color #2917C8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2917C8 is #D6E837. Grayscale: #2F2F2F. Windows color (decimal): -14084152 or 13113129. OLE color: 13113129.
HSL color Cylindrical-coordinate representation of color #2917C8: hue angle of 246.1º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2917C8 is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 41 | 23 | 200 | - |
| CMYK | 0.80 | 0.88 | 0 | 0.22 |
| HSL | 246.1º | 0.79% | 0.44% | - |
| HSV(B) | 246.1º | 0.89% | 0.78% | - |
| XYZ | 11.65 | 5.25 | 55.04 | - |
| YUV | 48.56 | 213.46 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 23 | 200 | 0.80 | 0.88 | 0 | 0.22 | 246.1 | 0.79 | 0.44 |
| Hex | 29 | 17 | C8 | 50 | 58 | 0 | 16 | F6 | 4F | 2C |
| Octal | 51 | 27 | 310 | 120 | 130 | 0 | 26 | 366 | 117 | 54 |
| Binary | 101001 | 10111 | 11001000 | 1010000 | 1011000 | 0 | 10110 | 11110110 | 1001111 | 101100 |
Color Harmonies of #2917C8
Complementary color
Monochromatic Colors of #2917C8
Black with #2917C8
Text Example
Text Example
White with #2917C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2917C8; }
p { color: rgb(41,23,200); }
H1.HeaderClassName
{
color: #2917C8;
}
.AnyTagClassName
{
color: #2917C8;
}
</style>
background-color css
<style>
a { background-color: #2917C8; }
a { background-color: rgb(41,23,200); }
div.DivClassName
{
background-color: #2917C8;
}
.BgClassName
{
background-color: #2917C8;
}
</style>
border-color css
<style>
span { border-color: #2917C8; }
span { border-color: rgb(41,23,200); }
td.TdClassName
{
border-color: #2917C8;
}
.TagClassName
{
border-color: #2917C8;
}
</style>