#291cdd

Color #291CDD Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #291CDD

Tints of Persian Blue #291CDD

Color information

#291CDD (or 0x291CDD) is unknown color: approx Persian Blue. HEX triplet: 29, 1C and DD. RGB value is (41,28,221). Sum of RGB (Red+Green+Blue) = 41+28+221=290 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.14% from 290); Green value is 28 (11.33% from 255 or 9.66% from 290); Blue value is 221 (86.72% from 255 or 76.21% from 290); Max value from RGB is 221 - color contains mainly: blue. Hex color #291CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291CDD is #D6E322. Grayscale: #353535. Windows color (decimal): -14082851 or 14490665. OLE color: 14490665.

HSL color Cylindrical-coordinate representation of color #291CDD: hue angle of 244.04º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #291CDD is Cyan = 0.81, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB4128221-
CMYK0.810.8700.13
HSL244.04º77.51%48.82%-
HSV(B)244.04º87.33%86.67%-
XYZ14.386.5268.91-
YUV53.89222.31118.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 41 (16.41% from 255) = 14.14%
GREEN value IS 28 (11.33% from 255) = 9.66%
BLUE value IS 221 (86.72% from 255) = 76.21%
R=14.14%
G=9.66%
B=76.21%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal41282210.810.8700.13244.0477.5148.82
Hex291CDD51570Df44e31
Octal513433512112701536411661
Binary10100111100110111011010001101011101101111101001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291cdd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291cdd; }

 p { color: rgb(41,28,221); }

 H1.HeaderClassName
 {
   color: #291cdd;
 }
 .AnyTagClassName
 {
   color: #291cdd;
 }
</style>
background-color css

<style>
 a { background-color: #291cdd; }

 a { background-color: rgb(41,28,221); }

 div.DivClassName
 {
   background-color: #291cdd;
 }
 .BgClassName
 {
   background-color: #291cdd;
 }
</style>
border-color css

<style>
 span { border-color: #291cdd; }

 span { border-color: rgb(41,28,221); }

 td.TdClassName
 {
   border-color: #291cdd;
 }
 .TagClassName
 {
   border-color: #291cdd;
 }
</style>