#44087B

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

Shades of Indigo #44087B

Tints of Indigo #44087B

Color information

#44087B (or 0x44087B) is unknown color: approx Indigo. HEX triplet: 44, 08 and 7B. RGB value is (68,8,123). Sum of RGB (Red+Green+Blue) = 68+8+123=199 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.17% from 199); Green value is 8 (3.52% from 255 or 4.02% from 199); Blue value is 123 (48.44% from 255 or 61.81% from 199); Max value from RGB is 123 - color contains mainly: blue. Hex color #44087B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44087B is #BBF784. Grayscale: #262626. Windows color (decimal): -12318597 or 8063044. OLE color: 8063044.

HSL color Cylindrical-coordinate representation of color #44087B: hue angle of 271.3º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #44087B is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB688123-
CMYK0.450.9300.52
HSL271.3º87.79%25.69%-
HSV(B)271.3º93.5%48.24%-
XYZ6.052.8318.97-
YUV39.05175.38148.65-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.17%
GREEN value IS 8 (3.52% from 255) = 4.02%
BLUE value IS 123 (48.44% from 255) = 61.81%
R=34.17%
G=4.02%
B=61.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6881230.450.9300.52271.387.7925.69
Hex4487B2D5D03410f581a
Octal104101735513506441713032
Binary10001001000111101110110110111010110100100001111101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44087B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44087B; }

 p { color: rgb(68,8,123); }

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

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

 a { background-color: rgb(68,8,123); }

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

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

 span { border-color: rgb(68,8,123); }

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