#291B72

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

Shades of Persian Indigo #291B72

Tints of Persian Indigo #291B72

Color information

#291B72 (or 0x291B72) is unknown color: approx Persian Indigo. HEX triplet: 29, 1B and 72. RGB value is (41,27,114). Sum of RGB (Red+Green+Blue) = 41+27+114=182 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.53% from 182); Green value is 27 (10.94% from 255 or 14.84% from 182); Blue value is 114 (44.92% from 255 or 62.64% from 182); Max value from RGB is 114 - color contains mainly: blue. Hex color #291B72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291B72 is #D6E48D. Grayscale: #282828. Windows color (decimal): -14083214 or 7478057. OLE color: 7478057.

HSL color Cylindrical-coordinate representation of color #291B72: hue angle of 249.66º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #291B72 is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4127114-
CMYK0.640.7600.55
HSL249.66º61.7%27.65%-
HSV(B)249.66º76.32%44.71%-
XYZ4.342.4716.17-
YUV41.1169.14127.93-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.53%
GREEN value IS 27 (10.94% from 255) = 14.84%
BLUE value IS 114 (44.92% from 255) = 62.64%
R=22.53%
G=14.84%
B=62.64%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41271140.640.7600.55249.6661.727.65
Hex291B72404C037fa3e1c
Octal51331621001140673727634
Binary1010011101111100101000000100110001101111111101011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,27,114); }

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

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

 a { background-color: rgb(41,27,114); }

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

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

 span { border-color: rgb(41,27,114); }

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