#440CA0

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

Shades of Indigo #440CA0

Tints of Indigo #440CA0

Color information

#440CA0 (or 0x440CA0) is unknown color: approx Indigo. HEX triplet: 44, 0C and A0. RGB value is (68,12,160). Sum of RGB (Red+Green+Blue) = 68+12+160=240 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.33% from 240); Green value is 12 (5.08% from 255 or 5% from 240); Blue value is 160 (62.89% from 255 or 66.67% from 240); Max value from RGB is 160 - color contains mainly: blue. Hex color #440CA0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440CA0 is #BBF35F. Grayscale: #2D2D2D. Windows color (decimal): -12317536 or 10488900. OLE color: 10488900.

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

Color convert

RGB6812160-
CMYK0.570.9300.37
HSL262.7º86.05%33.73%-
HSV(B)262.7º92.5%62.75%-
XYZ8.864.0333.57-
YUV45.62192.55143.97-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.33%
GREEN value IS 12 (5.08% from 255) = 5%
BLUE value IS 160 (62.89% from 255) = 66.67%
R=28.33%
G=5%
B=66.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal68121600.570.9300.37262.786.0533.73
Hex44CA0395D0251075622
Octal104142407113504540712642
Binary1000100110010100000111001101110101001011000001111010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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