#440084

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

Shades of Indigo #440084

Tints of Indigo #440084

Color information

#440084 (or 0x440084) is unknown color: approx Indigo. HEX triplet: 44, 00 and 84. RGB value is (68,0,132). Sum of RGB (Red+Green+Blue) = 68+0+132=200 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 132 (51.95% from 255 or 66% from 200); Max value from RGB is 132 - color contains mainly: blue. Hex color #440084 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440084 is #BBFF7B. Grayscale: #222222. Windows color (decimal): -12320636 or 8650820. OLE color: 8650820.

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

Color convert

RGB680132-
CMYK0.48100.48
HSL270.91º100%25.88%-
HSV(B)270.91º100%51.76%-
XYZ6.552.8922.04-
YUV35.38182.53151.27-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 132 (51.95% from 255) = 66%
R=34%
G=0%
B=66%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6801320.48100.48270.9110025.88
Hex44084306403010f641a
Octal10402046014406041714432
Binary100010001000010011000011001000110000100001111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440084; }

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

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

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

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

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

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

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

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