#4C057B

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

Shades of Indigo #4C057B

Tints of Indigo #4C057B

Color information

#4C057B (or 0x4C057B) is unknown color: approx Indigo. HEX triplet: 4C, 05 and 7B. RGB value is (76,5,123). Sum of RGB (Red+Green+Blue) = 76+5+123=204 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.25% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 123 (48.44% from 255 or 60.29% from 204); Max value from RGB is 123 - color contains mainly: blue. Hex color #4C057B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C057B is #B3FA84. Grayscale: #272727. Windows color (decimal): -11795077 or 8062284. OLE color: 8062284.

HSL color Cylindrical-coordinate representation of color #4C057B: hue angle of 276.1º 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 #4C057B is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB765123-
CMYK0.380.9600.52
HSL276.1º92.19%25.1%-
HSV(B)276.1º95.93%48.24%-
XYZ6.613.0818.98-
YUV39.68175.02153.91-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 37.25%
GREEN value IS 5 (2.34% from 255) = 2.45%
BLUE value IS 123 (48.44% from 255) = 60.29%
R=37.25%
G=2.45%
B=60.29%

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
Decimal7651230.380.9600.52276.192.1925.1
Hex4C57B26600341145c19
Octal11451734614006442413431
Binary1001100101111101110011011000000110100100010100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C057B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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