#4C0CA1

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

Shades of Indigo #4C0CA1

Tints of Indigo #4C0CA1

Color information

#4C0CA1 (or 0x4C0CA1) is unknown color: approx Indigo. HEX triplet: 4C, 0C and A1. RGB value is (76,12,161). Sum of RGB (Red+Green+Blue) = 76+12+161=249 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.52% from 249); Green value is 12 (5.08% from 255 or 4.82% from 249); Blue value is 161 (63.28% from 255 or 64.66% from 249); Max value from RGB is 161 - color contains mainly: blue. Hex color #4C0CA1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C0CA1 is #B3F35E. Grayscale: #2F2F2F. Windows color (decimal): -11793247 or 10554444. OLE color: 10554444.

HSL color Cylindrical-coordinate representation of color #4C0CA1: hue angle of 265.77º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4C0CA1 is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB7612161-
CMYK0.530.9300.37
HSL265.77º86.13%33.92%-
HSV(B)265.77º92.55%63.14%-
XYZ9.544.3734.06-
YUV48.12191.7147.88-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.52%
GREEN value IS 12 (5.08% from 255) = 4.82%
BLUE value IS 161 (63.28% from 255) = 64.66%
R=30.52%
G=4.82%
B=64.66%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal76121610.530.9300.37265.7786.1333.92
Hex4CCA1355D02510a5622
Octal114142416513504541212642
Binary1001100110010100001110101101110101001011000010101010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,12,161); }

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

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

 a { background-color: rgb(76,12,161); }

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

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

 span { border-color: rgb(76,12,161); }

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