#290691

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

Shades of Persian Indigo #290691

Tints of Persian Indigo #290691

Color information

#290691 (or 0x290691) is unknown color: approx Persian Indigo. HEX triplet: 29, 06 and 91. RGB value is (41,6,145). Sum of RGB (Red+Green+Blue) = 41+6+145=192 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.35% from 192); Green value is 6 (2.73% from 255 or 3.12% from 192); Blue value is 145 (57.03% from 255 or 75.52% from 192); Max value from RGB is 145 - color contains mainly: blue. Hex color #290691 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290691 is #D6F96E. Grayscale: #1F1F1F. Windows color (decimal): -14088559 or 9504297. OLE color: 9504297.

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

Color convert

RGB416145-
CMYK0.720.9600.43
HSL255.11º92.05%29.61%-
HSV(B)255.11º95.86%56.86%-
XYZ6.092.6526.98-
YUV32.31191.6134.2-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.35%
GREEN value IS 6 (2.73% from 255) = 3.12%
BLUE value IS 145 (57.03% from 255) = 75.52%
R=21.35%
G=3.12%
B=75.52%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal4161450.720.9600.43255.1192.0529.61
Hex29691486002Bff5c1e
Octal51622111014005337713436
Binary1010011101001000110010001100000010101111111111101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290691; }

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

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

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

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

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

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

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

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