#290763

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

Shades of Persian Indigo #290763

Tints of Persian Indigo #290763

Color information

#290763 (or 0x290763) is unknown color: approx Persian Indigo. HEX triplet: 29, 07 and 63. RGB value is (41,7,99). Sum of RGB (Red+Green+Blue) = 41+7+99=147 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.89% from 147); Green value is 7 (3.12% from 255 or 4.76% from 147); Blue value is 99 (39.06% from 255 or 67.35% from 147); Max value from RGB is 99 - color contains mainly: blue. Hex color #290763 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290763 is #D6F89C. Grayscale: #1B1B1B. Windows color (decimal): -14088349 or 6489897. OLE color: 6489897.

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

Color convert

RGB41799-
CMYK0.590.9300.61
HSL262.17º86.79%20.78%-
HSV(B)262.17º92.93%38.82%-
XYZ3.241.5211.93-
YUV27.65168.26137.52-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.89%
GREEN value IS 7 (3.12% from 255) = 4.76%
BLUE value IS 99 (39.06% from 255) = 67.35%
R=27.89%
G=4.76%
B=67.35%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal417990.590.9300.61262.1786.7920.78
Hex297633B5D03D1065715
Octal5171437313507540612725
Binary101001111110001111101110111010111101100000110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290763; }

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

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

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

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

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

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

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

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