#290473

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

Shades of Persian Indigo #290473

Tints of Persian Indigo #290473

Color information

#290473 (or 0x290473) is unknown color: approx Persian Indigo. HEX triplet: 29, 04 and 73. RGB value is (41,4,115). Sum of RGB (Red+Green+Blue) = 41+4+115=160 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.62% from 160); Green value is 4 (1.95% from 255 or 2.5% from 160); Blue value is 115 (45.31% from 255 or 71.88% from 160); Max value from RGB is 115 - color contains mainly: blue. Hex color #290473 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290473 is #D6FB8C. Grayscale: #1B1B1B. Windows color (decimal): -14089101 or 7537705. OLE color: 7537705.

HSL color Cylindrical-coordinate representation of color #290473: hue angle of 260º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #290473 is Cyan = 0.64, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB414115-
CMYK0.640.9700.55
HSL260º93.28%23.33%-
HSV(B)260º96.52%45.1%-
XYZ4.051.816.35-
YUV27.72177.26137.47-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.62%
GREEN value IS 4 (1.95% from 255) = 2.5%
BLUE value IS 115 (45.31% from 255) = 71.88%
R=25.62%
G=2.5%
B=71.88%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4141150.640.9700.5526093.2823.33
Hex2947340610371045d17
Octal51416310014106740413527
Binary1010011001110011100000011000010110111100000100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290473; }

 p { color: rgb(41,4,115); }

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

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

 a { background-color: rgb(41,4,115); }

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

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

 span { border-color: rgb(41,4,115); }

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