#440469

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

Shades of Indigo #440469

Tints of Indigo #440469

Color information

#440469 (or 0x440469) is unknown color: approx Indigo. HEX triplet: 44, 04 and 69. RGB value is (68,4,105). Sum of RGB (Red+Green+Blue) = 68+4+105=177 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.42% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 105 (41.41% from 255 or 59.32% from 177); Max value from RGB is 105 - color contains mainly: blue. Hex color #440469 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440469 is #BBFB96. Grayscale: #222222. Windows color (decimal): -12319639 or 6882372. OLE color: 6882372.

HSL color Cylindrical-coordinate representation of color #440469: hue angle of 278.02º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #440469 is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB684105-
CMYK0.350.9600.59
HSL278.02º92.66%21.37%-
HSV(B)278.02º96.19%41.18%-
XYZ4.982.3413.55-
YUV34.65167.7151.79-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.42%
GREEN value IS 4 (1.95% from 255) = 2.26%
BLUE value IS 105 (41.41% from 255) = 59.32%
R=38.42%
G=2.26%
B=59.32%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6841050.350.9600.59278.0292.6621.37
Hex44469236003B1165d15
Octal10441514314007342613525
Binary1000100100110100110001111000000111011100010110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440469; }

 p { color: rgb(68,4,105); }

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

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

 a { background-color: rgb(68,4,105); }

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

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

 span { border-color: rgb(68,4,105); }

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