Html Css Color HEX #4D0F7D Indigo

📋 copy color: '#4D0F7D'

red 77 ◦ green 15 ◦ blue 125

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

Shades of Indigo #4D0F7D

Tints of Indigo #4D0F7D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.91%

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

R = 35.48%
G = 6.91%
B = 57.6%

CMYK

 C value IS 0.38

 M value IS 0.88

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4D0F7D (or 0x4D0F7D) is known color: Indigo. HEX triplet: 4D, 0F and 7D. RGB value is (77,15,125). Sum of RGB (Red+Green+Blue) = 77+15+125=217 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.48% from 217); Green value is 15 (6.25% from 255 or 6.91% from 217); Blue value is 125 (49.22% from 255 or 57.60% from 217); Max value from RGB is 125 - color contains mainly: blue. Hex color #4D0F7D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0F7D is #B2F082. Grayscale: #2D2D2D. Windows color (decimal): -11726979 or 8195917. OLE color: 8195917.

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

Color convert

RGB 77 15 125 -
CMYK 0.38 0.88 0 0.51
HSL 273.82º 0.79% 0.27% -
HSV(B) 273.82º 0.88% 0.49% -
XYZ 6.93 3.4 19.69 -
YUV 46.08 172.54 150.06 -
System Red Green Blue C M Y K H S L
Decimal 77 15 125 0.38 0.88 0 0.51 273.82 0.79 0.27
Hex 4D F 7D 26 58 0 33 112 4F 1B
Octal 115 17 175 46 130 0 63 422 117 33
Binary 1001101 1111 1111101 100110 1011000 0 110011 100010010 1001111 11011

Color Harmonies of #4D0F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0F7D

Black with #4D0F7D

Text Example


Text Example

White with #4D0F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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