Html Css Color HEX #4D037D Indigo

📋 copy color: '#4D037D'

red 77 ◦ green 3 ◦ blue 125

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

Shades of Indigo #4D037D

Tints of Indigo #4D037D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.46%

 BLUE value IS 125 (49.22% from 255) = 60.98%

R = 37.56%
G = 1.46%
B = 60.98%

CMYK

 C value IS 0.38

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4D037D (or 0x4D037D) is known color: Indigo. HEX triplet: 4D, 03 and 7D. RGB value is (77,3,125). Sum of RGB (Red+Green+Blue) = 77+3+125=205 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.56% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 125 (49.22% from 255 or 60.98% from 205); Max value from RGB is 125 - color contains mainly: blue. Hex color #4D037D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D037D is #B2FC82. Grayscale: #262626. Windows color (decimal): -11730051 or 8192845. OLE color: 8192845.

HSL color Cylindrical-coordinate representation of color #4D037D: hue angle of 276.39º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4D037D is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 77 3 125 -
CMYK 0.38 0.98 0 0.51
HSL 276.39º 0.95% 0.25% -
HSV(B) 276.39º 0.98% 0.49% -
XYZ 6.79 3.12 19.65 -
YUV 39.03 176.52 155.08 -
System Red Green Blue C M Y K H S L
Decimal 77 3 125 0.38 0.98 0 0.51 276.39 0.95 0.25
Hex 4D 3 7D 26 62 0 33 114 5F 19
Octal 115 3 175 46 142 0 63 424 137 31
Binary 1001101 11 1111101 100110 1100010 0 110011 100010100 1011111 11001

Color Harmonies of #4D037D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D037D

Black with #4D037D

Text Example


Text Example

White with #4D037D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,3,125); }

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

background-color css

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

 a { background-color: rgb(77,3,125); }

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

border-color css

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

 span { border-color: rgb(77,3,125); }

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