#440495

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

Shades of Indigo #440495

Tints of Indigo #440495

Color information

#440495 (or 0x440495) is unknown color: approx Indigo. HEX triplet: 44, 04 and 95. RGB value is (68,4,149). Sum of RGB (Red+Green+Blue) = 68+4+149=221 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.77% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 149 (58.59% from 255 or 67.42% from 221); Max value from RGB is 149 - color contains mainly: blue. Hex color #440495 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440495 is #BBFB6A. Grayscale: #272727. Windows color (decimal): -12319595 or 9765956. OLE color: 9765956.

HSL color Cylindrical-coordinate representation of color #440495: hue angle of 266.48º 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 #440495 is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB684149-
CMYK0.540.9700.42
HSL266.48º94.77%30%-
HSV(B)266.48º97.32%58.43%-
XYZ7.853.4928.69-
YUV39.67189.7148.21-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.77%
GREEN value IS 4 (1.95% from 255) = 1.81%
BLUE value IS 149 (58.59% from 255) = 67.42%
R=30.77%
G=1.81%
B=67.42%

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
Decimal6841490.540.9700.42266.4894.7730
Hex44495366102A10a5f1e
Octal10442256614105241213736
Binary10001001001001010111011011000010101010100001010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440495; }

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

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

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

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

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

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

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

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