#44026C

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

Shades of Indigo #44026C

Tints of Indigo #44026C

Color information

#44026C (or 0x44026C) is unknown color: approx Indigo. HEX triplet: 44, 02 and 6C. RGB value is (68,2,108). Sum of RGB (Red+Green+Blue) = 68+2+108=178 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.20% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 108 (42.58% from 255 or 60.67% from 178); Max value from RGB is 108 - color contains mainly: blue. Hex color #44026C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44026C is #BBFD93. Grayscale: #212121. Windows color (decimal): -12320148 or 7078468. OLE color: 7078468.

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

Color convert

RGB682108-
CMYK0.370.9800.58
HSL277.36º96.36%21.57%-
HSV(B)277.36º98.15%42.35%-
XYZ5.112.3614.37-
YUV33.82169.87152.38-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.20%
GREEN value IS 2 (1.17% from 255) = 1.12%
BLUE value IS 108 (42.58% from 255) = 60.67%
R=38.20%
G=1.12%
B=60.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6821080.370.9800.58277.3696.3621.57
Hex4426C256203A1156016
Octal10421544514207242514026
Binary100010010110110010010111000100111010100010101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44026C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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