Html Css Color HEX #4D1082 Indigo

📋 copy color: '#4D1082'

red 77 ◦ green 16 ◦ blue 130

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

Shades of Indigo #4D1082

Tints of Indigo #4D1082

RGB

 RED value IS 77 (30.47% from 255) = 34.53%

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

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

R = 34.53%
G = 7.17%
B = 58.3%

CMYK

 C value IS 0.41

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4D1082 (or 0x4D1082) is known color: Indigo. HEX triplet: 4D, 10 and 82. RGB value is (77,16,130). Sum of RGB (Red+Green+Blue) = 77+16+130=223 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.53% from 223); Green value is 16 (6.64% from 255 or 7.17% from 223); Blue value is 130 (51.17% from 255 or 58.30% from 223); Max value from RGB is 130 - color contains mainly: blue. Hex color #4D1082 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D1082 is #B2EF7D. Grayscale: #2E2E2E. Windows color (decimal): -11726718 or 8523853. OLE color: 8523853.

HSL color Cylindrical-coordinate representation of color #4D1082: hue angle of 272.11º 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 #4D1082 is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 77 16 130 -
CMYK 0.41 0.88 0 0.49
HSL 272.11º 0.78% 0.29% -
HSV(B) 272.11º 0.88% 0.51% -
XYZ 7.28 3.56 21.42 -
YUV 47.24 174.71 149.23 -
System Red Green Blue C M Y K H S L
Decimal 77 16 130 0.41 0.88 0 0.49 272.11 0.78 0.29
Hex 4D 10 82 29 58 0 31 110 4E 1D
Octal 115 20 202 51 130 0 61 420 116 35
Binary 1001101 10000 10000010 101001 1011000 0 110001 100010000 1001110 11101

Color Harmonies of #4D1082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1082

Black with #4D1082

Text Example


Text Example

White with #4D1082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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