#440C85

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

Shades of Indigo #440C85

Tints of Indigo #440C85

Color information

#440C85 (or 0x440C85) is unknown color: approx Indigo. HEX triplet: 44, 0C and 85. RGB value is (68,12,133). Sum of RGB (Red+Green+Blue) = 68+12+133=213 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.92% from 213); Green value is 12 (5.08% from 255 or 5.63% from 213); Blue value is 133 (52.34% from 255 or 62.44% from 213); Max value from RGB is 133 - color contains mainly: blue. Hex color #440C85 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440C85 is #BBF37A. Grayscale: #2A2A2A. Windows color (decimal): -12317563 or 8719428. OLE color: 8719428.

HSL color Cylindrical-coordinate representation of color #440C85: hue angle of 267.77º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #440C85 is Cyan = 0.49, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6812133-
CMYK0.490.9100.48
HSL267.77º83.45%28.43%-
HSV(B)267.77º90.98%52.16%-
XYZ6.753.1922.45-
YUV42.54179.05146.16-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.92%
GREEN value IS 12 (5.08% from 255) = 5.63%
BLUE value IS 133 (52.34% from 255) = 62.44%
R=31.92%
G=5.63%
B=62.44%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal68121330.490.9100.48267.7783.4528.43
Hex44C85315B03010c531c
Octal104142056113306041412334
Binary100010011001000010111000110110110110000100001100101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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