#440DA0

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

Shades of Indigo #440DA0

Tints of Indigo #440DA0

Color information

#440DA0 (or 0x440DA0) is unknown color: approx Indigo. HEX triplet: 44, 0D and A0. RGB value is (68,13,160). Sum of RGB (Red+Green+Blue) = 68+13+160=241 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.22% from 241); Green value is 13 (5.47% from 255 or 5.39% from 241); Blue value is 160 (62.89% from 255 or 66.39% from 241); Max value from RGB is 160 - color contains mainly: blue. Hex color #440DA0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440DA0 is #BBF25F. Grayscale: #2D2D2D. Windows color (decimal): -12317280 or 10489156. OLE color: 10489156.

HSL color Cylindrical-coordinate representation of color #440DA0: hue angle of 262.45º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #440DA0 is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB6813160-
CMYK0.570.9200.37
HSL262.45º84.97%33.92%-
HSV(B)262.45º91.87%62.75%-
XYZ8.874.0533.57-
YUV46.2192.22143.55-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.22%
GREEN value IS 13 (5.47% from 255) = 5.39%
BLUE value IS 160 (62.89% from 255) = 66.39%
R=28.22%
G=5.39%
B=66.39%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal68131600.570.9200.37262.4584.9733.92
Hex44DA0395C0251065522
Octal104152407113404540612542
Binary1000100110110100000111001101110001001011000001101010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,13,160); }

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

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

 a { background-color: rgb(68,13,160); }

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

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

 span { border-color: rgb(68,13,160); }

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