Html Css Color HEX #4C1080 Indigo

📋 copy color: '#4C1080'

red 76 ◦ green 16 ◦ blue 128

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

Shades of Indigo #4C1080

Tints of Indigo #4C1080

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.27%

 BLUE value IS 128 (50.39% from 255) = 58.18%

R = 34.55%
G = 7.27%
B = 58.18%

CMYK

 C value IS 0.41

 M value IS 0.88

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4C1080 (or 0x4C1080) is known color: Indigo. HEX triplet: 4C, 10 and 80. RGB value is (76,16,128). Sum of RGB (Red+Green+Blue) = 76+16+128=220 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.55% from 220); Green value is 16 (6.64% from 255 or 7.27% from 220); Blue value is 128 (50.39% from 255 or 58.18% from 220); Max value from RGB is 128 - color contains mainly: blue. Hex color #4C1080 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C1080 is #B3EF7F. Grayscale: #2E2E2E. Windows color (decimal): -11792256 or 8392780. OLE color: 8392780.

HSL color Cylindrical-coordinate representation of color #4C1080: hue angle of 272.14º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4C1080 is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 76 16 128 -
CMYK 0.41 0.88 0 0.50
HSL 272.14º 0.78% 0.28% -
HSV(B) 272.14º 0.88% 0.5% -
XYZ 7.06 3.47 20.72 -
YUV 46.71 173.88 148.89 -
System Red Green Blue C M Y K H S L
Decimal 76 16 128 0.41 0.88 0 0.50 272.14 0.78 0.28
Hex 4C 10 80 29 58 0 32 110 4E 1C
Octal 114 20 200 51 130 0 62 420 116 34
Binary 1001100 10000 10000000 101001 1011000 0 110010 100010000 1001110 11100

Color Harmonies of #4C1080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1080

Black with #4C1080

Text Example


Text Example

White with #4C1080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,16,128); }

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

background-color css

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

 a { background-color: rgb(76,16,128); }

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

border-color css

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

 span { border-color: rgb(76,16,128); }

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