#44059C

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

Shades of Indigo #44059C

Tints of Indigo #44059C

Color information

#44059C (or 0x44059C) is unknown color: approx Indigo. HEX triplet: 44, 05 and 9C. RGB value is (68,5,156). Sum of RGB (Red+Green+Blue) = 68+5+156=229 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.69% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 156 (61.33% from 255 or 68.12% from 229); Max value from RGB is 156 - color contains mainly: blue. Hex color #44059C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44059C is #BBFA63. Grayscale: #282828. Windows color (decimal): -12319332 or 10224964. OLE color: 10224964.

HSL color Cylindrical-coordinate representation of color #44059C: hue angle of 265.03º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #44059C is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB685156-
CMYK0.560.9700.39
HSL265.03º93.79%31.57%-
HSV(B)265.03º96.79%61.18%-
XYZ8.443.7431.73-
YUV41.05192.87147.22-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.69%
GREEN value IS 5 (2.34% from 255) = 2.18%
BLUE value IS 156 (61.33% from 255) = 68.12%
R=29.69%
G=2.18%
B=68.12%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal6851560.560.9700.39265.0393.7931.57
Hex4459C38610271095e20
Octal10452347014104741113640
Binary100010010110011100111000110000101001111000010011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44059C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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