Html Css Color HEX #4D067F Indigo

📋 copy color: '#4D067F'

red 77 ◦ green 6 ◦ blue 127

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

Shades of Indigo #4D067F

Tints of Indigo #4D067F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.86%

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

R = 36.67%
G = 2.86%
B = 60.48%

CMYK

 C value IS 0.39

 M value IS 0.95

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4D067F (or 0x4D067F) is known color: Indigo. HEX triplet: 4D, 06 and 7F. RGB value is (77,6,127). Sum of RGB (Red+Green+Blue) = 77+6+127=210 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.67% from 210); Green value is 6 (2.73% from 255 or 2.86% from 210); Blue value is 127 (50% from 255 or 60.48% from 210); Max value from RGB is 127 - color contains mainly: blue. Hex color #4D067F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D067F is #B2F980. Grayscale: #282828. Windows color (decimal): -11729281 or 8324685. OLE color: 8324685.

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

Color convert

RGB 77 6 127 -
CMYK 0.39 0.95 0 0.50
HSL 275.21º 0.91% 0.26% -
HSV(B) 275.21º 0.95% 0.5% -
XYZ 6.96 3.24 20.34 -
YUV 41.02 176.52 153.66 -
System Red Green Blue C M Y K H S L
Decimal 77 6 127 0.39 0.95 0 0.50 275.21 0.91 0.26
Hex 4D 6 7F 27 5F 0 32 113 5B 1A
Octal 115 6 177 47 137 0 62 423 133 32
Binary 1001101 110 1111111 100111 1011111 0 110010 100010011 1011011 11010

Color Harmonies of #4D067F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D067F

Black with #4D067F

Text Example


Text Example

White with #4D067F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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