#290091

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

Shades of Persian Indigo #290091

Tints of Persian Indigo #290091

Color information

#290091 (or 0x290091) is unknown color: approx Persian Indigo. HEX triplet: 29, 00 and 91. RGB value is (41,0,145). Sum of RGB (Red+Green+Blue) = 41+0+145=186 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.04% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 145 (57.03% from 255 or 77.96% from 186); Max value from RGB is 145 - color contains mainly: blue. Hex color #290091 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290091 is #D6FF6E. Grayscale: #1C1C1C. Windows color (decimal): -14090095 or 9502761. OLE color: 9502761.

HSL color Cylindrical-coordinate representation of color #290091: hue angle of 256.97º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #290091 is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB410145-
CMYK0.72100.43
HSL256.97º100%28.43%-
HSV(B)256.97º100%56.86%-
XYZ6.032.5226.96-
YUV28.79193.58136.71-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.04%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 145 (57.03% from 255) = 77.96%
R=22.04%
G=0%
B=77.96%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal4101450.72100.43256.9710028.43
Hex29091486402B101641c
Octal51022111014405340114434
Binary101001010010001100100011001000101011100000001110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290091; }

 p { color: rgb(41,0,145); }

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

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

 a { background-color: rgb(41,0,145); }

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

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

 span { border-color: rgb(41,0,145); }

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