#4C1993

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

Shades of Indigo #4C1993

Tints of Indigo #4C1993

Color information

#4C1993 (or 0x4C1993) is unknown color: approx Indigo. HEX triplet: 4C, 19 and 93. RGB value is (76,25,147). Sum of RGB (Red+Green+Blue) = 76+25+147=248 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.65% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 147 (57.81% from 255 or 59.27% from 248); Max value from RGB is 147 - color contains mainly: blue. Hex color #4C1993 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C1993 is #B3E66C. Grayscale: #353535. Windows color (decimal): -11789933 or 9640268. OLE color: 9640268.

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

Color convert

RGB7625147-
CMYK0.480.8300.42
HSL265.08º70.93%33.73%-
HSV(B)265.08º82.99%57.65%-
XYZ8.594.3427.99-
YUV54.16180.4143.58-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.65%
GREEN value IS 25 (10.16% from 255) = 10.08%
BLUE value IS 147 (57.81% from 255) = 59.27%
R=30.65%
G=10.08%
B=59.27%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal76251470.480.8300.42265.0870.9333.73
Hex4C1993305302A1094722
Octal114312236012305241110742
Binary10011001100110010011110000101001101010101000010011000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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