Html Css Color HEX #4D0F82 Indigo

📋 copy color: '#4D0F82'

red 77 ◦ green 15 ◦ blue 130

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

Shades of Indigo #4D0F82

Tints of Indigo #4D0F82

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.76%

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

R = 34.68%
G = 6.76%
B = 58.56%

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

#4D0F82 (or 0x4D0F82) is known color: Indigo. HEX triplet: 4D, 0F and 82. RGB value is (77,15,130). Sum of RGB (Red+Green+Blue) = 77+15+130=222 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.68% from 222); Green value is 15 (6.25% from 255 or 6.76% 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 #4D0F82 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0F82 is #B2F07D. Grayscale: #2E2E2E. Windows color (decimal): -11726974 or 8523597. OLE color: 8523597.

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

Color convert

RGB 77 15 130 -
CMYK 0.41 0.88 0 0.49
HSL 272.35º 0.79% 0.28% -
HSV(B) 272.35º 0.88% 0.51% -
XYZ 7.26 3.53 21.42 -
YUV 46.65 175.04 149.65 -
System Red Green Blue C M Y K H S L
Decimal 77 15 130 0.41 0.88 0 0.49 272.35 0.79 0.28
Hex 4D F 82 29 58 0 31 110 4F 1C
Octal 115 17 202 51 130 0 61 420 117 34
Binary 1001101 1111 10000010 101001 1011000 0 110001 100010000 1001111 11100

Color Harmonies of #4D0F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0F82

Black with #4D0F82

Text Example


Text Example

White with #4D0F82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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