#440871

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

Shades of Indigo #440871

Tints of Indigo #440871

Color information

#440871 (or 0x440871) is unknown color: approx Indigo. HEX triplet: 44, 08 and 71. RGB value is (68,8,113). Sum of RGB (Red+Green+Blue) = 68+8+113=189 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.98% from 189); Green value is 8 (3.52% from 255 or 4.23% from 189); Blue value is 113 (44.53% from 255 or 59.79% from 189); Max value from RGB is 113 - color contains mainly: blue. Hex color #440871 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440871 is #BBF78E. Grayscale: #252525. Windows color (decimal): -12318607 or 7407684. OLE color: 7407684.

HSL color Cylindrical-coordinate representation of color #440871: hue angle of 274.29º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #440871 is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB688113-
CMYK0.400.9300.56
HSL274.29º86.78%23.73%-
HSV(B)274.29º92.92%44.31%-
XYZ5.452.5915.84-
YUV37.91170.38149.46-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.98%
GREEN value IS 8 (3.52% from 255) = 4.23%
BLUE value IS 113 (44.53% from 255) = 59.79%
R=35.98%
G=4.23%
B=59.79%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6881130.400.9300.56274.2986.7823.73
Hex44871285D0381125718
Octal104101615013507042212730
Binary10001001000111000110100010111010111000100010010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440871; }

 p { color: rgb(68,8,113); }

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

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

 a { background-color: rgb(68,8,113); }

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

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

 span { border-color: rgb(68,8,113); }

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