Html Css Color HEX #4D088C Indigo

📋 copy color: '#4D088C'

red 77 ◦ green 8 ◦ blue 140

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

Shades of Indigo #4D088C

Tints of Indigo #4D088C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 62.22%

R = 34.22%
G = 3.56%
B = 62.22%

CMYK

 C value IS 0.45

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4D088C (or 0x4D088C) is known color: Indigo. HEX triplet: 4D, 08 and 8C. RGB value is (77,8,140). Sum of RGB (Red+Green+Blue) = 77+8+140=225 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.22% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 140 (55.08% from 255 or 62.22% from 225); Max value from RGB is 140 - color contains mainly: blue. Hex color #4D088C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D088C is #B2F773. Grayscale: #2B2B2B. Windows color (decimal): -11728756 or 9177165. OLE color: 9177165.

HSL color Cylindrical-coordinate representation of color #4D088C: hue angle of 271.36º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D088C is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 77 8 140 -
CMYK 0.45 0.94 0 0.45
HSL 271.36º 0.89% 0.29% -
HSV(B) 271.36º 0.94% 0.55% -
XYZ 7.88 3.64 25.1 -
YUV 43.68 182.36 151.77 -
System Red Green Blue C M Y K H S L
Decimal 77 8 140 0.45 0.94 0 0.45 271.36 0.89 0.29
Hex 4D 8 8C 2D 5E 0 2D 10F 59 1D
Octal 115 10 214 55 136 0 55 417 131 35
Binary 1001101 1000 10001100 101101 1011110 0 101101 100001111 1011001 11101

Color Harmonies of #4D088C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D088C

Black with #4D088C

Text Example


Text Example

White with #4D088C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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