#4103A7

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

Shades of Indigo #4103A7

Tints of Indigo #4103A7

Color information

#4103A7 (or 0x4103A7) is unknown color: approx Indigo. HEX triplet: 41, 03 and A7. RGB value is (65,3,167). Sum of RGB (Red+Green+Blue) = 65+3+167=235 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.66% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 167 (65.62% from 255 or 71.06% from 235); Max value from RGB is 167 - color contains mainly: blue. Hex color #4103A7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4103A7 is #BEFC58. Grayscale: #272727. Windows color (decimal): -12516441 or 10945345. OLE color: 10945345.

HSL color Cylindrical-coordinate representation of color #4103A7: hue angle of 262.68º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4103A7 is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB653167-
CMYK0.610.9800.35
HSL262.68º96.47%33.33%-
HSV(B)262.68º98.2%65.49%-
XYZ9.193.9836.84-
YUV40.23199.54145.66-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.66%
GREEN value IS 3 (1.56% from 255) = 1.28%
BLUE value IS 167 (65.62% from 255) = 71.06%
R=27.66%
G=1.28%
B=71.06%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal6531670.610.9800.35262.6896.4733.33
Hex413A73D620231076021
Octal10132477514204340714041
Binary10000011110100111111101110001001000111000001111100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4103A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4103A7; }

 p { color: rgb(65,3,167); }

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

<style>
 a { background-color: #4103A7; }

 a { background-color: rgb(65,3,167); }

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

<style>
 span { border-color: #4103A7; }

 span { border-color: rgb(65,3,167); }

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