#44118C

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

Shades of Indigo #44118C

Tints of Indigo #44118C

Color information

#44118C (or 0x44118C) is unknown color: approx Indigo. HEX triplet: 44, 11 and 8C. RGB value is (68,17,140). Sum of RGB (Red+Green+Blue) = 68+17+140=225 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.22% from 225); Green value is 17 (7.03% from 255 or 7.56% from 225); Blue value is 140 (55.08% from 255 or 62.22% from 225); Max value from RGB is 140 - color contains mainly: blue. Hex color #44118C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44118C is #BBEE73. Grayscale: #2D2D2D. Windows color (decimal): -12316276 or 9179460. OLE color: 9179460.

HSL color Cylindrical-coordinate representation of color #44118C: hue angle of 264.88º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #44118C is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6817140-
CMYK0.510.8800.45
HSL264.88º78.34%30.78%-
HSV(B)264.88º87.86%54.9%-
XYZ7.323.5225.11-
YUV46.27180.9143.5-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.22%
GREEN value IS 17 (7.03% from 255) = 7.56%
BLUE value IS 140 (55.08% from 255) = 62.22%
R=30.22%
G=7.56%
B=62.22%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal68171400.510.8800.45264.8878.3430.78
Hex44118C335802D1094e1f
Octal104212146313005541111637
Binary1000100100011000110011001110110000101101100001001100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44118C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44118C; }

 p { color: rgb(68,17,140); }

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

<style>
 a { background-color: #44118C; }

 a { background-color: rgb(68,17,140); }

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

<style>
 span { border-color: #44118C; }

 span { border-color: rgb(68,17,140); }

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