#4C0893

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

Shades of Indigo #4C0893

Tints of Indigo #4C0893

Color information

#4C0893 (or 0x4C0893) is unknown color: approx Indigo. HEX triplet: 4C, 08 and 93. RGB value is (76,8,147). Sum of RGB (Red+Green+Blue) = 76+8+147=231 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.90% from 231); Green value is 8 (3.52% from 255 or 3.46% from 231); Blue value is 147 (57.81% from 255 or 63.64% from 231); Max value from RGB is 147 - color contains mainly: blue. Hex color #4C0893 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C0893 is #B3F76C. Grayscale: #2B2B2B. Windows color (decimal): -11794285 or 9635916. OLE color: 9635916.

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

Color convert

RGB768147-
CMYK0.480.9500.42
HSL269.35º89.68%30.39%-
HSV(B)269.35º94.56%57.65%-
XYZ8.333.8227.9-
YUV44.18186.03150.7-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.90%
GREEN value IS 8 (3.52% from 255) = 3.46%
BLUE value IS 147 (57.81% from 255) = 63.64%
R=32.90%
G=3.46%
B=63.64%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal7681470.480.9500.42269.3589.6830.39
Hex4C893305F02A10d5a1e
Octal114102236013705241513236
Binary100110010001001001111000010111110101010100001101101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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