#440375

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

Shades of Indigo #440375

Tints of Indigo #440375

Color information

#440375 (or 0x440375) is unknown color: approx Indigo. HEX triplet: 44, 03 and 75. RGB value is (68,3,117). Sum of RGB (Red+Green+Blue) = 68+3+117=188 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.17% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 117 (46.09% from 255 or 62.23% from 188); Max value from RGB is 117 - color contains mainly: blue. Hex color #440375 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440375 is #BBFC8A. Grayscale: #232323. Windows color (decimal): -12319883 or 7668548. OLE color: 7668548.

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

Color convert

RGB683117-
CMYK0.420.9700.54
HSL274.21º95%23.53%-
HSV(B)274.21º97.44%45.88%-
XYZ5.632.5817.03-
YUV35.43174.03151.23-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.17%
GREEN value IS 3 (1.56% from 255) = 1.60%
BLUE value IS 117 (46.09% from 255) = 62.23%
R=36.17%
G=1.60%
B=62.23%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6831170.420.9700.54274.219523.53
Hex443752A610361125f18
Octal10431655214106642213730
Binary100010011111010110101011000010110110100010010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440375; }

 p { color: rgb(68,3,117); }

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

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

 a { background-color: rgb(68,3,117); }

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

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

 span { border-color: rgb(68,3,117); }

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