#4c147d

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

Shades of Indigo #4C147D

Tints of Indigo #4C147D

Color information

#4C147D (or 0x4C147D) is unknown color: approx Indigo. HEX triplet: 4C, 14 and 7D. RGB value is (76,20,125). Sum of RGB (Red+Green+Blue) = 76+20+125=221 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.39% from 221); Green value is 20 (8.20% from 255 or 9.05% from 221); Blue value is 125 (49.22% from 255 or 56.56% from 221); Max value from RGB is 125 - color contains mainly: blue. Hex color #4C147D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C147D is #B3EB82. Grayscale: #303030. Windows color (decimal): -11791235 or 8197196. OLE color: 8197196.

HSL color Cylindrical-coordinate representation of color #4C147D: hue angle of 272º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4C147D is Cyan = 0.39, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7620125-
CMYK0.390.8400.51
HSL272º72.41%28.43%-
HSV(B)272º84%49.02%-
XYZ6.933.5219.72-
YUV48.71171.05147.46-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 34.39%
GREEN value IS 20 (8.20% from 255) = 9.05%
BLUE value IS 125 (49.22% from 255) = 56.56%
R=34.39%
G=9.05%
B=56.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal76201250.390.8400.5127272.4128.43
Hex4C147D2754033110481c
Octal114241754712406342011034
Binary100110010100111110110011110101000110011100010000100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c147d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,20,125); }

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

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

 a { background-color: rgb(76,20,125); }

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

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

 span { border-color: rgb(76,20,125); }

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