Html Css Color HEX #4D188C Indigo

📋 copy color: '#4D188C'

red 77 ◦ green 24 ◦ blue 140

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

Shades of Indigo #4D188C

Tints of Indigo #4D188C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.96%

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

R = 31.95%
G = 9.96%
B = 58.09%

CMYK

 C value IS 0.45

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4D188C (or 0x4D188C) is known color: Indigo. HEX triplet: 4D, 18 and 8C. RGB value is (77,24,140). Sum of RGB (Red+Green+Blue) = 77+24+140=241 (31% of max value = 765). Red value is 77 (30.47% from 255 or 31.95% from 241); Green value is 24 (9.77% from 255 or 9.96% from 241); Blue value is 140 (55.08% from 255 or 58.09% from 241); Max value from RGB is 140 - color contains mainly: blue. Hex color #4D188C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D188C is #B2E773. Grayscale: #343434. Windows color (decimal): -11724660 or 9181261. OLE color: 9181261.

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

Color convert

RGB 77 24 140 -
CMYK 0.45 0.83 0 0.45
HSL 267.41º 0.71% 0.32% -
HSV(B) 267.41º 0.83% 0.55% -
XYZ 8.12 4.12 25.18 -
YUV 53.07 177.06 145.07 -
System Red Green Blue C M Y K H S L
Decimal 77 24 140 0.45 0.83 0 0.45 267.41 0.71 0.32
Hex 4D 18 8C 2D 53 0 2D 10B 47 20
Octal 115 30 214 55 123 0 55 413 107 40
Binary 1001101 11000 10001100 101101 1010011 0 101101 100001011 1000111 100000

Color Harmonies of #4D188C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D188C

Black with #4D188C

Text Example


Text Example

White with #4D188C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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