#4A127C

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

Shades of Indigo #4A127C

Tints of Indigo #4A127C

Color information

#4A127C (or 0x4A127C) is unknown color: approx Indigo. HEX triplet: 4A, 12 and 7C. RGB value is (74,18,124). Sum of RGB (Red+Green+Blue) = 74+18+124=216 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.26% from 216); Green value is 18 (7.42% from 255 or 8.33% from 216); Blue value is 124 (48.83% from 255 or 57.41% from 216); Max value from RGB is 124 - color contains mainly: blue. Hex color #4A127C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A127C is #B5ED83. Grayscale: #2E2E2E. Windows color (decimal): -11922820 or 8131146. OLE color: 8131146.

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

Color convert

RGB7418124-
CMYK0.400.8500.51
HSL271.7º74.65%27.84%-
HSV(B)271.7º85.48%48.63%-
XYZ6.683.3419.36-
YUV46.83171.55147.38-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 34.26%
GREEN value IS 18 (7.42% from 255) = 8.33%
BLUE value IS 124 (48.83% from 255) = 57.41%
R=34.26%
G=8.33%
B=57.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal74181240.400.8500.51271.774.6527.84
Hex4A127C28550331104b1c
Octal112221745012506342011334
Binary100101010010111110010100010101010110011100010000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A127C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,18,124); }

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

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

 a { background-color: rgb(74,18,124); }

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

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

 span { border-color: rgb(74,18,124); }

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