#440D70

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

Shades of Indigo #440D70

Tints of Indigo #440D70

Color information

#440D70 (or 0x440D70) is unknown color: approx Indigo. HEX triplet: 44, 0D and 70. RGB value is (68,13,112). Sum of RGB (Red+Green+Blue) = 68+13+112=193 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.23% from 193); Green value is 13 (5.47% from 255 or 6.74% from 193); Blue value is 112 (44.14% from 255 or 58.03% from 193); Max value from RGB is 112 - color contains mainly: blue. Hex color #440D70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440D70 is #BBF28F. Grayscale: #282828. Windows color (decimal): -12317328 or 7343428. OLE color: 7343428.

HSL color Cylindrical-coordinate representation of color #440D70: hue angle of 273.33º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #440D70 is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6813112-
CMYK0.390.8800.56
HSL273.33º79.2%24.51%-
HSV(B)273.33º88.39%43.92%-
XYZ5.452.6915.56-
YUV40.73168.22147.45-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.23%
GREEN value IS 13 (5.47% from 255) = 6.74%
BLUE value IS 112 (44.14% from 255) = 58.03%
R=35.23%
G=6.74%
B=58.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68131120.390.8800.56273.3379.224.51
Hex44D7027580381114f19
Octal104151604713007042111731
Binary10001001101111000010011110110000111000100010001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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