#290662

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

Shades of Persian Indigo #290662

Tints of Persian Indigo #290662

Color information

#290662 (or 0x290662) is unknown color: approx Persian Indigo. HEX triplet: 29, 06 and 62. RGB value is (41,6,98). Sum of RGB (Red+Green+Blue) = 41+6+98=145 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.28% from 145); Green value is 6 (2.73% from 255 or 4.14% from 145); Blue value is 98 (38.67% from 255 or 67.59% from 145); Max value from RGB is 98 - color contains mainly: blue. Hex color #290662 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290662 is #D6F99D. Grayscale: #1A1A1A. Windows color (decimal): -14088606 or 6424105. OLE color: 6424105.

HSL color Cylindrical-coordinate representation of color #290662: hue angle of 262.83º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #290662 is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB41698-
CMYK0.580.9400.62
HSL262.83º88.46%20.39%-
HSV(B)262.83º93.88%38.43%-
XYZ3.181.4811.67-
YUV26.95168.1138.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.28%
GREEN value IS 6 (2.73% from 255) = 4.14%
BLUE value IS 98 (38.67% from 255) = 67.59%
R=28.28%
G=4.14%
B=67.59%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal416980.580.9400.62262.8388.4620.39
Hex296623A5E03E1075814
Octal5161427213607640713024
Binary101001110110001011101010111100111110100000111101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290662; }

 p { color: rgb(41,6,98); }

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

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

 a { background-color: rgb(41,6,98); }

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

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

 span { border-color: rgb(41,6,98); }

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