Html Css Color HEX #4D0661 Indigo

📋 copy color: '#4D0661'

red 77 ◦ green 6 ◦ blue 97

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

Shades of Indigo #4D0661

Tints of Indigo #4D0661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 53.89%

R = 42.78%
G = 3.33%
B = 53.89%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4D0661 (or 0x4D0661) is known color: Indigo. HEX triplet: 4D, 06 and 61. RGB value is (77,6,97). Sum of RGB (Red+Green+Blue) = 77+6+97=180 (23% of max value = 765). Red value is 77 (30.47% from 255 or 42.78% from 180); Green value is 6 (2.73% from 255 or 3.33% from 180); Blue value is 97 (38.28% from 255 or 53.89% from 180); Max value from RGB is 97 - color contains mainly: blue. Hex color #4D0661 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0661 is #B2F99E. Grayscale: #252525. Windows color (decimal): -11729311 or 6358605. OLE color: 6358605.

HSL color Cylindrical-coordinate representation of color #4D0661: hue angle of 286.81º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D0661 is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 77 6 97 -
CMYK 0.21 0.94 0 0.62
HSL 286.81º 0.88% 0.2% -
HSV(B) 286.81º 0.94% 0.38% -
XYZ 5.28 2.57 11.53 -
YUV 37.6 161.52 156.1 -
System Red Green Blue C M Y K H S L
Decimal 77 6 97 0.21 0.94 0 0.62 286.81 0.88 0.2
Hex 4D 6 61 15 5E 0 3E 11F 58 14
Octal 115 6 141 25 136 0 76 437 130 24
Binary 1001101 110 1100001 10101 1011110 0 111110 100011111 1011000 10100

Color Harmonies of #4D0661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0661

Black with #4D0661

Text Example


Text Example

White with #4D0661

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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