#2829AE

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

Shades of Persian Blue #2829AE

Tints of Persian Blue #2829AE

Color information

#2829AE (or 0x2829AE) is unknown color: approx Persian Blue. HEX triplet: 28, 29 and AE. RGB value is (40,41,174). Sum of RGB (Red+Green+Blue) = 40+41+174=255 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.69% from 255); Green value is 41 (16.41% from 255 or 16.08% from 255); Blue value is 174 (68.36% from 255 or 68.24% from 255); Max value from RGB is 174 - color contains mainly: blue. Hex color #2829AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2829AE is #D7D651. Grayscale: #373737. Windows color (decimal): -14145106 or 11413800. OLE color: 11413800.

HSL color Cylindrical-coordinate representation of color #2829AE: hue angle of 239.55º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2829AE is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4041174-
CMYK0.770.7600.32
HSL239.55º62.62%41.96%-
HSV(B)239.55º77.01%68.24%-
XYZ9.315.0940.54-
YUV55.86194.67116.69-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.69%
GREEN value IS 41 (16.41% from 255) = 16.08%
BLUE value IS 174 (68.36% from 255) = 68.24%
R=15.69%
G=16.08%
B=68.24%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal40411740.770.7600.32239.5562.6241.96
Hex2829AE4D4C020f03f2a
Octal50512561151140403607752
Binary1010001010011010111010011011001100010000011110000111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2829AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2829AE; }

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

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

<style>
 a { background-color: #2829AE; }

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

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

<style>
 span { border-color: #2829AE; }

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

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