#440788

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

Shades of Indigo #440788

Tints of Indigo #440788

Color information

#440788 (or 0x440788) is unknown color: approx Indigo. HEX triplet: 44, 07 and 88. RGB value is (68,7,136). Sum of RGB (Red+Green+Blue) = 68+7+136=211 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.23% from 211); Green value is 7 (3.12% from 255 or 3.32% from 211); Blue value is 136 (53.52% from 255 or 64.45% from 211); Max value from RGB is 136 - color contains mainly: blue. Hex color #440788 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440788 is #BBF877. Grayscale: #272727. Windows color (decimal): -12318840 or 8914756. OLE color: 8914756.

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

Color convert

RGB687136-
CMYK0.500.9500.47
HSL268.37º90.21%28.04%-
HSV(B)268.37º94.85%53.33%-
XYZ6.93.1623.54-
YUV39.95182.21148.01-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.23%
GREEN value IS 7 (3.12% from 255) = 3.32%
BLUE value IS 136 (53.52% from 255) = 64.45%
R=32.23%
G=3.32%
B=64.45%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6871360.500.9500.47268.3790.2128.04
Hex44788325F02F10c5a1c
Octal10472106213705741413234
Binary10001001111000100011001010111110101111100001100101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440788; }

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

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

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

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

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

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

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

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