#44039a

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

Shades of Indigo #44039A

Tints of Indigo #44039A

Color information

#44039A (or 0x44039A) is unknown color: approx Indigo. HEX triplet: 44, 03 and 9A. RGB value is (68,3,154). Sum of RGB (Red+Green+Blue) = 68+3+154=225 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.22% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 154 (60.55% from 255 or 68.44% from 225); Max value from RGB is 154 - color contains mainly: blue. Hex color #44039A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44039A is #BBFC65. Grayscale: #272727. Windows color (decimal): -12319846 or 10093380. OLE color: 10093380.

HSL color Cylindrical-coordinate representation of color #44039A: hue angle of 265.83º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #44039A is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB683154-
CMYK0.560.9800.40
HSL265.83º96.18%30.78%-
HSV(B)265.83º98.05%60.39%-
XYZ8.253.6330.84-
YUV39.65192.53148.22-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.22%
GREEN value IS 3 (1.56% from 255) = 1.33%
BLUE value IS 154 (60.55% from 255) = 68.44%
R=30.22%
G=1.33%
B=68.44%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal6831540.560.9800.40265.8396.1830.78
Hex4439A386202810a601f
Octal10432327014205041214037
Binary1000100111001101011100011000100101000100001010110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44039a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,3,154); }

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

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

 a { background-color: rgb(68,3,154); }

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

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

 span { border-color: rgb(68,3,154); }

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