Html Css Color HEX #4D0073 Indigo

📋 copy color: '#4D0073'

red 77 ◦ green 0 ◦ blue 115

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

Shades of Indigo #4D0073

Tints of Indigo #4D0073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 59.9%

R = 40.1%
G = 0%
B = 59.9%

CMYK

 C value IS 0.33

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4D0073 (or 0x4D0073) is known color: Indigo. HEX triplet: 4D, 00 and 73. RGB value is (77,0,115). Sum of RGB (Red+Green+Blue) = 77+0+115=192 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.10% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 115 (45.31% from 255 or 59.90% from 192); Max value from RGB is 115 - color contains mainly: blue. Hex color #4D0073 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0073 is #B2FF8C. Grayscale: #232323. Windows color (decimal): -11730829 or 7536717. OLE color: 7536717.

HSL color Cylindrical-coordinate representation of color #4D0073: hue angle of 280.17º 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 #4D0073 is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 77 0 115 -
CMYK 0.33 1 0 0.55
HSL 280.17º 1% 0.23% -
HSV(B) 280.17º 1% 0.45% -
XYZ 6.16 2.82 16.44 -
YUV 36.13 172.51 157.15 -
System Red Green Blue C M Y K H S L
Decimal 77 0 115 0.33 1 0 0.55 280.17 1 0.23
Hex 4D 0 73 21 64 0 37 118 64 17
Octal 115 0 163 41 144 0 67 430 144 27
Binary 1001101 0 1110011 100001 1100100 0 110111 100011000 1100100 10111

Color Harmonies of #4D0073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0073

Black with #4D0073

Text Example


Text Example

White with #4D0073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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