#4104AE

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

Shades of Indigo #4104AE

Tints of Indigo #4104AE

Color information

#4104AE (or 0x4104AE) is unknown color: approx Indigo. HEX triplet: 41, 04 and AE. RGB value is (65,4,174). Sum of RGB (Red+Green+Blue) = 65+4+174=243 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.75% from 243); Green value is 4 (1.95% from 255 or 1.65% from 243); Blue value is 174 (68.36% from 255 or 71.60% from 243); Max value from RGB is 174 - color contains mainly: blue. Hex color #4104AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4104AE is #BEFB51. Grayscale: #292929. Windows color (decimal): -12516178 or 11404353. OLE color: 11404353.

HSL color Cylindrical-coordinate representation of color #4104AE: hue angle of 261.53º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4104AE is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB654174-
CMYK0.630.9800.32
HSL261.53º95.51%34.9%-
HSV(B)261.53º97.7%68.24%-
XYZ9.864.2740.35-
YUV41.62202.71144.68-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.75%
GREEN value IS 4 (1.95% from 255) = 1.65%
BLUE value IS 174 (68.36% from 255) = 71.60%
R=26.75%
G=1.65%
B=71.60%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal6541740.630.9800.32261.5395.5134.9
Hex414AE3F620201066023
Octal10142567714204040614043
Binary100000110010101110111111110001001000001000001101100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4104AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,4,174); }

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

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

 a { background-color: rgb(65,4,174); }

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

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

 span { border-color: rgb(65,4,174); }

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