#291A74

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

Shades of Persian Indigo #291A74

Tints of Persian Indigo #291A74

Color information

#291A74 (or 0x291A74) is unknown color: approx Persian Indigo. HEX triplet: 29, 1A and 74. RGB value is (41,26,116). Sum of RGB (Red+Green+Blue) = 41+26+116=183 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.40% from 183); Green value is 26 (10.55% from 255 or 14.21% from 183); Blue value is 116 (45.70% from 255 or 63.39% from 183); Max value from RGB is 116 - color contains mainly: blue. Hex color #291A74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291A74 is #D6E58B. Grayscale: #282828. Windows color (decimal): -14083468 or 7608873. OLE color: 7608873.

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

Color convert

RGB4126116-
CMYK0.650.7800.55
HSL250º63.38%27.84%-
HSV(B)250º77.59%45.49%-
XYZ4.442.4716.77-
YUV40.75170.47128.18-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.40%
GREEN value IS 26 (10.55% from 255) = 14.21%
BLUE value IS 116 (45.70% from 255) = 63.39%
R=22.40%
G=14.21%
B=63.39%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41261160.650.7800.5525063.3827.84
Hex291A74414E037fa3f1c
Octal51321641011160673727734
Binary1010011101011101001000001100111001101111111101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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