#4A1679

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

Shades of Indigo #4A1679

Tints of Indigo #4A1679

Color information

#4A1679 (or 0x4A1679) is unknown color: approx Indigo. HEX triplet: 4A, 16 and 79. RGB value is (74,22,121). Sum of RGB (Red+Green+Blue) = 74+22+121=217 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.10% from 217); Green value is 22 (8.98% from 255 or 10.14% from 217); Blue value is 121 (47.66% from 255 or 55.76% from 217); Max value from RGB is 121 - color contains mainly: blue. Hex color #4A1679 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1679 is #B5E986. Grayscale: #303030. Windows color (decimal): -11921799 or 7935562. OLE color: 7935562.

HSL color Cylindrical-coordinate representation of color #4A1679: hue angle of 271.52º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4A1679 is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7422121-
CMYK0.390.8200.53
HSL271.52º69.23%28.04%-
HSV(B)271.52º81.82%47.45%-
XYZ6.563.4118.4-
YUV48.83168.73145.95-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 34.10%
GREEN value IS 22 (8.98% from 255) = 10.14%
BLUE value IS 121 (47.66% from 255) = 55.76%
R=34.10%
G=10.14%
B=55.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal74221210.390.8200.53271.5269.2328.04
Hex4A16792752035110451c
Octal112261714712206542010534
Binary100101010110111100110011110100100110101100010000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,22,121); }

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

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

 a { background-color: rgb(74,22,121); }

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

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

 span { border-color: rgb(74,22,121); }

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