#4C027A

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

Shades of Indigo #4C027A

Tints of Indigo #4C027A

Color information

#4C027A (or 0x4C027A) is unknown color: approx Indigo. HEX triplet: 4C, 02 and 7A. RGB value is (76,2,122). Sum of RGB (Red+Green+Blue) = 76+2+122=200 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 122 (48.05% from 255 or 61% from 200); Max value from RGB is 122 - color contains mainly: blue. Hex color #4C027A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C027A is #B3FD85. Grayscale: #252525. Windows color (decimal): -11795846 or 7995980. OLE color: 7995980.

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

Color convert

RGB762122-
CMYK0.380.9800.52
HSL277º96.77%24.31%-
HSV(B)277º98.36%47.84%-
XYZ6.522.9918.65-
YUV37.81175.52155.24-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 38%
GREEN value IS 2 (1.17% from 255) = 1%
BLUE value IS 122 (48.05% from 255) = 61%
R=38%
G=1%
B=61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal7621220.380.9800.5227796.7724.31
Hex4C27A26620341156118
Octal11421724614206442514130
Binary100110010111101010011011000100110100100010101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C027A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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