Html Css Color HEX #4C0393 Indigo

📋 copy color: '#4C0393'

red 76 ◦ green 3 ◦ blue 147

#4C0393
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #4C0393

Tints of Indigo #4C0393

RGB

 RED value IS 76 (30.08% from 255) = 33.63%

 GREEN value IS 3 (1.56% from 255) = 1.33%

 BLUE value IS 147 (57.81% from 255) = 65.04%

R = 33.63%
G = 1.33%
B = 65.04%

CMYK

 C value IS 0.48

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4C0393 (or 0x4C0393) is known color: Indigo. HEX triplet: 4C, 03 and 93. RGB value is (76,3,147). Sum of RGB (Red+Green+Blue) = 76+3+147=226 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.63% from 226); Green value is 3 (1.56% from 255 or 1.33% from 226); Blue value is 147 (57.81% from 255 or 65.04% from 226); Max value from RGB is 147 - color contains mainly: blue. Hex color #4C0393 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C0393 is #B3FC6C. Grayscale: #282828. Windows color (decimal): -11795565 or 9634636. OLE color: 9634636.

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

Color convert

RGB 76 3 147 -
CMYK 0.48 0.98 0 0.42
HSL 270.42º 0.96% 0.29% -
HSV(B) 270.42º 0.98% 0.58% -
XYZ 8.28 3.71 27.88 -
YUV 41.24 187.68 152.79 -
System Red Green Blue C M Y K H S L
Decimal 76 3 147 0.48 0.98 0 0.42 270.42 0.96 0.29
Hex 4C 3 93 30 62 0 2A 10E 60 1D
Octal 114 3 223 60 142 0 52 416 140 35
Binary 1001100 11 10010011 110000 1100010 0 101010 100001110 1100000 11101

Color Harmonies of #4C0393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0393

Black with #4C0393

Text Example


Text Example

White with #4C0393

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C0393;
 }
 .AnyTagClassName
 {
   color: #4C0393;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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