#44026A

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

Shades of Indigo #44026A

Tints of Indigo #44026A

Color information

#44026A (or 0x44026A) is unknown color: approx Indigo. HEX triplet: 44, 02 and 6A. RGB value is (68,2,106). Sum of RGB (Red+Green+Blue) = 68+2+106=176 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.64% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 106 (41.80% from 255 or 60.23% from 176); Max value from RGB is 106 - color contains mainly: blue. Hex color #44026A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44026A is #BBFD95. Grayscale: #212121. Windows color (decimal): -12320150 or 6947396. OLE color: 6947396.

HSL color Cylindrical-coordinate representation of color #44026A: hue angle of 278.08º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #44026A is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB682106-
CMYK0.360.9800.58
HSL278.08º96.3%21.18%-
HSV(B)278.08º98.11%41.57%-
XYZ5.012.3113.82-
YUV33.59168.87152.54-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.64%
GREEN value IS 2 (1.17% from 255) = 1.14%
BLUE value IS 106 (41.80% from 255) = 60.23%
R=38.64%
G=1.14%
B=60.23%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6821060.360.9800.58278.0896.321.18
Hex4426A246203A1166015
Octal10421524414207242614025
Binary100010010110101010010011000100111010100010110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44026A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,2,106); }

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

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

 a { background-color: rgb(68,2,106); }

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

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

 span { border-color: rgb(68,2,106); }

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