Html Css Color HEX #4D098B Indigo

📋 copy color: '#4D098B'

red 77 ◦ green 9 ◦ blue 139

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

Shades of Indigo #4D098B

Tints of Indigo #4D098B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 61.78%

R = 34.22%
G = 4%
B = 61.78%

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

#4D098B (or 0x4D098B) is known color: Indigo. HEX triplet: 4D, 09 and 8B. RGB value is (77,9,139). Sum of RGB (Red+Green+Blue) = 77+9+139=225 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.22% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 139 (54.69% from 255 or 61.78% from 225); Max value from RGB is 139 - color contains mainly: blue. Hex color #4D098B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D098B is #B2F674. Grayscale: #2B2B2B. Windows color (decimal): -11728501 or 9111885. OLE color: 9111885.

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

Color convert

RGB 77 9 139 -
CMYK 0.45 0.94 0 0.45
HSL 271.38º 0.88% 0.29% -
HSV(B) 271.38º 0.94% 0.55% -
XYZ 7.82 3.64 24.72 -
YUV 44.15 181.53 151.43 -
System Red Green Blue C M Y K H S L
Decimal 77 9 139 0.45 0.94 0 0.45 271.38 0.88 0.29
Hex 4D 9 8B 2D 5E 0 2D 10F 58 1D
Octal 115 11 213 55 136 0 55 417 130 35
Binary 1001101 1001 10001011 101101 1011110 0 101101 100001111 1011000 11101

Color Harmonies of #4D098B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D098B

Black with #4D098B

Text Example


Text Example

White with #4D098B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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