#440578

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

Shades of Indigo #440578

Tints of Indigo #440578

Color information

#440578 (or 0x440578) is unknown color: approx Indigo. HEX triplet: 44, 05 and 78. RGB value is (68,5,120). Sum of RGB (Red+Green+Blue) = 68+5+120=193 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.23% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 120 (47.27% from 255 or 62.18% from 193); Max value from RGB is 120 - color contains mainly: blue. Hex color #440578 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440578 is #BBFA87. Grayscale: #242424. Windows color (decimal): -12319368 or 7865668. OLE color: 7865668.

HSL color Cylindrical-coordinate representation of color #440578: hue angle of 272.87º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #440578 is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB685120-
CMYK0.430.9600.53
HSL272.87º92%24.51%-
HSV(B)272.87º95.83%47.06%-
XYZ5.832.6917.98-
YUV36.95174.87150.15-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.23%
GREEN value IS 5 (2.34% from 255) = 2.59%
BLUE value IS 120 (47.27% from 255) = 62.18%
R=35.23%
G=2.59%
B=62.18%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6851200.430.9600.53272.879224.51
Hex445782B600351115c19
Octal10451705314006542113431
Binary1000100101111100010101111000000110101100010001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440578; }

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

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

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

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

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

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

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

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