#440086

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

Shades of Indigo #440086

Tints of Indigo #440086

Color information

#440086 (or 0x440086) is unknown color: approx Indigo. HEX triplet: 44, 00 and 86. RGB value is (68,0,134). Sum of RGB (Red+Green+Blue) = 68+0+134=202 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.66% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 134 (52.73% from 255 or 66.34% from 202); Max value from RGB is 134 - color contains mainly: blue. Hex color #440086 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440086 is #BBFF79. Grayscale: #232323. Windows color (decimal): -12320634 or 8781892. OLE color: 8781892.

HSL color Cylindrical-coordinate representation of color #440086: hue angle of 270.45º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #440086 is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB680134-
CMYK0.49100.47
HSL270.45º100%26.27%-
HSV(B)270.45º100%52.55%-
XYZ6.692.9522.77-
YUV35.61183.53151.1-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.66%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 134 (52.73% from 255) = 66.34%
R=33.66%
G=0%
B=66.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6801340.49100.47270.4510026.27
Hex44086316402F10e641a
Octal10402066114405741614432
Binary100010001000011011000111001000101111100001110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440086; }

 p { color: rgb(68,0,134); }

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

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

 a { background-color: rgb(68,0,134); }

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

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

 span { border-color: rgb(68,0,134); }

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