Html Css Color HEX #4D066F Indigo

📋 copy color: '#4D066F'

red 77 ◦ green 6 ◦ blue 111

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

Shades of Indigo #4D066F

Tints of Indigo #4D066F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 57.22%

R = 39.69%
G = 3.09%
B = 57.22%

CMYK

 C value IS 0.31

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4D066F (or 0x4D066F) is known color: Indigo. HEX triplet: 4D, 06 and 6F. RGB value is (77,6,111). Sum of RGB (Red+Green+Blue) = 77+6+111=194 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.69% from 194); Green value is 6 (2.73% from 255 or 3.09% from 194); Blue value is 111 (43.75% from 255 or 57.22% from 194); Max value from RGB is 111 - color contains mainly: blue. Hex color #4D066F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D066F is #B2F990. Grayscale: #262626. Windows color (decimal): -11729297 or 7276109. OLE color: 7276109.

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

Color convert

RGB 77 6 111 -
CMYK 0.31 0.95 0 0.56
HSL 280.57º 0.9% 0.23% -
HSV(B) 280.57º 0.95% 0.44% -
XYZ 5.99 2.86 15.27 -
YUV 39.2 168.52 154.96 -
System Red Green Blue C M Y K H S L
Decimal 77 6 111 0.31 0.95 0 0.56 280.57 0.9 0.23
Hex 4D 6 6F 1F 5F 0 38 119 5A 17
Octal 115 6 157 37 137 0 70 431 132 27
Binary 1001101 110 1101111 11111 1011111 0 111000 100011001 1011010 10111

Color Harmonies of #4D066F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D066F

Black with #4D066F

Text Example


Text Example

White with #4D066F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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