#440A75

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

Shades of Indigo #440A75

Tints of Indigo #440A75

Color information

#440A75 (or 0x440A75) is unknown color: approx Indigo. HEX triplet: 44, 0A and 75. RGB value is (68,10,117). Sum of RGB (Red+Green+Blue) = 68+10+117=195 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.87% from 195); Green value is 10 (4.30% from 255 or 5.13% from 195); Blue value is 117 (46.09% from 255 or 60% from 195); Max value from RGB is 117 - color contains mainly: blue. Hex color #440A75 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440A75 is #BBF58A. Grayscale: #272727. Windows color (decimal): -12318091 or 7670340. OLE color: 7670340.

HSL color Cylindrical-coordinate representation of color #440A75: hue angle of 272.52º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #440A75 is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6810117-
CMYK0.420.9100.54
HSL272.52º84.25%24.9%-
HSV(B)272.52º91.45%45.88%-
XYZ5.72.7317.06-
YUV39.54171.72148.3-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.87%
GREEN value IS 10 (4.30% from 255) = 5.13%
BLUE value IS 117 (46.09% from 255) = 60%
R=34.87%
G=5.13%
B=60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68101170.420.9100.54272.5284.2524.9
Hex44A752A5B0361115419
Octal104121655213306642112431
Binary10001001010111010110101010110110110110100010001101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440A75; }

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

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

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

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

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

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

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

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