#4A0672

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

Shades of Indigo #4A0672

Tints of Indigo #4A0672

Color information

#4A0672 (or 0x4A0672) is unknown color: approx Indigo. HEX triplet: 4A, 06 and 72. RGB value is (74,6,114). Sum of RGB (Red+Green+Blue) = 74+6+114=194 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.14% from 194); Green value is 6 (2.73% from 255 or 3.09% from 194); Blue value is 114 (44.92% from 255 or 58.76% from 194); Max value from RGB is 114 - color contains mainly: blue. Hex color #4A0672 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0672 is #B5F98D. Grayscale: #262626. Windows color (decimal): -11925902 or 7472714. OLE color: 7472714.

HSL color Cylindrical-coordinate representation of color #4A0672: hue angle of 277.78º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4A0672 is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB746114-
CMYK0.350.9500.55
HSL277.78º90%23.53%-
HSV(B)277.78º94.74%44.71%-
XYZ5.932.816.15-
YUV38.64170.53153.22-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 38.14%
GREEN value IS 6 (2.73% from 255) = 3.09%
BLUE value IS 114 (44.92% from 255) = 58.76%
R=38.14%
G=3.09%
B=58.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7461140.350.9500.55277.789023.53
Hex4A672235F0371165a18
Octal11261624313706742613230
Binary1001010110111001010001110111110110111100010110101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A0672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,6,114); }

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

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

 a { background-color: rgb(74,6,114); }

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

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

 span { border-color: rgb(74,6,114); }

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