#4106AA

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

Shades of Indigo #4106AA

Tints of Indigo #4106AA

Color information

#4106AA (or 0x4106AA) is unknown color: approx Indigo. HEX triplet: 41, 06 and AA. RGB value is (65,6,170). Sum of RGB (Red+Green+Blue) = 65+6+170=241 (31% of max value = 765). Red value is 65 (25.78% from 255 or 26.97% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 170 (66.80% from 255 or 70.54% from 241); Max value from RGB is 170 - color contains mainly: blue. Hex color #4106AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4106AA is #BEF955. Grayscale: #292929. Windows color (decimal): -12515670 or 11142721. OLE color: 11142721.

HSL color Cylindrical-coordinate representation of color #4106AA: hue angle of 261.59º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4106AA is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB656170-
CMYK0.620.9600.33
HSL261.59º93.18%34.51%-
HSV(B)261.59º96.47%66.67%-
XYZ9.54.1638.33-
YUV42.34200.05144.16-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.97%
GREEN value IS 6 (2.73% from 255) = 2.49%
BLUE value IS 170 (66.80% from 255) = 70.54%
R=26.97%
G=2.49%
B=70.54%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal6561700.620.9600.33261.5993.1834.51
Hex416AA3E600211065d23
Octal10162527614004140613543
Binary100000111010101010111110110000001000011000001101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4106AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4106AA; }

 p { color: rgb(65,6,170); }

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

<style>
 a { background-color: #4106AA; }

 a { background-color: rgb(65,6,170); }

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

<style>
 span { border-color: #4106AA; }

 span { border-color: rgb(65,6,170); }

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