#4A1074

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

Shades of Indigo #4A1074

Tints of Indigo #4A1074

Color information

#4A1074 (or 0x4A1074) is unknown color: approx Indigo. HEX triplet: 4A, 10 and 74. RGB value is (74,16,116). Sum of RGB (Red+Green+Blue) = 74+16+116=206 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.92% from 206); Green value is 16 (6.64% from 255 or 7.77% from 206); Blue value is 116 (45.70% from 255 or 56.31% from 206); Max value from RGB is 116 - color contains mainly: blue. Hex color #4A1074 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1074 is #B5EF8B. Grayscale: #2C2C2C. Windows color (decimal): -11923340 or 7606346. OLE color: 7606346.

HSL color Cylindrical-coordinate representation of color #4A1074: hue angle of 274.8º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4A1074 is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7416116-
CMYK0.360.8600.55
HSL274.8º75.76%25.88%-
HSV(B)274.8º86.21%45.49%-
XYZ6.163.0916.79-
YUV44.74168.22148.87-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 35.92%
GREEN value IS 16 (6.64% from 255) = 7.77%
BLUE value IS 116 (45.70% from 255) = 56.31%
R=35.92%
G=7.77%
B=56.31%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal74161160.360.8600.55274.875.7625.88
Hex4A107424560371134c1a
Octal112201644412606742311432
Binary100101010000111010010010010101100110111100010011100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,16,116); }

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

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

 a { background-color: rgb(74,16,116); }

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

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

 span { border-color: rgb(74,16,116); }

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