Html Css Color HEX #4C0472 Indigo

📋 copy color: '#4C0472'

red 76 ◦ green 4 ◦ blue 114

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

Shades of Indigo #4C0472

Tints of Indigo #4C0472

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.06%

 BLUE value IS 114 (44.92% from 255) = 58.76%

R = 39.18%
G = 2.06%
B = 58.76%

CMYK

 C value IS 0.33

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4C0472 (or 0x4C0472) is known color: Indigo. HEX triplet: 4C, 04 and 72. RGB value is (76,4,114). Sum of RGB (Red+Green+Blue) = 76+4+114=194 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.18% from 194); Green value is 4 (1.95% from 255 or 2.06% from 194); Blue value is 114 (44.92% from 255 or 58.76% from 194); Max value from RGB is 114 - color contains mainly: blue. Hex color #4C0472 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0472 is #B3FB8D. Grayscale: #252525. Windows color (decimal): -11795342 or 7472204. OLE color: 7472204.

HSL color Cylindrical-coordinate representation of color #4C0472: hue angle of 279.27º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4C0472 is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 76 4 114 -
CMYK 0.33 0.96 0 0.55
HSL 279.27º 0.93% 0.23% -
HSV(B) 279.27º 0.96% 0.45% -
XYZ 6.06 2.84 16.15 -
YUV 38.07 170.85 155.06 -
System Red Green Blue C M Y K H S L
Decimal 76 4 114 0.33 0.96 0 0.55 279.27 0.93 0.23
Hex 4C 4 72 21 60 0 37 117 5D 17
Octal 114 4 162 41 140 0 67 427 135 27
Binary 1001100 100 1110010 100001 1100000 0 110111 100010111 1011101 10111

Color Harmonies of #4C0472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0472

Black with #4C0472

Text Example


Text Example

White with #4C0472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,4,114); }

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

background-color css

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

 a { background-color: rgb(76,4,114); }

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

border-color css

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

 span { border-color: rgb(76,4,114); }

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