#440C75

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

Shades of Indigo #440C75

Tints of Indigo #440C75

Color information

#440C75 (or 0x440C75) is unknown color: approx Indigo. HEX triplet: 44, 0C and 75. RGB value is (68,12,117). Sum of RGB (Red+Green+Blue) = 68+12+117=197 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.52% from 197); Green value is 12 (5.08% from 255 or 6.09% from 197); Blue value is 117 (46.09% from 255 or 59.39% from 197); Max value from RGB is 117 - color contains mainly: blue. Hex color #440C75 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440C75 is #BBF38A. Grayscale: #282828. Windows color (decimal): -12317579 or 7670852. OLE color: 7670852.

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

Color convert

RGB6812117-
CMYK0.420.9000.54
HSL272º81.4%25.29%-
HSV(B)272º89.74%45.88%-
XYZ5.732.7817.06-
YUV40.71171.05147.46-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.52%
GREEN value IS 12 (5.08% from 255) = 6.09%
BLUE value IS 117 (46.09% from 255) = 59.39%
R=34.52%
G=6.09%
B=59.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68121170.420.9000.5427281.425.29
Hex44C752A5A0361105119
Octal104141655213206642012131
Binary10001001100111010110101010110100110110100010000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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