#290177

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

Shades of Persian Indigo #290177

Tints of Persian Indigo #290177

Color information

#290177 (or 0x290177) is unknown color: approx Persian Indigo. HEX triplet: 29, 01 and 77. RGB value is (41,1,119). Sum of RGB (Red+Green+Blue) = 41+1+119=161 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.47% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 119 (46.88% from 255 or 73.91% from 161); Max value from RGB is 119 - color contains mainly: blue. Hex color #290177 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290177 is #D6FE88. Grayscale: #191919. Windows color (decimal): -14089865 or 7799081. OLE color: 7799081.

HSL color Cylindrical-coordinate representation of color #290177: hue angle of 260.34º 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 #290177 is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB411119-
CMYK0.660.9900.53
HSL260.34º98.33%23.53%-
HSV(B)260.34º99.16%46.67%-
XYZ4.261.8317.58-
YUV26.41180.25138.41-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.47%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 119 (46.88% from 255) = 73.91%
R=25.47%
G=0.62%
B=73.91%

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
Decimal4111190.660.9900.53260.3498.3323.53
Hex2917742630351046218
Octal51116710214306540414230
Binary10100111110111100001011000110110101100000100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290177; }

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

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

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

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

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

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

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

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