#4C0D6C

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

Shades of Indigo #4C0D6C

Tints of Indigo #4C0D6C

Color information

#4C0D6C (or 0x4C0D6C) is unknown color: approx Indigo. HEX triplet: 4C, 0D and 6C. RGB value is (76,13,108). Sum of RGB (Red+Green+Blue) = 76+13+108=197 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38.58% from 197); Green value is 13 (5.47% from 255 or 6.60% from 197); Blue value is 108 (42.58% from 255 or 54.82% from 197); Max value from RGB is 108 - color contains mainly: blue. Hex color #4C0D6C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0D6C is #B3F293. Grayscale: #2A2A2A. Windows color (decimal): -11793044 or 7081292. OLE color: 7081292.

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

Color convert

RGB7613108-
CMYK0.300.8800.58
HSL279.79º78.51%23.73%-
HSV(B)279.79º87.96%42.35%-
XYZ5.832.9114.44-
YUV42.67164.87151.78-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 38.58%
GREEN value IS 13 (5.47% from 255) = 6.60%
BLUE value IS 108 (42.58% from 255) = 54.82%
R=38.58%
G=6.60%
B=54.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal76131080.300.8800.58279.7978.5123.73
Hex4CD6C1E5803A1184f18
Octal114151543613007243011730
Binary1001100110111011001111010110000111010100011000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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