Html Css Color HEX #4D0070 Indigo

📋 copy color: '#4D0070'

red 77 ◦ green 0 ◦ blue 112

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

Shades of Indigo #4D0070

Tints of Indigo #4D0070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 59.26%

R = 40.74%
G = 0%
B = 59.26%

CMYK

 C value IS 0.31

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4D0070 (or 0x4D0070) is known color: Indigo. HEX triplet: 4D, 00 and 70. RGB value is (77,0,112). Sum of RGB (Red+Green+Blue) = 77+0+112=189 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.74% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 112 (44.14% from 255 or 59.26% from 189); Max value from RGB is 112 - color contains mainly: blue. Hex color #4D0070 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0070 is #B2FF8F. Grayscale: #232323. Windows color (decimal): -11730832 or 7340109. OLE color: 7340109.

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

Color convert

RGB 77 0 112 -
CMYK 0.31 1 0 0.56
HSL 281.25º 1% 0.22% -
HSV(B) 281.25º 1% 0.44% -
XYZ 5.99 2.75 15.54 -
YUV 35.79 171.01 157.39 -
System Red Green Blue C M Y K H S L
Decimal 77 0 112 0.31 1 0 0.56 281.25 1 0.22
Hex 4D 0 70 1F 64 0 38 119 64 16
Octal 115 0 160 37 144 0 70 431 144 26
Binary 1001101 0 1110000 11111 1100100 0 111000 100011001 1100100 10110

Color Harmonies of #4D0070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0070

Black with #4D0070

Text Example


Text Example

White with #4D0070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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