Html Css Color HEX #4C0882 Indigo

📋 copy color: '#4C0882'

red 76 ◦ green 8 ◦ blue 130

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

Shades of Indigo #4C0882

Tints of Indigo #4C0882

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.74%

 BLUE value IS 130 (51.17% from 255) = 60.75%

R = 35.51%
G = 3.74%
B = 60.75%

CMYK

 C value IS 0.42

 M value IS 0.94

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4C0882 (or 0x4C0882) is known color: Indigo. HEX triplet: 4C, 08 and 82. RGB value is (76,8,130). Sum of RGB (Red+Green+Blue) = 76+8+130=214 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.51% from 214); Green value is 8 (3.52% from 255 or 3.74% from 214); Blue value is 130 (51.17% from 255 or 60.75% from 214); Max value from RGB is 130 - color contains mainly: blue. Hex color #4C0882 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C0882 is #B3F77D. Grayscale: #292929. Windows color (decimal): -11794302 or 8521804. OLE color: 8521804.

HSL color Cylindrical-coordinate representation of color #4C0882: hue angle of 273.44º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4C0882 is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 76 8 130 -
CMYK 0.42 0.94 0 0.49
HSL 273.44º 0.88% 0.27% -
HSV(B) 273.44º 0.94% 0.51% -
XYZ 7.1 3.32 21.39 -
YUV 42.24 177.53 152.08 -
System Red Green Blue C M Y K H S L
Decimal 76 8 130 0.42 0.94 0 0.49 273.44 0.88 0.27
Hex 4C 8 82 2A 5E 0 31 111 58 1B
Octal 114 10 202 52 136 0 61 421 130 33
Binary 1001100 1000 10000010 101010 1011110 0 110001 100010001 1011000 11011

Color Harmonies of #4C0882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0882

Black with #4C0882

Text Example


Text Example

White with #4C0882

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,8,130); }

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

background-color css

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

 a { background-color: rgb(76,8,130); }

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

border-color css

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

 span { border-color: rgb(76,8,130); }

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