#4A0086

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

Shades of Indigo #4A0086

Tints of Indigo #4A0086

Color information

#4A0086 (or 0x4A0086) is unknown color: approx Indigo. HEX triplet: 4A, 00 and 86. RGB value is (74,0,134). Sum of RGB (Red+Green+Blue) = 74+0+134=208 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.58% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 134 (52.73% from 255 or 64.42% from 208); Max value from RGB is 134 - color contains mainly: blue. Hex color #4A0086 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A0086 is #B5FF79. Grayscale: #242424. Windows color (decimal): -11927418 or 8781898. OLE color: 8781898.

HSL color Cylindrical-coordinate representation of color #4A0086: hue angle of 273.13º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4A0086 is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB740134-
CMYK0.45100.47
HSL273.13º100%26.27%-
HSV(B)273.13º100%52.55%-
XYZ7.133.1822.79-
YUV37.4182.52154.1-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 35.58%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 134 (52.73% from 255) = 64.42%
R=35.58%
G=0%
B=64.42%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal7401340.45100.47273.1310026.27
Hex4A0862D6402F111641a
Octal11202065514405742114432
Binary100101001000011010110111001000101111100010001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A0086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A0086; }

 p { color: rgb(74,0,134); }

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

<style>
 a { background-color: #4A0086; }

 a { background-color: rgb(74,0,134); }

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

<style>
 span { border-color: #4A0086; }

 span { border-color: rgb(74,0,134); }

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