#4C1A93

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

Shades of Indigo #4C1A93

Tints of Indigo #4C1A93

Color information

#4C1A93 (or 0x4C1A93) is unknown color: approx Indigo. HEX triplet: 4C, 1A and 93. RGB value is (76,26,147). Sum of RGB (Red+Green+Blue) = 76+26+147=249 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.52% from 249); Green value is 26 (10.55% from 255 or 10.44% from 249); Blue value is 147 (57.81% from 255 or 59.04% from 249); Max value from RGB is 147 - color contains mainly: blue. Hex color #4C1A93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C1A93 is #B3E56C. Grayscale: #363636. Windows color (decimal): -11789677 or 9640524. OLE color: 9640524.

HSL color Cylindrical-coordinate representation of color #4C1A93: hue angle of 264.79º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4C1A93 is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7626147-
CMYK0.480.8200.42
HSL264.79º69.94%33.92%-
HSV(B)264.79º82.31%57.65%-
XYZ8.624.3828-
YUV54.74180.06143.16-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.52%
GREEN value IS 26 (10.55% from 255) = 10.44%
BLUE value IS 147 (57.81% from 255) = 59.04%
R=30.52%
G=10.44%
B=59.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal76261470.480.8200.42264.7969.9433.92
Hex4C1A93305202A1094622
Octal114322236012205241110642
Binary10011001101010010011110000101001001010101000010011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,26,147); }

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

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

 a { background-color: rgb(76,26,147); }

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

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

 span { border-color: rgb(76,26,147); }

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