Html Css Color HEX #4D0896 Indigo

📋 copy color: '#4D0896'

red 77 ◦ green 8 ◦ blue 150

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

Shades of Indigo #4D0896

Tints of Indigo #4D0896

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.4%

 BLUE value IS 150 (58.98% from 255) = 63.83%

R = 32.77%
G = 3.4%
B = 63.83%

CMYK

 C value IS 0.49

 M value IS 0.95

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#4D0896 (or 0x4D0896) is known color: Indigo. HEX triplet: 4D, 08 and 96. RGB value is (77,8,150). Sum of RGB (Red+Green+Blue) = 77+8+150=235 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.77% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 150 (58.98% from 255 or 63.83% from 235); Max value from RGB is 150 - color contains mainly: blue. Hex color #4D0896 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0896 is #B2F769. Grayscale: #2C2C2C. Windows color (decimal): -11728746 or 9832525. OLE color: 9832525.

HSL color Cylindrical-coordinate representation of color #4D0896: hue angle of 269.15º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D0896 is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 77 8 150 -
CMYK 0.49 0.95 0 0.41
HSL 269.15º 0.9% 0.31% -
HSV(B) 269.15º 0.95% 0.59% -
XYZ 8.65 3.95 29.16 -
YUV 44.82 187.36 150.95 -
System Red Green Blue C M Y K H S L
Decimal 77 8 150 0.49 0.95 0 0.41 269.15 0.9 0.31
Hex 4D 8 96 31 5F 0 29 10D 5A 1F
Octal 115 10 226 61 137 0 51 415 132 37
Binary 1001101 1000 10010110 110001 1011111 0 101001 100001101 1011010 11111

Color Harmonies of #4D0896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0896

Black with #4D0896

Text Example


Text Example

White with #4D0896

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,8,150); }

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

background-color css

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

 a { background-color: rgb(77,8,150); }

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

border-color css

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

 span { border-color: rgb(77,8,150); }

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