#290368

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

Shades of Persian Indigo #290368

Tints of Persian Indigo #290368

Color information

#290368 (or 0x290368) is unknown color: approx Persian Indigo. HEX triplet: 29, 03 and 68. RGB value is (41,3,104). Sum of RGB (Red+Green+Blue) = 41+3+104=148 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.70% from 148); Green value is 3 (1.56% from 255 or 2.03% from 148); Blue value is 104 (41.02% from 255 or 70.27% from 148); Max value from RGB is 104 - color contains mainly: blue. Hex color #290368 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290368 is #D6FC97. Grayscale: #191919. Windows color (decimal): -14089368 or 6816553. OLE color: 6816553.

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

Color convert

RGB413104-
CMYK0.610.9700.59
HSL262.57º94.39%20.98%-
HSV(B)262.57º97.12%40.78%-
XYZ3.451.5413.21-
YUV25.88172.09138.79-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.70%
GREEN value IS 3 (1.56% from 255) = 2.03%
BLUE value IS 104 (41.02% from 255) = 70.27%
R=27.70%
G=2.03%
B=70.27%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4131040.610.9700.59262.5794.3920.98
Hex293683D6103B1075e15
Octal5131507514107340713625
Binary10100111110100011110111000010111011100000111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290368; }

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

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

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

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

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

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

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

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