#44047B

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

Shades of Indigo #44047B

Tints of Indigo #44047B

Color information

#44047B (or 0x44047B) is unknown color: approx Indigo. HEX triplet: 44, 04 and 7B. RGB value is (68,4,123). Sum of RGB (Red+Green+Blue) = 68+4+123=195 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.87% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 123 (48.44% from 255 or 63.08% from 195); Max value from RGB is 123 - color contains mainly: blue. Hex color #44047B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44047B is #BBFB84. Grayscale: #242424. Windows color (decimal): -12319621 or 8062020. OLE color: 8062020.

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

Color convert

RGB684123-
CMYK0.450.9700.52
HSL272.27º93.7%24.9%-
HSV(B)272.27º96.75%48.24%-
XYZ62.7518.95-
YUV36.7176.7150.32-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.87%
GREEN value IS 4 (1.95% from 255) = 2.05%
BLUE value IS 123 (48.44% from 255) = 63.08%
R=34.87%
G=2.05%
B=63.08%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6841230.450.9700.52272.2793.724.9
Hex4447B2D610341105e19
Octal10441735514106442013631
Binary1000100100111101110110111000010110100100010000101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44047B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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