#290981

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

Shades of Persian Indigo #290981

Tints of Persian Indigo #290981

Color information

#290981 (or 0x290981) is unknown color: approx Persian Indigo. HEX triplet: 29, 09 and 81. RGB value is (41,9,129). Sum of RGB (Red+Green+Blue) = 41+9+129=179 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.91% from 179); Green value is 9 (3.91% from 255 or 5.03% from 179); Blue value is 129 (50.78% from 255 or 72.07% from 179); Max value from RGB is 129 - color contains mainly: blue. Hex color #290981 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290981 is #D6F67E. Grayscale: #1F1F1F. Windows color (decimal): -14087807 or 8456489. OLE color: 8456489.

HSL color Cylindrical-coordinate representation of color #290981: hue angle of 256º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #290981 is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB419129-
CMYK0.680.9300.49
HSL256º86.96%27.06%-
HSV(B)256º93.02%50.59%-
XYZ4.972.2520.94-
YUV32.25182.6134.24-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.91%
GREEN value IS 9 (3.91% from 255) = 5.03%
BLUE value IS 129 (50.78% from 255) = 72.07%
R=22.91%
G=5.03%
B=72.07%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4191290.680.9300.4925686.9627.06
Hex29981445D031100571b
Octal511120110413506140012733
Binary101001100110000001100010010111010110001100000000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290981; }

 p { color: rgb(41,9,129); }

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

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

 a { background-color: rgb(41,9,129); }

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

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

 span { border-color: rgb(41,9,129); }

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