#4C0784

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

Shades of Indigo #4C0784

Tints of Indigo #4C0784

Color information

#4C0784 (or 0x4C0784) is unknown color: approx Indigo. HEX triplet: 4C, 07 and 84. RGB value is (76,7,132). Sum of RGB (Red+Green+Blue) = 76+7+132=215 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.35% from 215); Green value is 7 (3.12% from 255 or 3.26% from 215); Blue value is 132 (51.95% from 255 or 61.40% from 215); Max value from RGB is 132 - color contains mainly: blue. Hex color #4C0784 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C0784 is #B3F87B. Grayscale: #292929. Windows color (decimal): -11794556 or 8652620. OLE color: 8652620.

HSL color Cylindrical-coordinate representation of color #4C0784: hue angle of 273.12º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4C0784 is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB767132-
CMYK0.420.9500.48
HSL273.12º89.93%27.25%-
HSV(B)273.12º94.7%51.76%-
XYZ7.223.3522.1-
YUV41.88178.86152.34-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 35.35%
GREEN value IS 7 (3.12% from 255) = 3.26%
BLUE value IS 132 (51.95% from 255) = 61.40%
R=35.35%
G=3.26%
B=61.40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal7671320.420.9500.48273.1289.9327.25
Hex4C7842A5F0301115a1b
Octal11472045213706042113233
Binary10011001111000010010101010111110110000100010001101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,7,132); }

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

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

 a { background-color: rgb(76,7,132); }

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

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

 span { border-color: rgb(76,7,132); }

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