Html Css Color HEX #4C1371 Indigo

📋 copy color: '#4C1371'

red 76 ◦ green 19 ◦ blue 113

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

Shades of Indigo #4C1371

Tints of Indigo #4C1371

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.13%

 BLUE value IS 113 (44.53% from 255) = 54.33%

R = 36.54%
G = 9.13%
B = 54.33%

CMYK

 C value IS 0.33

 M value IS 0.83

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4C1371 (or 0x4C1371) is known color: Indigo. HEX triplet: 4C, 13 and 71. RGB value is (76,19,113). Sum of RGB (Red+Green+Blue) = 76+19+113=208 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.54% from 208); Green value is 19 (7.81% from 255 or 9.13% from 208); Blue value is 113 (44.53% from 255 or 54.33% from 208); Max value from RGB is 113 - color contains mainly: blue. Hex color #4C1371 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1371 is #B3EC8E. Grayscale: #2E2E2E. Windows color (decimal): -11791503 or 7410508. OLE color: 7410508.

HSL color Cylindrical-coordinate representation of color #4C1371: hue angle of 276.38º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4C1371 is Cyan = 0.33, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 76 19 113 -
CMYK 0.33 0.83 0 0.56
HSL 276.38º 0.71% 0.26% -
HSV(B) 276.38º 0.83% 0.44% -
XYZ 6.19 3.19 15.91 -
YUV 46.76 165.38 148.86 -
System Red Green Blue C M Y K H S L
Decimal 76 19 113 0.33 0.83 0 0.56 276.38 0.71 0.26
Hex 4C 13 71 21 53 0 38 114 47 1A
Octal 114 23 161 41 123 0 70 424 107 32
Binary 1001100 10011 1110001 100001 1010011 0 111000 100010100 1000111 11010

Color Harmonies of #4C1371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1371

Black with #4C1371

Text Example


Text Example

White with #4C1371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,19,113); }

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

background-color css

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

 a { background-color: rgb(76,19,113); }

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

border-color css

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

 span { border-color: rgb(76,19,113); }

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