Shades of Persian Blue #2917CE
Tints of Persian Blue #2917CE
RGB
CMYK
RGB Variations
Color information
#2917CE (or 0x2917CE) is known color: Persian Blue. HEX triplet: 29, 17 and CE. RGB value is (41,23,206). Sum of RGB (Red+Green+Blue) = 41+23+206=270 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.19% from 270); Green value is 23 (9.38% from 255 or 8.52% from 270); Blue value is 206 (80.86% from 255 or 76.30% from 270); Max value from RGB is 206 - color contains mainly: blue. Hex color #2917CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2917CE is #D6E831. Grayscale: #303030. Windows color (decimal): -14084146 or 13506345. OLE color: 13506345.
HSL color Cylindrical-coordinate representation of color #2917CE: hue angle of 245.9º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2917CE is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 23 | 206 | - |
| CMYK | 0.80 | 0.89 | 0 | 0.19 |
| HSL | 245.9º | 0.8% | 0.45% | - |
| HSV(B) | 245.9º | 0.89% | 0.81% | - |
| XYZ | 12.36 | 5.54 | 58.81 | - |
| YUV | 49.24 | 216.46 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 23 | 206 | 0.80 | 0.89 | 0 | 0.19 | 245.9 | 0.8 | 0.45 |
| Hex | 29 | 17 | CE | 50 | 59 | 0 | 13 | F6 | 50 | 2D |
| Octal | 51 | 27 | 316 | 120 | 131 | 0 | 23 | 366 | 120 | 55 |
| Binary | 101001 | 10111 | 11001110 | 1010000 | 1011001 | 0 | 10011 | 11110110 | 1010000 | 101101 |
Color Harmonies of #2917CE
Complementary color
Monochromatic Colors of #2917CE
Black with #2917CE
Text Example
Text Example
White with #2917CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2917CE; }
p { color: rgb(41,23,206); }
H1.HeaderClassName
{
color: #2917CE;
}
.AnyTagClassName
{
color: #2917CE;
}
</style>
background-color css
<style>
a { background-color: #2917CE; }
a { background-color: rgb(41,23,206); }
div.DivClassName
{
background-color: #2917CE;
}
.BgClassName
{
background-color: #2917CE;
}
</style>
border-color css
<style>
span { border-color: #2917CE; }
span { border-color: rgb(41,23,206); }
td.TdClassName
{
border-color: #2917CE;
}
.TagClassName
{
border-color: #2917CE;
}
</style>