#440188

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

Shades of Indigo #440188

Tints of Indigo #440188

Color information

#440188 (or 0x440188) is unknown color: approx Indigo. HEX triplet: 44, 01 and 88. RGB value is (68,1,136). Sum of RGB (Red+Green+Blue) = 68+1+136=205 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.17% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 136 (53.52% from 255 or 66.34% from 205); Max value from RGB is 136 - color contains mainly: blue. Hex color #440188 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440188 is #BBFE77. Grayscale: #232323. Windows color (decimal): -12320376 or 8913220. OLE color: 8913220.

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

Color convert

RGB681136-
CMYK0.500.9900.47
HSL269.78º98.54%26.86%-
HSV(B)269.78º99.26%53.33%-
XYZ6.843.0323.52-
YUV36.42184.2150.52-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.17%
GREEN value IS 1 (0.78% from 255) = 0.49%
BLUE value IS 136 (53.52% from 255) = 66.34%
R=33.17%
G=0.49%
B=66.34%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6811360.500.9900.47269.7898.5426.86
Hex44188326302F10e631b
Octal10412106214305741614333
Binary100010011000100011001011000110101111100001110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440188; }

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

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

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

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

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

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

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

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