#44087A

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

Shades of Indigo #44087A

Tints of Indigo #44087A

Color information

#44087A (or 0x44087A) is unknown color: approx Indigo. HEX triplet: 44, 08 and 7A. RGB value is (68,8,122). Sum of RGB (Red+Green+Blue) = 68+8+122=198 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.34% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 122 (48.05% from 255 or 61.62% from 198); Max value from RGB is 122 - color contains mainly: blue. Hex color #44087A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44087A is #BBF785. Grayscale: #262626. Windows color (decimal): -12318598 or 7997508. OLE color: 7997508.

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

Color convert

RGB688122-
CMYK0.440.9300.52
HSL271.58º87.69%25.49%-
HSV(B)271.58º93.44%47.84%-
XYZ5.982.8118.64-
YUV38.94174.88148.73-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.34%
GREEN value IS 8 (3.52% from 255) = 4.04%
BLUE value IS 122 (48.05% from 255) = 61.62%
R=34.34%
G=4.04%
B=61.62%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6881220.440.9300.52271.5887.6925.49
Hex4487A2C5D0341105819
Octal104101725413506442013031
Binary10001001000111101010110010111010110100100010000101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44087A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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