#440B6D

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

Shades of Indigo #440B6D

Tints of Indigo #440B6D

Color information

#440B6D (or 0x440B6D) is unknown color: approx Indigo. HEX triplet: 44, 0B and 6D. RGB value is (68,11,109). Sum of RGB (Red+Green+Blue) = 68+11+109=188 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.17% from 188); Green value is 11 (4.69% from 255 or 5.85% from 188); Blue value is 109 (42.97% from 255 or 57.98% from 188); Max value from RGB is 109 - color contains mainly: blue. Hex color #440B6D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440B6D is #BBF492. Grayscale: #262626. Windows color (decimal): -12317843 or 7146308. OLE color: 7146308.

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

Color convert

RGB6811109-
CMYK0.380.9000.57
HSL274.9º81.67%23.53%-
HSV(B)274.9º89.91%42.75%-
XYZ5.262.5714.69-
YUV39.22167.38148.53-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.17%
GREEN value IS 11 (4.69% from 255) = 5.85%
BLUE value IS 109 (42.97% from 255) = 57.98%
R=36.17%
G=5.85%
B=57.98%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal68111090.380.9000.57274.981.6723.53
Hex44B6D265A0391135218
Octal104131554613207142312230
Binary10001001011110110110011010110100111001100010011101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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