#290179

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

Shades of Persian Indigo #290179

Tints of Persian Indigo #290179

Color information

#290179 (or 0x290179) is unknown color: approx Persian Indigo. HEX triplet: 29, 01 and 79. RGB value is (41,1,121). Sum of RGB (Red+Green+Blue) = 41+1+121=163 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.15% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 121 (47.66% from 255 or 74.23% from 163); Max value from RGB is 121 - color contains mainly: blue. Hex color #290179 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290179 is #D6FE86. Grayscale: #1A1A1A. Windows color (decimal): -14089863 or 7930153. OLE color: 7930153.

HSL color Cylindrical-coordinate representation of color #290179: hue angle of 260º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #290179 is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB411121-
CMYK0.660.9900.53
HSL260º98.36%23.92%-
HSV(B)260º99.17%47.45%-
XYZ4.381.8718.22-
YUV26.64181.25138.24-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.15%
GREEN value IS 1 (0.78% from 255) = 0.61%
BLUE value IS 121 (47.66% from 255) = 74.23%
R=25.15%
G=0.61%
B=74.23%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4111210.660.9900.5326098.3623.92
Hex2917942630351046218
Octal51117110214306540414230
Binary10100111111001100001011000110110101100000100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290179; }

 p { color: rgb(41,1,121); }

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

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

 a { background-color: rgb(41,1,121); }

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

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

 span { border-color: rgb(41,1,121); }

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