#290291

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

Shades of Persian Indigo #290291

Tints of Persian Indigo #290291

Color information

#290291 (or 0x290291) is unknown color: approx Persian Indigo. HEX triplet: 29, 02 and 91. RGB value is (41,2,145). Sum of RGB (Red+Green+Blue) = 41+2+145=188 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.81% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 145 (57.03% from 255 or 77.13% from 188); Max value from RGB is 145 - color contains mainly: blue. Hex color #290291 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290291 is #D6FD6E. Grayscale: #1D1D1D. Windows color (decimal): -14089583 or 9503273. OLE color: 9503273.

HSL color Cylindrical-coordinate representation of color #290291: hue angle of 256.36º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #290291 is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB412145-
CMYK0.720.9900.43
HSL256.36º97.28%28.82%-
HSV(B)256.36º98.62%56.86%-
XYZ6.052.5626.96-
YUV29.96192.92135.87-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.81%
GREEN value IS 2 (1.17% from 255) = 1.06%
BLUE value IS 145 (57.03% from 255) = 77.13%
R=21.81%
G=1.06%
B=77.13%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal4121450.720.9900.43256.3697.2828.82
Hex29291486302B100611d
Octal51222111014305340014135
Binary1010011010010001100100011000110101011100000000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290291; }

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

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

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

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

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

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

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

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