#440B70

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

Shades of Indigo #440B70

Tints of Indigo #440B70

Color information

#440B70 (or 0x440B70) is unknown color: approx Indigo. HEX triplet: 44, 0B and 70. RGB value is (68,11,112). Sum of RGB (Red+Green+Blue) = 68+11+112=191 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.60% from 191); Green value is 11 (4.69% from 255 or 5.76% from 191); Blue value is 112 (44.14% from 255 or 58.64% from 191); Max value from RGB is 112 - color contains mainly: blue. Hex color #440B70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440B70 is #BBF48F. Grayscale: #272727. Windows color (decimal): -12317840 or 7342916. OLE color: 7342916.

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

Color convert

RGB6811112-
CMYK0.390.9000.56
HSL273.86º82.11%24.12%-
HSV(B)273.86º90.18%43.92%-
XYZ5.432.6415.55-
YUV39.56168.88148.29-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.60%
GREEN value IS 11 (4.69% from 255) = 5.76%
BLUE value IS 112 (44.14% from 255) = 58.64%
R=35.60%
G=5.76%
B=58.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68111120.390.9000.56273.8682.1124.12
Hex44B70275A0381125218
Octal104131604713207042212230
Binary10001001011111000010011110110100111000100010010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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