#291CAE

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

Shades of Persian Blue #291CAE

Tints of Persian Blue #291CAE

Color information

#291CAE (or 0x291CAE) is unknown color: approx Persian Blue. HEX triplet: 29, 1C and AE. RGB value is (41,28,174). Sum of RGB (Red+Green+Blue) = 41+28+174=243 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.87% from 243); Green value is 28 (11.33% from 255 or 11.52% from 243); Blue value is 174 (68.36% from 255 or 71.60% from 243); Max value from RGB is 174 - color contains mainly: blue. Hex color #291CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291CAE is #D6E351. Grayscale: #2F2F2F. Windows color (decimal): -14082898 or 11410473. OLE color: 11410473.

HSL color Cylindrical-coordinate representation of color #291CAE: hue angle of 245.34º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #291CAE is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4128174-
CMYK0.760.8400.32
HSL245.34º72.28%39.61%-
HSV(B)245.34º83.91%68.24%-
XYZ8.974.3640.41-
YUV48.53198.81122.63-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.87%
GREEN value IS 28 (11.33% from 255) = 11.52%
BLUE value IS 174 (68.36% from 255) = 71.60%
R=16.87%
G=11.52%
B=71.60%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal41281740.760.8400.32245.3472.2839.61
Hex291CAE4C54020f54828
Octal513425611412404036511050
Binary1010011110010101110100110010101000100000111101011001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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