#440088

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

Shades of Indigo #440088

Tints of Indigo #440088

Color information

#440088 (or 0x440088) is unknown color: approx Indigo. HEX triplet: 44, 00 and 88. RGB value is (68,0,136). Sum of RGB (Red+Green+Blue) = 68+0+136=204 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.33% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 136 (53.52% from 255 or 66.67% from 204); Max value from RGB is 136 - color contains mainly: blue. Hex color #440088 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440088 is #BBFF77. Grayscale: #232323. Windows color (decimal): -12320632 or 8912964. OLE color: 8912964.

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

Color convert

RGB680136-
CMYK0.50100.47
HSL270º100%26.67%-
HSV(B)270º100%53.33%-
XYZ6.833.0123.51-
YUV35.84184.53150.94-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 136 (53.52% from 255) = 66.67%
R=33.33%
G=0%
B=66.67%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6801360.50100.4727010026.67
Hex44088326402F10e641b
Octal10402106214405741614433
Binary100010001000100011001011001000101111100001110110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440088; }

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

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

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

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

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

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

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

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