#290563

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

Shades of Persian Indigo #290563

Tints of Persian Indigo #290563

Color information

#290563 (or 0x290563) is unknown color: approx Persian Indigo. HEX triplet: 29, 05 and 63. RGB value is (41,5,99). Sum of RGB (Red+Green+Blue) = 41+5+99=145 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.28% from 145); Green value is 5 (2.34% from 255 or 3.45% from 145); Blue value is 99 (39.06% from 255 or 68.28% from 145); Max value from RGB is 99 - color contains mainly: blue. Hex color #290563 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290563 is #D6FA9C. Grayscale: #1A1A1A. Windows color (decimal): -14088861 or 6489385. OLE color: 6489385.

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

Color convert

RGB41599-
CMYK0.590.9500.61
HSL262.98º90.38%20.39%-
HSV(B)262.98º94.95%38.82%-
XYZ3.221.4811.92-
YUV26.48168.93138.36-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.28%
GREEN value IS 5 (2.34% from 255) = 3.45%
BLUE value IS 99 (39.06% from 255) = 68.28%
R=28.28%
G=3.45%
B=68.28%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal415990.590.9500.61262.9890.3820.39
Hex295633B5F03D1075a14
Octal5151437313707540713224
Binary101001101110001111101110111110111101100000111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290563; }

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

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

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

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

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

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

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

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