#4A157B

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

Shades of Indigo #4A157B

Tints of Indigo #4A157B

Color information

#4A157B (or 0x4A157B) is unknown color: approx Indigo. HEX triplet: 4A, 15 and 7B. RGB value is (74,21,123). Sum of RGB (Red+Green+Blue) = 74+21+123=218 (28% of max value = 765). Red value is 74 (29.30% from 255 or 33.94% from 218); Green value is 21 (8.59% from 255 or 9.63% from 218); Blue value is 123 (48.44% from 255 or 56.42% from 218); Max value from RGB is 123 - color contains mainly: blue. Hex color #4A157B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A157B is #B5EA84. Grayscale: #303030. Windows color (decimal): -11922053 or 8066378. OLE color: 8066378.

HSL color Cylindrical-coordinate representation of color #4A157B: hue angle of 271.18º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4A157B is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7421123-
CMYK0.400.8300.52
HSL271.18º70.83%28.24%-
HSV(B)271.18º82.93%48.24%-
XYZ6.673.4219.05-
YUV48.47170.06146.21-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.94%
GREEN value IS 21 (8.59% from 255) = 9.63%
BLUE value IS 123 (48.44% from 255) = 56.42%
R=33.94%
G=9.63%
B=56.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal74211230.400.8300.52271.1870.8328.24
Hex4A157B285303410f471c
Octal112251735012306441710734
Binary100101010101111101110100010100110110100100001111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A157B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,21,123); }

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

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

 a { background-color: rgb(74,21,123); }

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

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

 span { border-color: rgb(74,21,123); }

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