Html Css Color HEX #4C0592 Indigo

📋 copy color: '#4C0592'

red 76 ◦ green 5 ◦ blue 146

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

Shades of Indigo #4C0592

Tints of Indigo #4C0592

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.2%

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

R = 33.48%
G = 2.2%
B = 64.32%

CMYK

 C value IS 0.48

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4C0592 (or 0x4C0592) is known color: Indigo. HEX triplet: 4C, 05 and 92. RGB value is (76,5,146). Sum of RGB (Red+Green+Blue) = 76+5+146=227 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.48% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 146 (57.42% from 255 or 64.32% from 227); Max value from RGB is 146 - color contains mainly: blue. Hex color #4C0592 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C0592 is #B3FA6D. Grayscale: #292929. Windows color (decimal): -11795054 or 9569612. OLE color: 9569612.

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

Color convert

RGB 76 5 146 -
CMYK 0.48 0.97 0 0.43
HSL 270.21º 0.93% 0.3% -
HSV(B) 270.21º 0.97% 0.57% -
XYZ 8.22 3.72 27.48 -
YUV 42.3 186.52 152.04 -
System Red Green Blue C M Y K H S L
Decimal 76 5 146 0.48 0.97 0 0.43 270.21 0.93 0.3
Hex 4C 5 92 30 61 0 2B 10E 5D 1E
Octal 114 5 222 60 141 0 53 416 135 36
Binary 1001100 101 10010010 110000 1100001 0 101011 100001110 1011101 11110

Color Harmonies of #4C0592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0592

Black with #4C0592

Text Example


Text Example

White with #4C0592

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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