Html Css Color HEX #4C0991 Indigo

📋 copy color: '#4C0991'

red 76 ◦ green 9 ◦ blue 145

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

Shades of Indigo #4C0991

Tints of Indigo #4C0991

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.91%

 BLUE value IS 145 (57.03% from 255) = 63.04%

R = 33.04%
G = 3.91%
B = 63.04%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4C0991 (or 0x4C0991) is known color: Indigo. HEX triplet: 4C, 09 and 91. RGB value is (76,9,145). Sum of RGB (Red+Green+Blue) = 76+9+145=230 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.04% from 230); Green value is 9 (3.91% from 255 or 3.91% from 230); Blue value is 145 (57.03% from 255 or 63.04% from 230); Max value from RGB is 145 - color contains mainly: blue. Hex color #4C0991 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C0991 is #B3F66E. Grayscale: #2C2C2C. Windows color (decimal): -11794031 or 9505100. OLE color: 9505100.

HSL color Cylindrical-coordinate representation of color #4C0991: hue angle of 269.56º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4C0991 is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 76 9 145 -
CMYK 0.48 0.94 0 0.43
HSL 269.56º 0.88% 0.3% -
HSV(B) 269.56º 0.94% 0.57% -
XYZ 8.19 3.78 27.09 -
YUV 44.54 184.7 150.44 -
System Red Green Blue C M Y K H S L
Decimal 76 9 145 0.48 0.94 0 0.43 269.56 0.88 0.3
Hex 4C 9 91 30 5E 0 2B 10E 58 1E
Octal 114 11 221 60 136 0 53 416 130 36
Binary 1001100 1001 10010001 110000 1011110 0 101011 100001110 1011000 11110

Color Harmonies of #4C0991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0991

Black with #4C0991

Text Example


Text Example

White with #4C0991

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,9,145); }

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

background-color css

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

 a { background-color: rgb(76,9,145); }

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

border-color css

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

 span { border-color: rgb(76,9,145); }

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