#4C0572

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

Shades of Indigo #4C0572

Tints of Indigo #4C0572

Color information

#4C0572 (or 0x4C0572) is unknown color: approx Indigo. HEX triplet: 4C, 05 and 72. RGB value is (76,5,114). Sum of RGB (Red+Green+Blue) = 76+5+114=195 (25% of max value = 765). Red value is 76 (30.08% from 255 or 38.97% from 195); Green value is 5 (2.34% from 255 or 2.56% from 195); Blue value is 114 (44.92% from 255 or 58.46% from 195); Max value from RGB is 114 - color contains mainly: blue. Hex color #4C0572 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0572 is #B3FA8D. Grayscale: #262626. Windows color (decimal): -11795086 or 7472460. OLE color: 7472460.

HSL color Cylindrical-coordinate representation of color #4C0572: hue angle of 279.08º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4C0572 is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB765114-
CMYK0.330.9600.55
HSL279.08º91.6%23.33%-
HSV(B)279.08º95.61%44.71%-
XYZ6.072.8616.15-
YUV38.66170.52154.64-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 38.97%
GREEN value IS 5 (2.34% from 255) = 2.56%
BLUE value IS 114 (44.92% from 255) = 58.46%
R=38.97%
G=2.56%
B=58.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7651140.330.9600.55279.0891.623.33
Hex4C57221600371175c17
Octal11451624114006742713427
Binary1001100101111001010000111000000110111100010111101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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