#4C057A

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

Shades of Indigo #4C057A

Tints of Indigo #4C057A

Color information

#4C057A (or 0x4C057A) is unknown color: approx Indigo. HEX triplet: 4C, 05 and 7A. RGB value is (76,5,122). Sum of RGB (Red+Green+Blue) = 76+5+122=203 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.44% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 122 (48.05% from 255 or 60.10% from 203); Max value from RGB is 122 - color contains mainly: blue. Hex color #4C057A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C057A is #B3FA85. Grayscale: #272727. Windows color (decimal): -11795078 or 7996748. OLE color: 7996748.

HSL color Cylindrical-coordinate representation of color #4C057A: hue angle of 276.41º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4C057A is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB765122-
CMYK0.380.9600.52
HSL276.41º92.13%24.9%-
HSV(B)276.41º95.9%47.84%-
XYZ6.553.0518.66-
YUV39.57174.52153.99-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 37.44%
GREEN value IS 5 (2.34% from 255) = 2.46%
BLUE value IS 122 (48.05% from 255) = 60.10%
R=37.44%
G=2.46%
B=60.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal7651220.380.9600.52276.4192.1324.9
Hex4C57A26600341145c19
Octal11451724614006442413431
Binary1001100101111101010011011000000110100100010100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C057A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,5,122); }

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

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

 a { background-color: rgb(76,5,122); }

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

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

 span { border-color: rgb(76,5,122); }

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