#4C106E

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

Shades of Indigo #4C106E

Tints of Indigo #4C106E

Color information

#4C106E (or 0x4C106E) is unknown color: approx Indigo. HEX triplet: 4C, 10 and 6E. RGB value is (76,16,110). Sum of RGB (Red+Green+Blue) = 76+16+110=202 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.62% from 202); Green value is 16 (6.64% from 255 or 7.92% from 202); Blue value is 110 (43.36% from 255 or 54.46% from 202); Max value from RGB is 110 - color contains mainly: blue. Hex color #4C106E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C106E is #B3EF91. Grayscale: #2C2C2C. Windows color (decimal): -11792274 or 7213132. OLE color: 7213132.

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

Color convert

RGB7616110-
CMYK0.310.8500.57
HSL278.3º74.6%24.71%-
HSV(B)278.3º85.45%43.14%-
XYZ5.983.0315.02-
YUV44.66164.88150.36-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 37.62%
GREEN value IS 16 (6.64% from 255) = 7.92%
BLUE value IS 110 (43.36% from 255) = 54.46%
R=37.62%
G=7.92%
B=54.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal76161100.310.8500.57278.374.624.71
Hex4C106E1F550391164b19
Octal114201563712507142611331
Binary10011001000011011101111110101010111001100010110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C106E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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