#440585

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

Shades of Indigo #440585

Tints of Indigo #440585

Color information

#440585 (or 0x440585) is unknown color: approx Indigo. HEX triplet: 44, 05 and 85. RGB value is (68,5,133). Sum of RGB (Red+Green+Blue) = 68+5+133=206 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.01% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 133 (52.34% from 255 or 64.56% from 206); Max value from RGB is 133 - color contains mainly: blue. Hex color #440585 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440585 is #BBFA7A. Grayscale: #252525. Windows color (decimal): -12319355 or 8717636. OLE color: 8717636.

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

Color convert

RGB685133-
CMYK0.490.9600.48
HSL269.53º92.75%27.06%-
HSV(B)269.53º96.24%52.16%-
XYZ6.673.0322.42-
YUV38.43181.37149.09-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.01%
GREEN value IS 5 (2.34% from 255) = 2.43%
BLUE value IS 133 (52.34% from 255) = 64.56%
R=33.01%
G=2.43%
B=64.56%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6851330.490.9600.48269.5392.7527.06
Hex44585316003010e5d1b
Octal10452056114006041613533
Binary10001001011000010111000111000000110000100001110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440585; }

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

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

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

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

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

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

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

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