#290574

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

Shades of Persian Indigo #290574

Tints of Persian Indigo #290574

Color information

#290574 (or 0x290574) is unknown color: approx Persian Indigo. HEX triplet: 29, 05 and 74. RGB value is (41,5,116). Sum of RGB (Red+Green+Blue) = 41+5+116=162 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.31% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 116 (45.70% from 255 or 71.60% from 162); Max value from RGB is 116 - color contains mainly: blue. Hex color #290574 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290574 is #D6FA8B. Grayscale: #1C1C1C. Windows color (decimal): -14088844 or 7603497. OLE color: 7603497.

HSL color Cylindrical-coordinate representation of color #290574: hue angle of 259.46º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #290574 is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB415116-
CMYK0.650.9600.55
HSL259.46º91.74%23.73%-
HSV(B)259.46º95.69%45.49%-
XYZ4.121.8416.66-
YUV28.42177.43136.97-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.31%
GREEN value IS 5 (2.34% from 255) = 3.09%
BLUE value IS 116 (45.70% from 255) = 71.60%
R=25.31%
G=3.09%
B=71.60%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4151160.650.9600.55259.4691.7423.73
Hex2957441600371035c18
Octal51516410114006740313430
Binary1010011011110100100000111000000110111100000011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290574; }

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

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

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

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

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

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

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

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