#4C016C

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

Shades of Indigo #4C016C

Tints of Indigo #4C016C

Color information

#4C016C (or 0x4C016C) is unknown color: approx Indigo. HEX triplet: 4C, 01 and 6C. RGB value is (76,1,108). Sum of RGB (Red+Green+Blue) = 76+1+108=185 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.08% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 108 (42.58% from 255 or 58.38% from 185); Max value from RGB is 108 - color contains mainly: blue. Hex color #4C016C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C016C is #B3FE93. Grayscale: #232323. Windows color (decimal): -11796116 or 7078220. OLE color: 7078220.

HSL color Cylindrical-coordinate representation of color #4C016C: hue angle of 282.06º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4C016C is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB761108-
CMYK0.300.9900.58
HSL282.06º98.17%21.37%-
HSV(B)282.06º99.07%42.35%-
XYZ5.72.6414.4-
YUV35.62168.85156.8-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 41.08%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 108 (42.58% from 255) = 58.38%
R=41.08%
G=0.54%
B=58.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7611080.300.9900.58282.0698.1721.37
Hex4C16C1E6303A11a6215
Octal11411543614307243214225
Binary1001100111011001111011000110111010100011010110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C016C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,1,108); }

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

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

 a { background-color: rgb(76,1,108); }

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

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

 span { border-color: rgb(76,1,108); }

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