#440582

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

Shades of Indigo #440582

Tints of Indigo #440582

Color information

#440582 (or 0x440582) is unknown color: approx Indigo. HEX triplet: 44, 05 and 82. RGB value is (68,5,130). Sum of RGB (Red+Green+Blue) = 68+5+130=203 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.50% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 130 (51.17% from 255 or 64.04% from 203); Max value from RGB is 130 - color contains mainly: blue. Hex color #440582 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440582 is #BBFA7D. Grayscale: #252525. Windows color (decimal): -12319358 or 8521028. OLE color: 8521028.

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

Color convert

RGB685130-
CMYK0.480.9600.49
HSL270.24º92.59%26.47%-
HSV(B)270.24º96.15%50.98%-
XYZ6.472.9521.35-
YUV38.09179.87149.34-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.50%
GREEN value IS 5 (2.34% from 255) = 2.46%
BLUE value IS 130 (51.17% from 255) = 64.04%
R=33.50%
G=2.46%
B=64.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6851300.480.9600.49270.2492.5926.47
Hex44582306003110e5d1a
Octal10452026014006141613532
Binary10001001011000001011000011000000110001100001110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440582; }

 p { color: rgb(68,5,130); }

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

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

 a { background-color: rgb(68,5,130); }

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

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

 span { border-color: rgb(68,5,130); }

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