Html Css Color HEX #4D096C Indigo

📋 copy color: '#4D096C'

red 77 ◦ green 9 ◦ blue 108

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

Shades of Indigo #4D096C

Tints of Indigo #4D096C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.64%

 BLUE value IS 108 (42.58% from 255) = 55.67%

R = 39.69%
G = 4.64%
B = 55.67%

CMYK

 C value IS 0.29

 M value IS 0.92

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4D096C (or 0x4D096C) is known color: Indigo. HEX triplet: 4D, 09 and 6C. RGB value is (77,9,108). Sum of RGB (Red+Green+Blue) = 77+9+108=194 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.69% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 108 (42.58% from 255 or 55.67% from 194); Max value from RGB is 108 - color contains mainly: blue. Hex color #4D096C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D096C is #B2F693. Grayscale: #282828. Windows color (decimal): -11728532 or 7080269. OLE color: 7080269.

HSL color Cylindrical-coordinate representation of color #4D096C: hue angle of 281.21º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4D096C is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 77 9 108 -
CMYK 0.29 0.92 0 0.58
HSL 281.21º 0.85% 0.23% -
HSV(B) 281.21º 0.92% 0.42% -
XYZ 5.87 2.86 14.43 -
YUV 40.62 166.03 153.95 -
System Red Green Blue C M Y K H S L
Decimal 77 9 108 0.29 0.92 0 0.58 281.21 0.85 0.23
Hex 4D 9 6C 1D 5C 0 3A 119 55 17
Octal 115 11 154 35 134 0 72 431 125 27
Binary 1001101 1001 1101100 11101 1011100 0 111010 100011001 1010101 10111

Color Harmonies of #4D096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D096C

Black with #4D096C

Text Example


Text Example

White with #4D096C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,9,108); }

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

background-color css

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

 a { background-color: rgb(77,9,108); }

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

border-color css

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

 span { border-color: rgb(77,9,108); }

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