#4A1073

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

Shades of Indigo #4A1073

Tints of Indigo #4A1073

Color information

#4A1073 (or 0x4A1073) is unknown color: approx Indigo. HEX triplet: 4A, 10 and 73. RGB value is (74,16,115). Sum of RGB (Red+Green+Blue) = 74+16+115=205 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.10% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 115 (45.31% from 255 or 56.10% from 205); Max value from RGB is 115 - color contains mainly: blue. Hex color #4A1073 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1073 is #B5EF8C. Grayscale: #2C2C2C. Windows color (decimal): -11923341 or 7540810. OLE color: 7540810.

HSL color Cylindrical-coordinate representation of color #4A1073: hue angle of 275.15º 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 #4A1073 is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7416115-
CMYK0.360.8600.55
HSL275.15º75.57%25.69%-
HSV(B)275.15º86.09%45.1%-
XYZ6.13.0616.49-
YUV44.63167.72148.95-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 36.10%
GREEN value IS 16 (6.64% from 255) = 7.80%
BLUE value IS 115 (45.31% from 255) = 56.10%
R=36.10%
G=7.80%
B=56.10%

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
Decimal74161150.360.8600.55275.1575.5725.69
Hex4A107324560371134c1a
Octal112201634412606742311432
Binary100101010000111001110010010101100110111100010011100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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