#4404A4

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

Shades of Indigo #4404A4

Tints of Indigo #4404A4

Color information

#4404A4 (or 0x4404A4) is unknown color: approx Indigo. HEX triplet: 44, 04 and A4. RGB value is (68,4,164). Sum of RGB (Red+Green+Blue) = 68+4+164=236 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.81% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 164 (64.45% from 255 or 69.49% from 236); Max value from RGB is 164 - color contains mainly: blue. Hex color #4404A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4404A4 is #BBFB5B. Grayscale: #282828. Windows color (decimal): -12319580 or 10748996. OLE color: 10748996.

HSL color Cylindrical-coordinate representation of color #4404A4: hue angle of 264º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4404A4 is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB684164-
CMYK0.590.9800.36
HSL264º95.24%32.94%-
HSV(B)264º97.56%64.31%-
XYZ9.13435.41-
YUV41.38197.2146.99-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.81%
GREEN value IS 4 (1.95% from 255) = 1.69%
BLUE value IS 164 (64.45% from 255) = 69.49%
R=28.81%
G=1.69%
B=69.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal6841640.590.9800.3626495.2432.94
Hex444A43B620241085f21
Octal10442447314204441013741
Binary100010010010100100111011110001001001001000010001011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4404A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4404A4; }

 p { color: rgb(68,4,164); }

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

<style>
 a { background-color: #4404A4; }

 a { background-color: rgb(68,4,164); }

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

<style>
 span { border-color: #4404A4; }

 span { border-color: rgb(68,4,164); }

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