#44107F

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

Shades of Indigo #44107F

Tints of Indigo #44107F

Color information

#44107F (or 0x44107F) is unknown color: approx Indigo. HEX triplet: 44, 10 and 7F. RGB value is (68,16,127). Sum of RGB (Red+Green+Blue) = 68+16+127=211 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.23% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 127 (50% from 255 or 60.19% from 211); Max value from RGB is 127 - color contains mainly: blue. Hex color #44107F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44107F is #BBEF80. Grayscale: #2B2B2B. Windows color (decimal): -12316545 or 8327236. OLE color: 8327236.

HSL color Cylindrical-coordinate representation of color #44107F: hue angle of 268.11º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #44107F is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6816127-
CMYK0.460.8700.50
HSL268.11º77.62%28.04%-
HSV(B)268.11º87.4%49.8%-
XYZ6.43.1320.35-
YUV44.2174.73144.97-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.23%
GREEN value IS 16 (6.64% from 255) = 7.58%
BLUE value IS 127 (50% from 255) = 60.19%
R=32.23%
G=7.58%
B=60.19%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal68161270.460.8700.50268.1177.6228.04
Hex44107F2E5703210c4e1c
Octal104201775612706241411634
Binary100010010000111111110111010101110110010100001100100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44107F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44107F; }

 p { color: rgb(68,16,127); }

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

<style>
 a { background-color: #44107F; }

 a { background-color: rgb(68,16,127); }

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

<style>
 span { border-color: #44107F; }

 span { border-color: rgb(68,16,127); }

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