#4108AE

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

Shades of Indigo #4108AE

Tints of Indigo #4108AE

Color information

#4108AE (or 0x4108AE) is unknown color: approx Indigo. HEX triplet: 41, 08 and AE. RGB value is (65,8,174). Sum of RGB (Red+Green+Blue) = 65+8+174=247 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.32% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 174 (68.36% from 255 or 70.45% from 247); Max value from RGB is 174 - color contains mainly: blue. Hex color #4108AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4108AE is #BEF751. Grayscale: #2B2B2B. Windows color (decimal): -12515154 or 11405377. OLE color: 11405377.

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

Color convert

RGB658174-
CMYK0.630.9500.32
HSL260.6º91.21%35.69%-
HSV(B)260.6º95.4%68.24%-
XYZ9.914.3540.36-
YUV43.97201.38143-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.32%
GREEN value IS 8 (3.52% from 255) = 3.24%
BLUE value IS 174 (68.36% from 255) = 70.45%
R=26.32%
G=3.24%
B=70.45%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal6581740.630.9500.32260.691.2135.69
Hex418AE3F5F0201055b24
Octal101102567713704040513344
Binary1000001100010101110111111101111101000001000001011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4108AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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