#291A72

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

Shades of Persian Indigo #291A72

Tints of Persian Indigo #291A72

Color information

#291A72 (or 0x291A72) is unknown color: approx Persian Indigo. HEX triplet: 29, 1A and 72. RGB value is (41,26,114). Sum of RGB (Red+Green+Blue) = 41+26+114=181 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.65% from 181); Green value is 26 (10.55% from 255 or 14.36% from 181); Blue value is 114 (44.92% from 255 or 62.98% from 181); Max value from RGB is 114 - color contains mainly: blue. Hex color #291A72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291A72 is #D6E58D. Grayscale: #282828. Windows color (decimal): -14083470 or 7477801. OLE color: 7477801.

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

Color convert

RGB4126114-
CMYK0.640.7700.55
HSL250.23º62.86%27.45%-
HSV(B)250.23º77.19%44.71%-
XYZ4.322.4316.16-
YUV40.52169.47128.34-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.65%
GREEN value IS 26 (10.55% from 255) = 14.36%
BLUE value IS 114 (44.92% from 255) = 62.98%
R=22.65%
G=14.36%
B=62.98%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41261140.640.7700.55250.2362.8627.45
Hex291A72404D037fa3f1b
Octal51321621001150673727733
Binary1010011101011100101000000100110101101111111101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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