#440E77

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

Shades of Indigo #440E77

Tints of Indigo #440E77

Color information

#440E77 (or 0x440E77) is unknown color: approx Indigo. HEX triplet: 44, 0E and 77. RGB value is (68,14,119). Sum of RGB (Red+Green+Blue) = 68+14+119=201 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.83% from 201); Green value is 14 (5.86% from 255 or 6.97% from 201); Blue value is 119 (46.88% from 255 or 59.20% from 201); Max value from RGB is 119 - color contains mainly: blue. Hex color #440E77 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440E77 is #BBF188. Grayscale: #292929. Windows color (decimal): -12317065 or 7802436. OLE color: 7802436.

HSL color Cylindrical-coordinate representation of color #440E77: hue angle of 270.86º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #440E77 is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6814119-
CMYK0.430.8800.53
HSL270.86º78.95%26.08%-
HSV(B)270.86º88.24%46.67%-
XYZ5.872.8717.7-
YUV42.12171.39146.46-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.83%
GREEN value IS 14 (5.86% from 255) = 6.97%
BLUE value IS 119 (46.88% from 255) = 59.20%
R=33.83%
G=6.97%
B=59.20%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal68141190.430.8800.53270.8678.9526.08
Hex44E772B5803510f4f1a
Octal104161675313006541711732
Binary10001001110111011110101110110000110101100001111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440E77; }

 p { color: rgb(68,14,119); }

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

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

 a { background-color: rgb(68,14,119); }

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

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

 span { border-color: rgb(68,14,119); }

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