#440174

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

Shades of Indigo #440174

Tints of Indigo #440174

Color information

#440174 (or 0x440174) is unknown color: approx Indigo. HEX triplet: 44, 01 and 74. RGB value is (68,1,116). Sum of RGB (Red+Green+Blue) = 68+1+116=185 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.76% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 116 (45.70% from 255 or 62.70% from 185); Max value from RGB is 116 - color contains mainly: blue. Hex color #440174 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440174 is #BBFE8B. Grayscale: #212121. Windows color (decimal): -12320396 or 7602500. OLE color: 7602500.

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

Color convert

RGB681116-
CMYK0.410.9900.55
HSL274.96º98.29%22.94%-
HSV(B)274.96º99.14%45.49%-
XYZ5.552.5116.72-
YUV34.14174.2152.15-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.76%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 116 (45.70% from 255) = 62.70%
R=36.76%
G=0.54%
B=62.70%

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
Decimal6811160.410.9900.55274.9698.2922.94
Hex4417429630371136217
Octal10411645114306742314227
Binary10001001111010010100111000110110111100010011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440174; }

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

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

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

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

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

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

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

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