#44048E

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

Shades of Indigo #44048E

Tints of Indigo #44048E

Color information

#44048E (or 0x44048E) is unknown color: approx Indigo. HEX triplet: 44, 04 and 8E. RGB value is (68,4,142). Sum of RGB (Red+Green+Blue) = 68+4+142=214 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.78% from 214); Green value is 4 (1.95% from 255 or 1.87% from 214); Blue value is 142 (55.86% from 255 or 66.36% from 214); Max value from RGB is 142 - color contains mainly: blue. Hex color #44048E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44048E is #BBFB71. Grayscale: #262626. Windows color (decimal): -12319602 or 9307204. OLE color: 9307204.

HSL color Cylindrical-coordinate representation of color #44048E: hue angle of 267.83º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #44048E is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB684142-
CMYK0.520.9700.44
HSL267.83º94.52%28.63%-
HSV(B)267.83º97.18%55.69%-
XYZ7.313.2725.84-
YUV38.87186.2148.78-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.78%
GREEN value IS 4 (1.95% from 255) = 1.87%
BLUE value IS 142 (55.86% from 255) = 66.36%
R=31.78%
G=1.87%
B=66.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6841420.520.9700.44267.8394.5228.63
Hex4448E346102C10c5f1d
Octal10442166414105441413735
Binary10001001001000111011010011000010101100100001100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44048E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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