#44048A

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

Shades of Indigo #44048A

Tints of Indigo #44048A

Color information

#44048A (or 0x44048A) is unknown color: approx Indigo. HEX triplet: 44, 04 and 8A. RGB value is (68,4,138). Sum of RGB (Red+Green+Blue) = 68+4+138=210 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.38% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 138 (54.30% from 255 or 65.71% from 210); Max value from RGB is 138 - color contains mainly: blue. Hex color #44048A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44048A is #BBFB75. Grayscale: #252525. Windows color (decimal): -12319606 or 9045060. OLE color: 9045060.

HSL color Cylindrical-coordinate representation of color #44048A: hue angle of 268.66º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #44048A is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB684138-
CMYK0.510.9700.46
HSL268.66º94.37%27.84%-
HSV(B)268.66º97.1%54.12%-
XYZ7.013.1524.28-
YUV38.41184.2149.1-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.38%
GREEN value IS 4 (1.95% from 255) = 1.90%
BLUE value IS 138 (54.30% from 255) = 65.71%
R=32.38%
G=1.90%
B=65.71%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal6841380.510.9700.46268.6694.3727.84
Hex4448A336102E10d5e1c
Octal10442126314105641513634
Binary10001001001000101011001111000010101110100001101101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44048A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44048A; }

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

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

<style>
 a { background-color: #44048A; }

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

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

<style>
 span { border-color: #44048A; }

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

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