#44057C

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

Shades of Indigo #44057C

Tints of Indigo #44057C

Color information

#44057C (or 0x44057C) is unknown color: approx Indigo. HEX triplet: 44, 05 and 7C. RGB value is (68,5,124). Sum of RGB (Red+Green+Blue) = 68+5+124=197 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.52% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 124 (48.83% from 255 or 62.94% from 197); Max value from RGB is 124 - color contains mainly: blue. Hex color #44057C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44057C is #BBFA83. Grayscale: #242424. Windows color (decimal): -12319364 or 8127812. OLE color: 8127812.

HSL color Cylindrical-coordinate representation of color #44057C: hue angle of 271.76º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #44057C is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB685124-
CMYK0.450.9600.51
HSL271.76º92.25%25.29%-
HSV(B)271.76º95.97%48.63%-
XYZ6.082.7919.29-
YUV37.4176.87149.82-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.52%
GREEN value IS 5 (2.34% from 255) = 2.54%
BLUE value IS 124 (48.83% from 255) = 62.94%
R=34.52%
G=2.54%
B=62.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6851240.450.9600.51271.7692.2525.29
Hex4457C2D600331105c19
Octal10451745514006342013431
Binary1000100101111110010110111000000110011100010000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44057C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,5,124); }

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

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

 a { background-color: rgb(68,5,124); }

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

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

 span { border-color: rgb(68,5,124); }

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