#290168

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

Shades of Persian Indigo #290168

Tints of Persian Indigo #290168

Color information

#290168 (or 0x290168) is unknown color: approx Persian Indigo. HEX triplet: 29, 01 and 68. RGB value is (41,1,104). Sum of RGB (Red+Green+Blue) = 41+1+104=146 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.08% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 104 (41.02% from 255 or 71.23% from 146); Max value from RGB is 104 - color contains mainly: blue. Hex color #290168 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290168 is #D6FE97. Grayscale: #181818. Windows color (decimal): -14089880 or 6816041. OLE color: 6816041.

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

Color convert

RGB411104-
CMYK0.610.9900.59
HSL263.3º98.1%20.59%-
HSV(B)263.3º99.04%40.78%-
XYZ3.421.4913.2-
YUV24.7172.75139.62-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.08%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 104 (41.02% from 255) = 71.23%
R=28.08%
G=0.68%
B=71.23%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4111040.610.9900.59263.398.120.59
Hex291683D6303B1076215
Octal5111507514307340714225
Binary1010011110100011110111000110111011100000111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290168; }

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

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

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

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

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

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

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

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