Shades of Persian Blue #291EDC
Tints of Persian Blue #291EDC
RGB
CMYK
RGB Variations
Color information
#291EDC (or 0x291EDC) is known color: Persian Blue. HEX triplet: 29, 1E and DC. RGB value is (41,30,220). Sum of RGB (Red+Green+Blue) = 41+30+220=291 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.09% from 291); Green value is 30 (12.11% from 255 or 10.31% from 291); Blue value is 220 (86.33% from 255 or 75.60% from 291); Max value from RGB is 220 - color contains mainly: blue. Hex color #291EDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291EDC is #D6E123. Grayscale: #363636. Windows color (decimal): -14082340 or 14425641. OLE color: 14425641.
HSL color Cylindrical-coordinate representation of color #291EDC: hue angle of 243.47º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #291EDC is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 30 | 220 | - |
| CMYK | 0.81 | 0.86 | 0 | 0.14 |
| HSL | 243.47º | 0.76% | 0.49% | - |
| HSV(B) | 243.47º | 0.86% | 0.86% | - |
| XYZ | 14.3 | 6.57 | 68.22 | - |
| YUV | 54.95 | 221.14 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 30 | 220 | 0.81 | 0.86 | 0 | 0.14 | 243.47 | 0.76 | 0.49 |
| Hex | 29 | 1E | DC | 51 | 56 | 0 | E | F3 | 4C | 31 |
| Octal | 51 | 36 | 334 | 121 | 126 | 0 | 16 | 363 | 114 | 61 |
| Binary | 101001 | 11110 | 11011100 | 1010001 | 1010110 | 0 | 1110 | 11110011 | 1001100 | 110001 |
Color Harmonies of #291EDC
Complementary color
Monochromatic Colors of #291EDC
Black with #291EDC
Text Example
Text Example
White with #291EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291EDC; }
p { color: rgb(41,30,220); }
H1.HeaderClassName
{
color: #291EDC;
}
.AnyTagClassName
{
color: #291EDC;
}
</style>
background-color css
<style>
a { background-color: #291EDC; }
a { background-color: rgb(41,30,220); }
div.DivClassName
{
background-color: #291EDC;
}
.BgClassName
{
background-color: #291EDC;
}
</style>
border-color css
<style>
span { border-color: #291EDC; }
span { border-color: rgb(41,30,220); }
td.TdClassName
{
border-color: #291EDC;
}
.TagClassName
{
border-color: #291EDC;
}
</style>