#44047C

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

Shades of Indigo #44047C

Tints of Indigo #44047C

Color information

#44047C (or 0x44047C) is unknown color: approx Indigo. HEX triplet: 44, 04 and 7C. RGB value is (68,4,124). Sum of RGB (Red+Green+Blue) = 68+4+124=196 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.69% from 196); Green value is 4 (1.95% from 255 or 2.04% from 196); Blue value is 124 (48.83% from 255 or 63.27% from 196); Max value from RGB is 124 - color contains mainly: blue. Hex color #44047C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44047C is #BBFB83. Grayscale: #242424. Windows color (decimal): -12319620 or 8127556. OLE color: 8127556.

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

Color convert

RGB684124-
CMYK0.450.9700.51
HSL272º93.75%25.1%-
HSV(B)272º96.77%48.63%-
XYZ6.072.7719.28-
YUV36.82177.2150.24-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.69%
GREEN value IS 4 (1.95% from 255) = 2.04%
BLUE value IS 124 (48.83% from 255) = 63.27%
R=34.69%
G=2.04%
B=63.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6841240.450.9700.5127293.7525.1
Hex4447C2D610331105e19
Octal10441745514106342013631
Binary1000100100111110010110111000010110011100010000101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44047C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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