#44118a

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

Shades of Indigo #44118A

Tints of Indigo #44118A

Color information

#44118A (or 0x44118A) is unknown color: approx Indigo. HEX triplet: 44, 11 and 8A. RGB value is (68,17,138). Sum of RGB (Red+Green+Blue) = 68+17+138=223 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.49% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 138 (54.30% from 255 or 61.88% from 223); Max value from RGB is 138 - color contains mainly: blue. Hex color #44118A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44118A is #BBEE75. Grayscale: #2D2D2D. Windows color (decimal): -12316278 or 9048388. OLE color: 9048388.

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

Color convert

RGB6817138-
CMYK0.510.8800.46
HSL265.29º78.06%30.39%-
HSV(B)265.29º87.68%54.12%-
XYZ7.173.4624.34-
YUV46.04179.9143.66-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.49%
GREEN value IS 17 (7.03% from 255) = 7.62%
BLUE value IS 138 (54.30% from 255) = 61.88%
R=30.49%
G=7.62%
B=61.88%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal68171380.510.8800.46265.2978.0630.39
Hex44118A335802E1094e1e
Octal104212126313005641111636
Binary1000100100011000101011001110110000101110100001001100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44118a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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