#4104A9

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

Shades of Indigo #4104A9

Tints of Indigo #4104A9

Color information

#4104A9 (or 0x4104A9) is unknown color: approx Indigo. HEX triplet: 41, 04 and A9. RGB value is (65,4,169). Sum of RGB (Red+Green+Blue) = 65+4+169=238 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.31% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 169 (66.41% from 255 or 71.01% from 238); Max value from RGB is 169 - color contains mainly: blue. Hex color #4104A9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4104A9 is #BEFB56. Grayscale: #282828. Windows color (decimal): -12516183 or 11076673. OLE color: 11076673.

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

Color convert

RGB654169-
CMYK0.620.9800.34
HSL262.18º95.38%33.92%-
HSV(B)262.18º97.63%66.27%-
XYZ9.384.0837.83-
YUV41.05200.21145.08-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.31%
GREEN value IS 4 (1.95% from 255) = 1.68%
BLUE value IS 169 (66.41% from 255) = 71.01%
R=27.31%
G=1.68%
B=71.01%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal6541690.620.9800.34262.1895.3833.92
Hex414A93E620221065f22
Octal10142517614204240613742
Binary100000110010101001111110110001001000101000001101011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4104A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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