#440A70

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

Shades of Indigo #440A70

Tints of Indigo #440A70

Color information

#440A70 (or 0x440A70) is unknown color: approx Indigo. HEX triplet: 44, 0A and 70. RGB value is (68,10,112). Sum of RGB (Red+Green+Blue) = 68+10+112=190 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.79% from 190); Green value is 10 (4.30% from 255 or 5.26% from 190); Blue value is 112 (44.14% from 255 or 58.95% from 190); Max value from RGB is 112 - color contains mainly: blue. Hex color #440A70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440A70 is #BBF58F. Grayscale: #262626. Windows color (decimal): -12318096 or 7342660. OLE color: 7342660.

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

Color convert

RGB6810112-
CMYK0.390.9100.56
HSL274.12º83.61%23.92%-
HSV(B)274.12º91.07%43.92%-
XYZ5.422.6215.55-
YUV38.97169.22148.71-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.79%
GREEN value IS 10 (4.30% from 255) = 5.26%
BLUE value IS 112 (44.14% from 255) = 58.95%
R=35.79%
G=5.26%
B=58.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68101120.390.9100.56274.1283.6123.92
Hex44A70275B0381125418
Octal104121604713307042212430
Binary10001001010111000010011110110110111000100010010101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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