Html Css Color HEX #4D0D89 Indigo

📋 copy color: '#4D0D89'

red 77 ◦ green 13 ◦ blue 137

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

Shades of Indigo #4D0D89

Tints of Indigo #4D0D89

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.73%

 BLUE value IS 137 (53.91% from 255) = 60.35%

R = 33.92%
G = 5.73%
B = 60.35%

CMYK

 C value IS 0.44

 M value IS 0.91

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#4D0D89 (or 0x4D0D89) is known color: Indigo. HEX triplet: 4D, 0D and 89. RGB value is (77,13,137). Sum of RGB (Red+Green+Blue) = 77+13+137=227 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.92% from 227); Green value is 13 (5.47% from 255 or 5.73% from 227); Blue value is 137 (53.91% from 255 or 60.35% from 227); Max value from RGB is 137 - color contains mainly: blue. Hex color #4D0D89 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0D89 is #B2F276. Grayscale: #2D2D2D. Windows color (decimal): -11727479 or 8981837. OLE color: 8981837.

HSL color Cylindrical-coordinate representation of color #4D0D89: hue angle of 270.97º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4D0D89 is Cyan = 0.44, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 77 13 137 -
CMYK 0.44 0.91 0 0.46
HSL 270.97º 0.83% 0.29% -
HSV(B) 270.97º 0.91% 0.54% -
XYZ 7.72 3.67 23.97 -
YUV 46.27 179.2 149.92 -
System Red Green Blue C M Y K H S L
Decimal 77 13 137 0.44 0.91 0 0.46 270.97 0.83 0.29
Hex 4D D 89 2C 5B 0 2E 10F 53 1D
Octal 115 15 211 54 133 0 56 417 123 35
Binary 1001101 1101 10001001 101100 1011011 0 101110 100001111 1010011 11101

Color Harmonies of #4D0D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0D89

Black with #4D0D89

Text Example


Text Example

White with #4D0D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,13,137); }

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

background-color css

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

 a { background-color: rgb(77,13,137); }

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

border-color css

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

 span { border-color: rgb(77,13,137); }

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