Html Css Color HEX #4C147F Indigo

📋 copy color: '#4C147F'

red 76 ◦ green 20 ◦ blue 127

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

Shades of Indigo #4C147F

Tints of Indigo #4C147F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.97%

 BLUE value IS 127 (50% from 255) = 56.95%

R = 34.08%
G = 8.97%
B = 56.95%

CMYK

 C value IS 0.40

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4C147F (or 0x4C147F) is known color: Indigo. HEX triplet: 4C, 14 and 7F. RGB value is (76,20,127). Sum of RGB (Red+Green+Blue) = 76+20+127=223 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.08% from 223); Green value is 20 (8.20% from 255 or 8.97% from 223); Blue value is 127 (50% from 255 or 56.95% from 223); Max value from RGB is 127 - color contains mainly: blue. Hex color #4C147F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C147F is #B3EB80. Grayscale: #303030. Windows color (decimal): -11791233 or 8328268. OLE color: 8328268.

HSL color Cylindrical-coordinate representation of color #4C147F: hue angle of 271.4º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4C147F is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 76 20 127 -
CMYK 0.40 0.84 0 0.50
HSL 271.4º 0.73% 0.29% -
HSV(B) 271.4º 0.84% 0.5% -
XYZ 7.06 3.57 20.4 -
YUV 48.94 172.05 147.3 -
System Red Green Blue C M Y K H S L
Decimal 76 20 127 0.40 0.84 0 0.50 271.4 0.73 0.29
Hex 4C 14 7F 28 54 0 32 10F 49 1D
Octal 114 24 177 50 124 0 62 417 111 35
Binary 1001100 10100 1111111 101000 1010100 0 110010 100001111 1001001 11101

Color Harmonies of #4C147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C147F

Black with #4C147F

Text Example


Text Example

White with #4C147F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,20,127); }

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

background-color css

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

 a { background-color: rgb(76,20,127); }

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

border-color css

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

 span { border-color: rgb(76,20,127); }

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