#44059F

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

Shades of Indigo #44059F

Tints of Indigo #44059F

Color information

#44059F (or 0x44059F) is unknown color: approx Indigo. HEX triplet: 44, 05 and 9F. RGB value is (68,5,159). Sum of RGB (Red+Green+Blue) = 68+5+159=232 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.31% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 159 (62.5% from 255 or 68.53% from 232); Max value from RGB is 159 - color contains mainly: blue. Hex color #44059F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44059F is #BBFA60. Grayscale: #282828. Windows color (decimal): -12319329 or 10421572. OLE color: 10421572.

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

Color convert

RGB685159-
CMYK0.570.9700.38
HSL264.55º93.9%32.16%-
HSV(B)264.55º96.86%62.35%-
XYZ8.73.8433.08-
YUV41.39194.37146.98-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.31%
GREEN value IS 5 (2.34% from 255) = 2.16%
BLUE value IS 159 (62.5% from 255) = 68.53%
R=29.31%
G=2.16%
B=68.53%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal6851590.570.9700.38264.5593.932.16
Hex4459F39610261095e20
Octal10452377114104641113640
Binary100010010110011111111001110000101001101000010011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44059F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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