Shades of Persian Blue #291CCF
Tints of Persian Blue #291CCF
RGB
CMYK
RGB Variations
Color information
#291CCF (or 0x291CCF) is known color: Persian Blue. HEX triplet: 29, 1C and CF. RGB value is (41,28,207). Sum of RGB (Red+Green+Blue) = 41+28+207=276 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.86% from 276); Green value is 28 (11.33% from 255 or 10.14% from 276); Blue value is 207 (81.25% from 255 or 75% from 276); Max value from RGB is 207 - color contains mainly: blue. Hex color #291CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291CCF is #D6E330. Grayscale: #333333. Windows color (decimal): -14082865 or 13573161. OLE color: 13573161.
HSL color Cylindrical-coordinate representation of color #291CCF: hue angle of 244.36º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #291CCF is Cyan = 0.80, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 28 | 207 | - |
| CMYK | 0.80 | 0.86 | 0 | 0.19 |
| HSL | 244.36º | 0.76% | 0.46% | - |
| HSV(B) | 244.36º | 0.86% | 0.81% | - |
| XYZ | 12.59 | 5.81 | 59.49 | - |
| YUV | 52.29 | 215.31 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 28 | 207 | 0.80 | 0.86 | 0 | 0.19 | 244.36 | 0.76 | 0.46 |
| Hex | 29 | 1C | CF | 50 | 56 | 0 | 13 | F4 | 4C | 2E |
| Octal | 51 | 34 | 317 | 120 | 126 | 0 | 23 | 364 | 114 | 56 |
| Binary | 101001 | 11100 | 11001111 | 1010000 | 1010110 | 0 | 10011 | 11110100 | 1001100 | 101110 |
Color Harmonies of #291CCF
Complementary color
Monochromatic Colors of #291CCF
Black with #291CCF
Text Example
Text Example
White with #291CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291CCF; }
p { color: rgb(41,28,207); }
H1.HeaderClassName
{
color: #291CCF;
}
.AnyTagClassName
{
color: #291CCF;
}
</style>
background-color css
<style>
a { background-color: #291CCF; }
a { background-color: rgb(41,28,207); }
div.DivClassName
{
background-color: #291CCF;
}
.BgClassName
{
background-color: #291CCF;
}
</style>
border-color css
<style>
span { border-color: #291CCF; }
span { border-color: rgb(41,28,207); }
td.TdClassName
{
border-color: #291CCF;
}
.TagClassName
{
border-color: #291CCF;
}
</style>