#290577

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

Shades of Persian Indigo #290577

Tints of Persian Indigo #290577

Color information

#290577 (or 0x290577) is unknown color: approx Persian Indigo. HEX triplet: 29, 05 and 77. RGB value is (41,5,119). Sum of RGB (Red+Green+Blue) = 41+5+119=165 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.85% from 165); Green value is 5 (2.34% from 255 or 3.03% from 165); Blue value is 119 (46.88% from 255 or 72.12% from 165); Max value from RGB is 119 - color contains mainly: blue. Hex color #290577 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290577 is #D6FA88. Grayscale: #1C1C1C. Windows color (decimal): -14088841 or 7800105. OLE color: 7800105.

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

Color convert

RGB415119-
CMYK0.660.9600.53
HSL258.95º91.94%24.31%-
HSV(B)258.95º95.8%46.67%-
XYZ4.31.9117.6-
YUV28.76178.93136.73-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.85%
GREEN value IS 5 (2.34% from 255) = 3.03%
BLUE value IS 119 (46.88% from 255) = 72.12%
R=24.85%
G=3.03%
B=72.12%

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
Decimal4151190.660.9600.53258.9591.9424.31
Hex2957742600351035c18
Octal51516710214006540313430
Binary1010011011110111100001011000000110101100000011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290577; }

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

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

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

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

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

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

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

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