Html Css Color HEX #4D017F Indigo

📋 copy color: '#4D017F'

red 77 ◦ green 1 ◦ blue 127

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

Shades of Indigo #4D017F

Tints of Indigo #4D017F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

 BLUE value IS 127 (50% from 255) = 61.95%

R = 37.56%
G = 0.49%
B = 61.95%

CMYK

 C value IS 0.39

 M value IS 0.99

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4D017F (or 0x4D017F) is known color: Indigo. HEX triplet: 4D, 01 and 7F. RGB value is (77,1,127). Sum of RGB (Red+Green+Blue) = 77+1+127=205 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.56% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 127 (50% from 255 or 61.95% from 205); Max value from RGB is 127 - color contains mainly: blue. Hex color #4D017F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D017F is #B2FE80. Grayscale: #252525. Windows color (decimal): -11730561 or 8323405. OLE color: 8323405.

HSL color Cylindrical-coordinate representation of color #4D017F: hue angle of 276.19º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D017F is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 77 1 127 -
CMYK 0.39 0.99 0 0.50
HSL 276.19º 0.98% 0.25% -
HSV(B) 276.19º 0.99% 0.5% -
XYZ 6.9 3.13 20.32 -
YUV 38.09 178.18 155.75 -
System Red Green Blue C M Y K H S L
Decimal 77 1 127 0.39 0.99 0 0.50 276.19 0.98 0.25
Hex 4D 1 7F 27 63 0 32 114 62 19
Octal 115 1 177 47 143 0 62 424 142 31
Binary 1001101 1 1111111 100111 1100011 0 110010 100010100 1100010 11001

Color Harmonies of #4D017F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D017F

Black with #4D017F

Text Example


Text Example

White with #4D017F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,1,127); }

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

background-color css

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

 a { background-color: rgb(77,1,127); }

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

border-color css

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

 span { border-color: rgb(77,1,127); }

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