#4107AB

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

Shades of Indigo #4107AB

Tints of Indigo #4107AB

Color information

#4107AB (or 0x4107AB) is unknown color: approx Indigo. HEX triplet: 41, 07 and AB. RGB value is (65,7,171). Sum of RGB (Red+Green+Blue) = 65+7+171=243 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.75% from 243); Green value is 7 (3.12% from 255 or 2.88% from 243); Blue value is 171 (67.19% from 255 or 70.37% from 243); Max value from RGB is 171 - color contains mainly: blue. Hex color #4107AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4107AB is #BEF854. Grayscale: #2A2A2A. Windows color (decimal): -12515413 or 11208513. OLE color: 11208513.

HSL color Cylindrical-coordinate representation of color #4107AB: hue angle of 261.22º degrees, saturation: 0.92, 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 #4107AB is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB657171-
CMYK0.620.9600.33
HSL261.22º92.13%34.9%-
HSV(B)261.22º95.91%67.06%-
XYZ9.614.2238.84-
YUV43.04200.22143.66-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.75%
GREEN value IS 7 (3.12% from 255) = 2.88%
BLUE value IS 171 (67.19% from 255) = 70.37%
R=26.75%
G=2.88%
B=70.37%

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
Decimal6571710.620.9600.33261.2292.1334.9
Hex417AB3E600211055c23
Octal10172537614004140513443
Binary100000111110101011111110110000001000011000001011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4107AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4107AB; }

 p { color: rgb(65,7,171); }

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

<style>
 a { background-color: #4107AB; }

 a { background-color: rgb(65,7,171); }

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

<style>
 span { border-color: #4107AB; }

 span { border-color: rgb(65,7,171); }

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