Html Css Color HEX #4D0074 Indigo

📋 copy color: '#4D0074'

red 77 ◦ green 0 ◦ blue 116

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

Shades of Indigo #4D0074

Tints of Indigo #4D0074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 60.1%

R = 39.9%
G = 0%
B = 60.1%

CMYK

 C value IS 0.34

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4D0074 (or 0x4D0074) is known color: Indigo. HEX triplet: 4D, 00 and 74. RGB value is (77,0,116). Sum of RGB (Red+Green+Blue) = 77+0+116=193 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.90% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 116 (45.70% from 255 or 60.10% from 193); Max value from RGB is 116 - color contains mainly: blue. Hex color #4D0074 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0074 is #B2FF8B. Grayscale: #232323. Windows color (decimal): -11730828 or 7602253. OLE color: 7602253.

HSL color Cylindrical-coordinate representation of color #4D0074: hue angle of 279.83º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4D0074 is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 77 0 116 -
CMYK 0.34 1 0 0.55
HSL 279.83º 1% 0.23% -
HSV(B) 279.83º 1% 0.45% -
XYZ 6.21 2.84 16.74 -
YUV 36.25 173.01 157.07 -
System Red Green Blue C M Y K H S L
Decimal 77 0 116 0.34 1 0 0.55 279.83 1 0.23
Hex 4D 0 74 22 64 0 37 118 64 17
Octal 115 0 164 42 144 0 67 430 144 27
Binary 1001101 0 1110100 100010 1100100 0 110111 100011000 1100100 10111

Color Harmonies of #4D0074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0074

Black with #4D0074

Text Example


Text Example

White with #4D0074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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