#4400AE

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

Shades of Indigo #4400AE

Tints of Indigo #4400AE

Color information

#4400AE (or 0x4400AE) is unknown color: approx Indigo. HEX triplet: 44, 00 and AE. RGB value is (68,0,174). Sum of RGB (Red+Green+Blue) = 68+0+174=242 (32% of max value = 765). Red value is 68 (26.95% from 255 or 28.10% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 174 (68.36% from 255 or 71.90% from 242); Max value from RGB is 174 - color contains mainly: blue. Hex color #4400AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4400AE is #BBFF51. Grayscale: #272727. Windows color (decimal): -12320594 or 11403332. OLE color: 11403332.

HSL color Cylindrical-coordinate representation of color #4400AE: hue angle of 263.45º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4400AE is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB680174-
CMYK0.61100.32
HSL263.45º100%34.12%-
HSV(B)263.45º100%68.24%-
XYZ10.024.2840.34-
YUV40.17203.53147.85-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 174 (68.36% from 255) = 71.90%
R=28.10%
G=0%
B=71.90%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal6801740.61100.32263.4510034.12
Hex440AE3D640201076422
Octal10402567514404040714442
Binary1000100010101110111101110010001000001000001111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4400AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4400AE; }

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

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

<style>
 a { background-color: #4400AE; }

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

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

<style>
 span { border-color: #4400AE; }

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

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