#290579

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

Shades of Persian Indigo #290579

Tints of Persian Indigo #290579

Color information

#290579 (or 0x290579) is unknown color: approx Persian Indigo. HEX triplet: 29, 05 and 79. RGB value is (41,5,121). Sum of RGB (Red+Green+Blue) = 41+5+121=167 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.55% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 121 (47.66% from 255 or 72.46% from 167); Max value from RGB is 121 - color contains mainly: blue. Hex color #290579 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290579 is #D6FA86. Grayscale: #1C1C1C. Windows color (decimal): -14088839 or 7931177. OLE color: 7931177.

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

Color convert

RGB415121-
CMYK0.660.9600.53
HSL258.62º92.06%24.71%-
HSV(B)258.62º95.87%47.45%-
XYZ4.421.9618.23-
YUV28.99179.93136.57-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.55%
GREEN value IS 5 (2.34% from 255) = 2.99%
BLUE value IS 121 (47.66% from 255) = 72.46%
R=24.55%
G=2.99%
B=72.46%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4151210.660.9600.53258.6292.0624.71
Hex2957942600351035c19
Octal51517110214006540313431
Binary1010011011111001100001011000000110101100000011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290579; }

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

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

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

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

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

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

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

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