#4106B0

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

Shades of Indigo #4106B0

Tints of Indigo #4106B0

Color information

#4106B0 (or 0x4106B0) is unknown color: approx Indigo. HEX triplet: 41, 06 and B0. RGB value is (65,6,176). Sum of RGB (Red+Green+Blue) = 65+6+176=247 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.32% from 247); Green value is 6 (2.73% from 255 or 2.43% from 247); Blue value is 176 (69.14% from 255 or 71.26% from 247); Max value from RGB is 176 - color contains mainly: blue. Hex color #4106B0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4106B0 is #BEF94F. Grayscale: #2A2A2A. Windows color (decimal): -12515664 or 11535937. OLE color: 11535937.

HSL color Cylindrical-coordinate representation of color #4106B0: hue angle of 260.82º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4106B0 is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB656176-
CMYK0.630.9700.31
HSL260.82º93.41%35.69%-
HSV(B)260.82º96.59%69.02%-
XYZ10.084.3941.39-
YUV43.02203.05143.68-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.32%
GREEN value IS 6 (2.73% from 255) = 2.43%
BLUE value IS 176 (69.14% from 255) = 71.26%
R=26.32%
G=2.43%
B=71.26%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal6561760.630.9700.31260.8293.4135.69
Hex416B03F6101F1055d24
Octal10162607714103740513544
Binary10000011101011000011111111000010111111000001011011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4106B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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