#291E86

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

Shades of Persian Indigo #291E86

Tints of Persian Indigo #291E86

Color information

#291E86 (or 0x291E86) is unknown color: approx Persian Indigo. HEX triplet: 29, 1E and 86. RGB value is (41,30,134). Sum of RGB (Red+Green+Blue) = 41+30+134=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 30 (12.11% from 255 or 14.63% from 205); Blue value is 134 (52.73% from 255 or 65.37% from 205); Max value from RGB is 134 - color contains mainly: blue. Hex color #291E86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291E86 is #D6E179. Grayscale: #2C2C2C. Windows color (decimal): -14082426 or 8789545. OLE color: 8789545.

HSL color Cylindrical-coordinate representation of color #291E86: hue angle of 246.35º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #291E86 is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4130134-
CMYK0.690.7800.47
HSL246.35º63.41%32.16%-
HSV(B)246.35º77.61%52.55%-
XYZ5.683.1222.86-
YUV45.14178.14125.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20%
GREEN value IS 30 (12.11% from 255) = 14.63%
BLUE value IS 134 (52.73% from 255) = 65.37%
R=20%
G=14.63%
B=65.37%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal41301340.690.7800.47246.3563.4132.16
Hex291E86454E02Ff63f20
Octal51362061051160573667740
Binary101001111101000011010001011001110010111111110110111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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