#4104AD

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

Shades of Indigo #4104AD

Tints of Indigo #4104AD

Color information

#4104AD (or 0x4104AD) is unknown color: approx Indigo. HEX triplet: 41, 04 and AD. RGB value is (65,4,173). Sum of RGB (Red+Green+Blue) = 65+4+173=242 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.86% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 173 (67.97% from 255 or 71.49% from 242); Max value from RGB is 173 - color contains mainly: blue. Hex color #4104AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4104AD is #BEFB52. Grayscale: #282828. Windows color (decimal): -12516179 or 11338817. OLE color: 11338817.

HSL color Cylindrical-coordinate representation of color #4104AD: hue angle of 261.66º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4104AD is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB654173-
CMYK0.620.9800.32
HSL261.66º95.48%34.71%-
HSV(B)261.66º97.69%67.84%-
XYZ9.774.2339.84-
YUV41.5202.21144.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.86%
GREEN value IS 4 (1.95% from 255) = 1.65%
BLUE value IS 173 (67.97% from 255) = 71.49%
R=26.86%
G=1.65%
B=71.49%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal6541730.620.9800.32261.6695.4834.71
Hex414AD3E620201065f23
Octal10142557614204040613743
Binary100000110010101101111110110001001000001000001101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4104AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4104AD; }

 p { color: rgb(65,4,173); }

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

<style>
 a { background-color: #4104AD; }

 a { background-color: rgb(65,4,173); }

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

<style>
 span { border-color: #4104AD; }

 span { border-color: rgb(65,4,173); }

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