#440493

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

Shades of Indigo #440493

Tints of Indigo #440493

Color information

#440493 (or 0x440493) is unknown color: approx Indigo. HEX triplet: 44, 04 and 93. RGB value is (68,4,147). Sum of RGB (Red+Green+Blue) = 68+4+147=219 (29% of max value = 765). Red value is 68 (26.95% from 255 or 31.05% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 147 (57.81% from 255 or 67.12% from 219); Max value from RGB is 147 - color contains mainly: blue. Hex color #440493 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440493 is #BBFB6C. Grayscale: #262626. Windows color (decimal): -12319597 or 9634884. OLE color: 9634884.

HSL color Cylindrical-coordinate representation of color #440493: hue angle of 266.85º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #440493 is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB684147-
CMYK0.540.9700.42
HSL266.85º94.7%29.61%-
HSV(B)266.85º97.28%57.65%-
XYZ7.693.4227.86-
YUV39.44188.7148.37-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.05%
GREEN value IS 4 (1.95% from 255) = 1.83%
BLUE value IS 147 (57.81% from 255) = 67.12%
R=31.05%
G=1.83%
B=67.12%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6841470.540.9700.42266.8594.729.61
Hex44493366102A10b5f1e
Octal10442236614105241313736
Binary10001001001001001111011011000010101010100001011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440493; }

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

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

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

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

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

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

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

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