#44055F

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

Shades of Indigo #44055F

Tints of Indigo #44055F

Color information

#44055F (or 0x44055F) is unknown color: approx Indigo. HEX triplet: 44, 05 and 5F. RGB value is (68,5,95). Sum of RGB (Red+Green+Blue) = 68+5+95=168 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.48% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 95 (37.5% from 255 or 56.55% from 168); Max value from RGB is 95 - color contains mainly: blue. Hex color #44055F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44055F is #BBFAA0. Grayscale: #212121. Windows color (decimal): -12319393 or 6227268. OLE color: 6227268.

HSL color Cylindrical-coordinate representation of color #44055F: hue angle of 282º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #44055F is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB68595-
CMYK0.280.9500.63
HSL282º90%19.61%-
HSV(B)282º94.74%37.25%-
XYZ4.52.1611.01-
YUV34.1162.37152.18-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40.48%
GREEN value IS 5 (2.34% from 255) = 2.98%
BLUE value IS 95 (37.5% from 255) = 56.55%
R=40.48%
G=2.98%
B=56.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal685950.280.9500.632829019.61
Hex4455F1C5F03F11a5a14
Octal10451373413707743213224
Binary100010010110111111110010111110111111100011010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44055F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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