#440596

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

Shades of Indigo #440596

Tints of Indigo #440596

Color information

#440596 (or 0x440596) is unknown color: approx Indigo. HEX triplet: 44, 05 and 96. RGB value is (68,5,150). Sum of RGB (Red+Green+Blue) = 68+5+150=223 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.49% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 150 (58.98% from 255 or 67.26% from 223); Max value from RGB is 150 - color contains mainly: blue. Hex color #440596 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440596 is #BBFA69. Grayscale: #272727. Windows color (decimal): -12319338 or 9831748. OLE color: 9831748.

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

Color convert

RGB685150-
CMYK0.550.9700.41
HSL266.07º93.55%30.39%-
HSV(B)266.07º96.67%58.82%-
XYZ7.943.5429.12-
YUV40.37189.87147.71-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.49%
GREEN value IS 5 (2.34% from 255) = 2.24%
BLUE value IS 150 (58.98% from 255) = 67.26%
R=30.49%
G=2.24%
B=67.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal6851500.550.9700.41266.0793.5530.39
Hex44596376102910a5e1e
Octal10452266714105141213636
Binary10001001011001011011011111000010101001100001010101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440596; }

 p { color: rgb(68,5,150); }

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

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

 a { background-color: rgb(68,5,150); }

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

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

 span { border-color: rgb(68,5,150); }

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