#440E70

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

Shades of Indigo #440E70

Tints of Indigo #440E70

Color information

#440E70 (or 0x440E70) is unknown color: approx Indigo. HEX triplet: 44, 0E and 70. RGB value is (68,14,112). Sum of RGB (Red+Green+Blue) = 68+14+112=194 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.05% from 194); Green value is 14 (5.86% from 255 or 7.22% from 194); Blue value is 112 (44.14% from 255 or 57.73% from 194); Max value from RGB is 112 - color contains mainly: blue. Hex color #440E70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440E70 is #BBF18F. Grayscale: #282828. Windows color (decimal): -12317072 or 7343684. OLE color: 7343684.

HSL color Cylindrical-coordinate representation of color #440E70: hue angle of 273.06º degrees, saturation: 0.78, 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 #440E70 is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6814112-
CMYK0.390.8800.56
HSL273.06º77.78%24.71%-
HSV(B)273.06º87.5%43.92%-
XYZ5.472.7115.56-
YUV41.32167.89147.03-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.05%
GREEN value IS 14 (5.86% from 255) = 7.22%
BLUE value IS 112 (44.14% from 255) = 57.73%
R=35.05%
G=7.22%
B=57.73%

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
Decimal68141120.390.8800.56273.0677.7824.71
Hex44E7027580381114e19
Octal104161604713007042111631
Binary10001001110111000010011110110000111000100010001100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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