Html Css Color HEX #4D098C Indigo

📋 copy color: '#4D098C'

red 77 ◦ green 9 ◦ blue 140

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

Shades of Indigo #4D098C

Tints of Indigo #4D098C

RGB

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

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

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

R = 34.07%
G = 3.98%
B = 61.95%

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

#4D098C (or 0x4D098C) is known color: Indigo. HEX triplet: 4D, 09 and 8C. RGB value is (77,9,140). Sum of RGB (Red+Green+Blue) = 77+9+140=226 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.07% from 226); Green value is 9 (3.91% from 255 or 3.98% from 226); Blue value is 140 (55.08% from 255 or 61.95% from 226); Max value from RGB is 140 - color contains mainly: blue. Hex color #4D098C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D098C is #B2F673. Grayscale: #2B2B2B. Windows color (decimal): -11728500 or 9177421. OLE color: 9177421.

HSL color Cylindrical-coordinate representation of color #4D098C: hue angle of 271.15º degrees, saturation: 0.88, 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 #4D098C is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 77 9 140 -
CMYK 0.45 0.94 0 0.45
HSL 271.15º 0.88% 0.29% -
HSV(B) 271.15º 0.94% 0.55% -
XYZ 7.89 3.67 25.1 -
YUV 44.27 182.03 151.35 -
System Red Green Blue C M Y K H S L
Decimal 77 9 140 0.45 0.94 0 0.45 271.15 0.88 0.29
Hex 4D 9 8C 2D 5E 0 2D 10F 58 1D
Octal 115 11 214 55 136 0 55 417 130 35
Binary 1001101 1001 10001100 101101 1011110 0 101101 100001111 1011000 11101

Color Harmonies of #4D098C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D098C

Black with #4D098C

Text Example


Text Example

White with #4D098C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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