#44007F

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

Shades of Indigo #44007F

Tints of Indigo #44007F

Color information

#44007F (or 0x44007F) is unknown color: approx Indigo. HEX triplet: 44, 00 and 7F. RGB value is (68,0,127). Sum of RGB (Red+Green+Blue) = 68+0+127=195 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.87% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 127 (50% from 255 or 65.13% from 195); Max value from RGB is 127 - color contains mainly: blue. Hex color #44007F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44007F is #BBFF80. Grayscale: #222222. Windows color (decimal): -12320641 or 8323140. OLE color: 8323140.

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

Color convert

RGB680127-
CMYK0.46100.50
HSL272.13º100%24.9%-
HSV(B)272.13º100%49.8%-
XYZ6.212.7620.28-
YUV34.81180.03151.67-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.87%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 127 (50% from 255) = 65.13%
R=34.87%
G=0%
B=65.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal6801270.46100.50272.1310024.9
Hex4407F2E640321106419
Octal10401775614406242014431
Binary10001000111111110111011001000110010100010000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44007F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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