#44046E

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

Shades of Indigo #44046E

Tints of Indigo #44046E

Color information

#44046E (or 0x44046E) is unknown color: approx Indigo. HEX triplet: 44, 04 and 6E. RGB value is (68,4,110). Sum of RGB (Red+Green+Blue) = 68+4+110=182 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.36% from 182); Green value is 4 (1.95% from 255 or 2.20% from 182); Blue value is 110 (43.36% from 255 or 60.44% from 182); Max value from RGB is 110 - color contains mainly: blue. Hex color #44046E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44046E is #BBFB91. Grayscale: #222222. Windows color (decimal): -12319634 or 7210052. OLE color: 7210052.

HSL color Cylindrical-coordinate representation of color #44046E: hue angle of 276.23º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #44046E is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB684110-
CMYK0.380.9600.57
HSL276.23º92.98%22.35%-
HSV(B)276.23º96.36%43.14%-
XYZ5.242.4414.95-
YUV35.22170.2151.38-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.36%
GREEN value IS 4 (1.95% from 255) = 2.20%
BLUE value IS 110 (43.36% from 255) = 60.44%
R=37.36%
G=2.20%
B=60.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6841100.380.9600.57276.2392.9822.35
Hex4446E26600391145d16
Octal10441564614007142413526
Binary1000100100110111010011011000000111001100010100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44046E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44046E; }

 p { color: rgb(68,4,110); }

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

<style>
 a { background-color: #44046E; }

 a { background-color: rgb(68,4,110); }

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

<style>
 span { border-color: #44046E; }

 span { border-color: rgb(68,4,110); }

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