Html Css Color HEX #4D0461 Indigo

📋 copy color: '#4D0461'

red 77 ◦ green 4 ◦ blue 97

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

Shades of Indigo #4D0461

Tints of Indigo #4D0461

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.25%

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

R = 43.26%
G = 2.25%
B = 54.49%

CMYK

 C value IS 0.21

 M value IS 0.96

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4D0461 (or 0x4D0461) is known color: Indigo. HEX triplet: 4D, 04 and 61. RGB value is (77,4,97). Sum of RGB (Red+Green+Blue) = 77+4+97=178 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.26% from 178); Green value is 4 (1.95% from 255 or 2.25% from 178); Blue value is 97 (38.28% from 255 or 54.49% from 178); Max value from RGB is 97 - color contains mainly: blue. Hex color #4D0461 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0461 is #B2FB9E. Grayscale: #242424. Windows color (decimal): -11729823 or 6358093. OLE color: 6358093.

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

Color convert

RGB 77 4 97 -
CMYK 0.21 0.96 0 0.62
HSL 287.1º 0.92% 0.2% -
HSV(B) 287.1º 0.96% 0.38% -
XYZ 5.26 2.53 11.52 -
YUV 36.43 162.18 156.94 -
System Red Green Blue C M Y K H S L
Decimal 77 4 97 0.21 0.96 0 0.62 287.1 0.92 0.2
Hex 4D 4 61 15 60 0 3E 11F 5C 14
Octal 115 4 141 25 140 0 76 437 134 24
Binary 1001101 100 1100001 10101 1100000 0 111110 100011111 1011100 10100

Color Harmonies of #4D0461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0461

Black with #4D0461

Text Example


Text Example

White with #4D0461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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