#4C035D

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

Shades of Indigo #4C035D

Tints of Indigo #4C035D

Color information

#4C035D (or 0x4C035D) is unknown color: approx Indigo. HEX triplet: 4C, 03 and 5D. RGB value is (76,3,93). Sum of RGB (Red+Green+Blue) = 76+3+93=172 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.19% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 93 (36.72% from 255 or 54.07% from 172); Max value from RGB is 93 - color contains mainly: blue. Hex color #4C035D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C035D is #B3FCA2. Grayscale: #222222. Windows color (decimal): -11795619 or 6095692. OLE color: 6095692.

HSL color Cylindrical-coordinate representation of color #4C035D: hue angle of 288.67º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4C035D is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB76393-
CMYK0.180.9700.64
HSL288.67º93.75%18.82%-
HSV(B)288.67º96.77%36.47%-
XYZ4.992.3910.55-
YUV35.09160.68157.18-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 44.19%
GREEN value IS 3 (1.56% from 255) = 1.74%
BLUE value IS 93 (36.72% from 255) = 54.07%
R=44.19%
G=1.74%
B=54.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal763930.180.9700.64288.6793.7518.82
Hex4C35D12610401215e13
Octal114313522141010044113623
Binary100110011101110110010110000101000000100100001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C035D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,3,93); }

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

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

 a { background-color: rgb(76,3,93); }

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

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

 span { border-color: rgb(76,3,93); }

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