#4C146E

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

Shades of Indigo #4C146E

Tints of Indigo #4C146E

Color information

#4C146E (or 0x4C146E) is unknown color: approx Indigo. HEX triplet: 4C, 14 and 6E. RGB value is (76,20,110). Sum of RGB (Red+Green+Blue) = 76+20+110=206 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.89% from 206); Green value is 20 (8.20% from 255 or 9.71% from 206); Blue value is 110 (43.36% from 255 or 53.40% from 206); Max value from RGB is 110 - color contains mainly: blue. Hex color #4C146E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C146E is #B3EB91. Grayscale: #2E2E2E. Windows color (decimal): -11791250 or 7214156. OLE color: 7214156.

HSL color Cylindrical-coordinate representation of color #4C146E: hue angle of 277.33º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4C146E is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7620110-
CMYK0.310.8200.57
HSL277.33º69.23%25.49%-
HSV(B)277.33º81.82%43.14%-
XYZ6.053.1615.04-
YUV47163.55148.68-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 36.89%
GREEN value IS 20 (8.20% from 255) = 9.71%
BLUE value IS 110 (43.36% from 255) = 53.40%
R=36.89%
G=9.71%
B=53.40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal76201100.310.8200.57277.3369.2325.49
Hex4C146E1F520391154519
Octal114241563712207142510531
Binary10011001010011011101111110100100111001100010101100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C146E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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