Html Css Color HEX #4C0394 Indigo

📋 copy color: '#4C0394'

red 76 ◦ green 3 ◦ blue 148

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

Shades of Indigo #4C0394

Tints of Indigo #4C0394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 65.2%

R = 33.48%
G = 1.32%
B = 65.2%

CMYK

 C value IS 0.49

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4C0394 (or 0x4C0394) is known color: Indigo. HEX triplet: 4C, 03 and 94. RGB value is (76,3,148). Sum of RGB (Red+Green+Blue) = 76+3+148=227 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.48% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 148 (58.20% from 255 or 65.20% from 227); Max value from RGB is 148 - color contains mainly: blue. Hex color #4C0394 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C0394 is #B3FC6B. Grayscale: #282828. Windows color (decimal): -11795564 or 9700172. OLE color: 9700172.

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

Color convert

RGB 76 3 148 -
CMYK 0.49 0.98 0 0.42
HSL 270.21º 0.96% 0.3% -
HSV(B) 270.21º 0.98% 0.58% -
XYZ 8.36 3.74 28.3 -
YUV 41.36 188.18 152.71 -
System Red Green Blue C M Y K H S L
Decimal 76 3 148 0.49 0.98 0 0.42 270.21 0.96 0.3
Hex 4C 3 94 31 62 0 2A 10E 60 1E
Octal 114 3 224 61 142 0 52 416 140 36
Binary 1001100 11 10010100 110001 1100010 0 101010 100001110 1100000 11110

Color Harmonies of #4C0394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0394

Black with #4C0394

Text Example


Text Example

White with #4C0394

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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