#291EAD

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

Shades of Persian Blue #291EAD

Tints of Persian Blue #291EAD

Color information

#291EAD (or 0x291EAD) is unknown color: approx Persian Blue. HEX triplet: 29, 1E and AD. RGB value is (41,30,173). Sum of RGB (Red+Green+Blue) = 41+30+173=244 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.80% from 244); Green value is 30 (12.11% from 255 or 12.30% from 244); Blue value is 173 (67.97% from 255 or 70.90% from 244); Max value from RGB is 173 - color contains mainly: blue. Hex color #291EAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291EAD is #D6E152. Grayscale: #313131. Windows color (decimal): -14082387 or 11345449. OLE color: 11345449.

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

Color convert

RGB4130173-
CMYK0.760.8300.32
HSL244.62º70.44%39.8%-
HSV(B)244.62º82.66%67.84%-
XYZ8.924.4239.92-
YUV49.59197.64121.87-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.80%
GREEN value IS 30 (12.11% from 255) = 12.30%
BLUE value IS 173 (67.97% from 255) = 70.90%
R=16.80%
G=12.30%
B=70.90%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal41301730.760.8300.32244.6270.4439.8
Hex291EAD4C53020f54628
Octal513625511412304036510650
Binary1010011111010101101100110010100110100000111101011000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,30,173); }

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

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

 a { background-color: rgb(41,30,173); }

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

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

 span { border-color: rgb(41,30,173); }

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