#290768

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

Shades of Persian Indigo #290768

Tints of Persian Indigo #290768

Color information

#290768 (or 0x290768) is unknown color: approx Persian Indigo. HEX triplet: 29, 07 and 68. RGB value is (41,7,104). Sum of RGB (Red+Green+Blue) = 41+7+104=152 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.97% from 152); Green value is 7 (3.12% from 255 or 4.61% from 152); Blue value is 104 (41.02% from 255 or 68.42% from 152); Max value from RGB is 104 - color contains mainly: blue. Hex color #290768 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290768 is #D6F897. Grayscale: #1B1B1B. Windows color (decimal): -14088344 or 6817577. OLE color: 6817577.

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

Color convert

RGB417104-
CMYK0.610.9300.59
HSL261.03º87.39%21.76%-
HSV(B)261.03º93.27%40.78%-
XYZ3.491.6213.23-
YUV28.22170.76137.11-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.97%
GREEN value IS 7 (3.12% from 255) = 4.61%
BLUE value IS 104 (41.02% from 255) = 68.42%
R=26.97%
G=4.61%
B=68.42%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4171040.610.9300.59261.0387.3921.76
Hex297683D5D03B1055716
Octal5171507513507340512726
Binary101001111110100011110110111010111011100000101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290768; }

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

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

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

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

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

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

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

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