#4C087A

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

Shades of Indigo #4C087A

Tints of Indigo #4C087A

Color information

#4C087A (or 0x4C087A) is unknown color: approx Indigo. HEX triplet: 4C, 08 and 7A. RGB value is (76,8,122). Sum of RGB (Red+Green+Blue) = 76+8+122=206 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.89% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 122 (48.05% from 255 or 59.22% from 206); Max value from RGB is 122 - color contains mainly: blue. Hex color #4C087A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C087A is #B3F785. Grayscale: #282828. Windows color (decimal): -11794310 or 7997516. OLE color: 7997516.

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

Color convert

RGB768122-
CMYK0.380.9300.52
HSL275.79º87.69%25.49%-
HSV(B)275.79º93.44%47.84%-
XYZ6.583.1218.67-
YUV41.33173.53152.73-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 36.89%
GREEN value IS 8 (3.52% from 255) = 3.88%
BLUE value IS 122 (48.05% from 255) = 59.22%
R=36.89%
G=3.88%
B=59.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal7681220.380.9300.52275.7987.6925.49
Hex4C87A265D0341145819
Octal114101724613506442413031
Binary10011001000111101010011010111010110100100010100101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C087A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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