#440988

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

Shades of Indigo #440988

Tints of Indigo #440988

Color information

#440988 (or 0x440988) is unknown color: approx Indigo. HEX triplet: 44, 09 and 88. RGB value is (68,9,136). Sum of RGB (Red+Green+Blue) = 68+9+136=213 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.92% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 136 (53.52% from 255 or 63.85% from 213); Max value from RGB is 136 - color contains mainly: blue. Hex color #440988 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440988 is #BBF677. Grayscale: #282828. Windows color (decimal): -12318328 or 8915268. OLE color: 8915268.

HSL color Cylindrical-coordinate representation of color #440988: hue angle of 267.87º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #440988 is Cyan = 0.50, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB689136-
CMYK0.500.9300.47
HSL267.87º87.59%28.43%-
HSV(B)267.87º93.38%53.33%-
XYZ6.933.223.55-
YUV41.12181.55147.17-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.92%
GREEN value IS 9 (3.91% from 255) = 4.23%
BLUE value IS 136 (53.52% from 255) = 63.85%
R=31.92%
G=4.23%
B=63.85%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6891360.500.9300.47267.8787.5928.43
Hex44988325D02F10c581c
Octal104112106213505741413034
Binary100010010011000100011001010111010101111100001100101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440988; }

 p { color: rgb(68,9,136); }

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

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

 a { background-color: rgb(68,9,136); }

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

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

 span { border-color: rgb(68,9,136); }

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