Html Css Color HEX #4D09A0 Indigo

📋 copy color: '#4D09A0'

red 77 ◦ green 9 ◦ blue 160

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

Shades of Indigo #4D09A0

Tints of Indigo #4D09A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 65.04%

R = 31.3%
G = 3.66%
B = 65.04%

CMYK

 C value IS 0.52

 M value IS 0.94

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#4D09A0 (or 0x4D09A0) is known color: Indigo. HEX triplet: 4D, 09 and A0. RGB value is (77,9,160). Sum of RGB (Red+Green+Blue) = 77+9+160=246 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.30% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 160 (62.89% from 255 or 65.04% from 246); Max value from RGB is 160 - color contains mainly: blue. Hex color #4D09A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D09A0 is #B2F65F. Grayscale: #2E2E2E. Windows color (decimal): -11728480 or 10488141. OLE color: 10488141.

HSL color Cylindrical-coordinate representation of color #4D09A0: hue angle of 267.02º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D09A0 is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 77 9 160 -
CMYK 0.52 0.94 0 0.37
HSL 267.02º 0.89% 0.33% -
HSV(B) 267.02º 0.94% 0.63% -
XYZ 9.5 4.31 33.59 -
YUV 46.55 192.03 149.72 -
System Red Green Blue C M Y K H S L
Decimal 77 9 160 0.52 0.94 0 0.37 267.02 0.89 0.33
Hex 4D 9 A0 34 5E 0 25 10B 59 21
Octal 115 11 240 64 136 0 45 413 131 41
Binary 1001101 1001 10100000 110100 1011110 0 100101 100001011 1011001 100001

Color Harmonies of #4D09A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D09A0

Black with #4D09A0

Text Example


Text Example

White with #4D09A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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