Html Css Color HEX #4C0992 Indigo

📋 copy color: '#4C0992'

red 76 ◦ green 9 ◦ blue 146

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

Shades of Indigo #4C0992

Tints of Indigo #4C0992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 63.2%

R = 32.9%
G = 3.9%
B = 63.2%

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

#4C0992 (or 0x4C0992) is known color: Indigo. HEX triplet: 4C, 09 and 92. RGB value is (76,9,146). Sum of RGB (Red+Green+Blue) = 76+9+146=231 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.90% from 231); Green value is 9 (3.91% from 255 or 3.90% from 231); Blue value is 146 (57.42% from 255 or 63.20% from 231); Max value from RGB is 146 - color contains mainly: blue. Hex color #4C0992 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C0992 is #B3F66D. Grayscale: #2C2C2C. Windows color (decimal): -11794030 or 9570636. OLE color: 9570636.

HSL color Cylindrical-coordinate representation of color #4C0992: hue angle of 269.34º 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 #4C0992 is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 76 9 146 -
CMYK 0.48 0.94 0 0.43
HSL 269.34º 0.88% 0.3% -
HSV(B) 269.34º 0.94% 0.57% -
XYZ 8.27 3.81 27.49 -
YUV 44.65 185.2 150.36 -
System Red Green Blue C M Y K H S L
Decimal 76 9 146 0.48 0.94 0 0.43 269.34 0.88 0.3
Hex 4C 9 92 30 5E 0 2B 10D 58 1E
Octal 114 11 222 60 136 0 53 415 130 36
Binary 1001100 1001 10010010 110000 1011110 0 101011 100001101 1011000 11110

Color Harmonies of #4C0992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0992

Black with #4C0992

Text Example


Text Example

White with #4C0992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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