Html Css Color HEX #4C1082 Indigo

📋 copy color: '#4C1082'

red 76 ◦ green 16 ◦ blue 130

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

Shades of Indigo #4C1082

Tints of Indigo #4C1082

RGB

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

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

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

R = 34.23%
G = 7.21%
B = 58.56%

CMYK

 C value IS 0.42

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4C1082 (or 0x4C1082) is known color: Indigo. HEX triplet: 4C, 10 and 82. RGB value is (76,16,130). Sum of RGB (Red+Green+Blue) = 76+16+130=222 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.23% from 222); Green value is 16 (6.64% from 255 or 7.21% from 222); Blue value is 130 (51.17% from 255 or 58.56% from 222); Max value from RGB is 130 - color contains mainly: blue. Hex color #4C1082 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C1082 is #B3EF7D. Grayscale: #2E2E2E. Windows color (decimal): -11792254 or 8523852. OLE color: 8523852.

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

Color convert

RGB 76 16 130 -
CMYK 0.42 0.88 0 0.49
HSL 271.58º 0.78% 0.29% -
HSV(B) 271.58º 0.88% 0.51% -
XYZ 7.2 3.52 21.42 -
YUV 46.94 174.88 148.73 -
System Red Green Blue C M Y K H S L
Decimal 76 16 130 0.42 0.88 0 0.49 271.58 0.78 0.29
Hex 4C 10 82 2A 58 0 31 110 4E 1D
Octal 114 20 202 52 130 0 61 420 116 35
Binary 1001100 10000 10000010 101010 1011000 0 110001 100010000 1001110 11101

Color Harmonies of #4C1082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1082

Black with #4C1082

Text Example


Text Example

White with #4C1082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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