#440460

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

Shades of Indigo #440460

Tints of Indigo #440460

Color information

#440460 (or 0x440460) is unknown color: approx Indigo. HEX triplet: 44, 04 and 60. RGB value is (68,4,96). Sum of RGB (Red+Green+Blue) = 68+4+96=168 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.48% from 168); Green value is 4 (1.95% from 255 or 2.38% from 168); Blue value is 96 (37.89% from 255 or 57.14% from 168); Max value from RGB is 96 - color contains mainly: blue. Hex color #440460 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440460 is #BBFB9F. Grayscale: #212121. Windows color (decimal): -12319648 or 6292548. OLE color: 6292548.

HSL color Cylindrical-coordinate representation of color #440460: hue angle of 281.74º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #440460 is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB68496-
CMYK0.290.9600.62
HSL281.74º92%19.61%-
HSV(B)281.74º95.83%37.65%-
XYZ4.542.1611.24-
YUV33.62163.2152.52-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40.48%
GREEN value IS 4 (1.95% from 255) = 2.38%
BLUE value IS 96 (37.89% from 255) = 57.14%
R=40.48%
G=2.38%
B=57.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal684960.290.9600.62281.749219.61
Hex444601D6003E11a5c14
Octal10441403514007643213424
Binary100010010011000001110111000000111110100011010101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440460; }

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

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

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

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

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

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

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

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