Html Css Color HEX #4D009D Indigo

📋 copy color: '#4D009D'

red 77 ◦ green 0 ◦ blue 157

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

Shades of Indigo #4D009D

Tints of Indigo #4D009D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 157 (61.72% from 255) = 67.09%

R = 32.91%
G = 0%
B = 67.09%

CMYK

 C value IS 0.51

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4D009D (or 0x4D009D) is known color: Indigo. HEX triplet: 4D, 00 and 9D. RGB value is (77,0,157). Sum of RGB (Red+Green+Blue) = 77+0+157=234 (30% of max value = 765). Red value is 77 (30.47% from 255 or 32.91% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 157 (61.72% from 255 or 67.09% from 234); Max value from RGB is 157 - color contains mainly: blue. Hex color #4D009D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D009D is #B2FF62. Grayscale: #282828. Windows color (decimal): -11730787 or 10289229. OLE color: 10289229.

HSL color Cylindrical-coordinate representation of color #4D009D: hue angle of 269.43º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4D009D is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 77 0 157 -
CMYK 0.51 1 0 0.38
HSL 269.43º 1% 0.31% -
HSV(B) 269.43º 1% 0.62% -
XYZ 9.15 4.01 32.19 -
YUV 40.92 193.51 153.73 -
System Red Green Blue C M Y K H S L
Decimal 77 0 157 0.51 1 0 0.38 269.43 1 0.31
Hex 4D 0 9D 33 64 0 26 10D 64 1F
Octal 115 0 235 63 144 0 46 415 144 37
Binary 1001101 0 10011101 110011 1100100 0 100110 100001101 1100100 11111

Color Harmonies of #4D009D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D009D

Black with #4D009D

Text Example


Text Example

White with #4D009D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,0,157); }

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

background-color css

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

 a { background-color: rgb(77,0,157); }

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

border-color css

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

 span { border-color: rgb(77,0,157); }

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