#291A76

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

Shades of Persian Indigo #291A76

Tints of Persian Indigo #291A76

Color information

#291A76 (or 0x291A76) is unknown color: approx Persian Indigo. HEX triplet: 29, 1A and 76. RGB value is (41,26,118). Sum of RGB (Red+Green+Blue) = 41+26+118=185 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.16% from 185); Green value is 26 (10.55% from 255 or 14.05% from 185); Blue value is 118 (46.48% from 255 or 63.78% from 185); Max value from RGB is 118 - color contains mainly: blue. Hex color #291A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291A76 is #D6E589. Grayscale: #282828. Windows color (decimal): -14083466 or 7739945. OLE color: 7739945.

HSL color Cylindrical-coordinate representation of color #291A76: hue angle of 249.78º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #291A76 is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4126118-
CMYK0.650.7800.54
HSL249.78º63.89%28.24%-
HSV(B)249.78º77.97%46.27%-
XYZ4.552.5217.39-
YUV40.97171.47128.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.16%
GREEN value IS 26 (10.55% from 255) = 14.05%
BLUE value IS 118 (46.48% from 255) = 63.78%
R=22.16%
G=14.05%
B=63.78%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41261180.650.7800.54249.7863.8928.24
Hex291A76414E036fa401c
Octal513216610111606637210034
Binary10100111010111011010000011001110011011011111010100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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