#290260

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

Shades of Persian Indigo #290260

Tints of Persian Indigo #290260

Color information

#290260 (or 0x290260) is unknown color: approx Persian Indigo. HEX triplet: 29, 02 and 60. RGB value is (41,2,96). Sum of RGB (Red+Green+Blue) = 41+2+96=139 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.50% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 96 (37.89% from 255 or 69.06% from 139); Max value from RGB is 96 - color contains mainly: blue. Hex color #290260 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290260 is #D6FD9F. Grayscale: #181818. Windows color (decimal): -14089632 or 6292009. OLE color: 6292009.

HSL color Cylindrical-coordinate representation of color #290260: hue angle of 264.89º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #290260 is Cyan = 0.57, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB41296-
CMYK0.570.9800.62
HSL264.89º95.92%19.22%-
HSV(B)264.89º97.92%37.65%-
XYZ3.051.3611.17-
YUV24.38168.42139.86-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.50%
GREEN value IS 2 (1.17% from 255) = 1.44%
BLUE value IS 96 (37.89% from 255) = 69.06%
R=29.50%
G=1.44%
B=69.06%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal412960.570.9800.62264.8995.9219.22
Hex29260396203E1096013
Octal5121407114207641114023
Binary10100110110000011100111000100111110100001001110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290260; }

 p { color: rgb(41,2,96); }

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

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

 a { background-color: rgb(41,2,96); }

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

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

 span { border-color: rgb(41,2,96); }

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