#290569

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

Shades of Persian Indigo #290569

Tints of Persian Indigo #290569

Color information

#290569 (or 0x290569) is unknown color: approx Persian Indigo. HEX triplet: 29, 05 and 69. RGB value is (41,5,105). Sum of RGB (Red+Green+Blue) = 41+5+105=151 (20% of max value = 765). Red value is 41 (16.41% from 255 or 27.15% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 105 (41.41% from 255 or 69.54% from 151); Max value from RGB is 105 - color contains mainly: blue. Hex color #290569 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290569 is #D6FA96. Grayscale: #1A1A1A. Windows color (decimal): -14088855 or 6882601. OLE color: 6882601.

HSL color Cylindrical-coordinate representation of color #290569: hue angle of 261.6º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #290569 is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB415105-
CMYK0.610.9500.59
HSL261.6º90.91%21.57%-
HSV(B)261.6º95.24%41.18%-
XYZ3.521.613.49-
YUV27.16171.93137.87-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.15%
GREEN value IS 5 (2.34% from 255) = 3.31%
BLUE value IS 105 (41.41% from 255) = 69.54%
R=27.15%
G=3.31%
B=69.54%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4151050.610.9500.59261.690.9121.57
Hex295693D5F03B1065b16
Octal5151517513707340613326
Binary101001101110100111110110111110111011100000110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290569; }

 p { color: rgb(41,5,105); }

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

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

 a { background-color: rgb(41,5,105); }

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

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

 span { border-color: rgb(41,5,105); }

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