#44026D

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

Shades of Indigo #44026D

Tints of Indigo #44026D

Color information

#44026D (or 0x44026D) is unknown color: approx Indigo. HEX triplet: 44, 02 and 6D. RGB value is (68,2,109). Sum of RGB (Red+Green+Blue) = 68+2+109=179 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.99% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 109 (42.97% from 255 or 60.89% from 179); Max value from RGB is 109 - color contains mainly: blue. Hex color #44026D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44026D is #BBFD92. Grayscale: #212121. Windows color (decimal): -12320147 or 7144004. OLE color: 7144004.

HSL color Cylindrical-coordinate representation of color #44026D: hue angle of 277.01º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #44026D is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB682109-
CMYK0.380.9800.57
HSL277.01º96.4%21.76%-
HSV(B)277.01º98.17%42.75%-
XYZ5.172.3814.65-
YUV33.93170.37152.3-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.99%
GREEN value IS 2 (1.17% from 255) = 1.12%
BLUE value IS 109 (42.97% from 255) = 60.89%
R=37.99%
G=1.12%
B=60.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6821090.380.9800.57277.0196.421.76
Hex4426D26620391156016
Octal10421554614207142514026
Binary100010010110110110011011000100111001100010101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44026D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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