#440B72

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

Shades of Indigo #440B72

Tints of Indigo #440B72

Color information

#440B72 (or 0x440B72) is unknown color: approx Indigo. HEX triplet: 44, 0B and 72. RGB value is (68,11,114). Sum of RGB (Red+Green+Blue) = 68+11+114=193 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.23% from 193); Green value is 11 (4.69% from 255 or 5.70% from 193); Blue value is 114 (44.92% from 255 or 59.07% from 193); Max value from RGB is 114 - color contains mainly: blue. Hex color #440B72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440B72 is #BBF48D. Grayscale: #272727. Windows color (decimal): -12317838 or 7473988. OLE color: 7473988.

HSL color Cylindrical-coordinate representation of color #440B72: hue angle of 273.2º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #440B72 is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6811114-
CMYK0.400.9000.55
HSL273.2º82.4%24.51%-
HSV(B)273.2º90.35%44.71%-
XYZ5.542.6816.15-
YUV39.79169.88148.12-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.23%
GREEN value IS 11 (4.69% from 255) = 5.70%
BLUE value IS 114 (44.92% from 255) = 59.07%
R=35.23%
G=5.70%
B=59.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68111140.400.9000.55273.282.424.51
Hex44B72285A0371115219
Octal104131625013206742112231
Binary10001001011111001010100010110100110111100010001101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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