#440173

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

Shades of Indigo #440173

Tints of Indigo #440173

Color information

#440173 (or 0x440173) is unknown color: approx Indigo. HEX triplet: 44, 01 and 73. RGB value is (68,1,115). Sum of RGB (Red+Green+Blue) = 68+1+115=184 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.96% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 115 (45.31% from 255 or 62.5% from 184); Max value from RGB is 115 - color contains mainly: blue. Hex color #440173 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440173 is #BBFE8C. Grayscale: #212121. Windows color (decimal): -12320397 or 7536964. OLE color: 7536964.

HSL color Cylindrical-coordinate representation of color #440173: hue angle of 275.26º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #440173 is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB681115-
CMYK0.410.9900.55
HSL275.26º98.28%22.75%-
HSV(B)275.26º99.13%45.1%-
XYZ5.492.4916.41-
YUV34.03173.7152.23-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.96%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 115 (45.31% from 255) = 62.5%
R=36.96%
G=0.54%
B=62.5%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6811150.410.9900.55275.2698.2822.75
Hex4417329630371136217
Octal10411635114306742314227
Binary10001001111001110100111000110110111100010011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440173; }

 p { color: rgb(68,1,115); }

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

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

 a { background-color: rgb(68,1,115); }

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

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

 span { border-color: rgb(68,1,115); }

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