#440172

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

Shades of Indigo #440172

Tints of Indigo #440172

Color information

#440172 (or 0x440172) is unknown color: approx Indigo. HEX triplet: 44, 01 and 72. RGB value is (68,1,114). Sum of RGB (Red+Green+Blue) = 68+1+114=183 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.16% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 114 (44.92% from 255 or 62.30% from 183); Max value from RGB is 114 - color contains mainly: blue. Hex color #440172 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440172 is #BBFE8D. Grayscale: #212121. Windows color (decimal): -12320398 or 7471428. OLE color: 7471428.

HSL color Cylindrical-coordinate representation of color #440172: hue angle of 275.58º 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 #440172 is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB681114-
CMYK0.400.9900.55
HSL275.58º98.26%22.55%-
HSV(B)275.58º99.12%44.71%-
XYZ5.432.4716.11-
YUV33.92173.2152.31-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.16%
GREEN value IS 1 (0.78% from 255) = 0.55%
BLUE value IS 114 (44.92% from 255) = 62.30%
R=37.16%
G=0.55%
B=62.30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6811140.400.9900.55275.5898.2622.55
Hex4417228630371146217
Octal10411625014306742414227
Binary10001001111001010100011000110110111100010100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440172; }

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

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

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

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

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

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

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

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