Html Css Color HEX #4D168E Indigo

📋 copy color: '#4D168E'

red 77 ◦ green 22 ◦ blue 142

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

Shades of Indigo #4D168E

Tints of Indigo #4D168E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.13%

 BLUE value IS 142 (55.86% from 255) = 58.92%

R = 31.95%
G = 9.13%
B = 58.92%

CMYK

 C value IS 0.46

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4D168E (or 0x4D168E) is known color: Indigo. HEX triplet: 4D, 16 and 8E. RGB value is (77,22,142). Sum of RGB (Red+Green+Blue) = 77+22+142=241 (31% of max value = 765). Red value is 77 (30.47% from 255 or 31.95% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 142 (55.86% from 255 or 58.92% from 241); Max value from RGB is 142 - color contains mainly: blue. Hex color #4D168E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D168E is #B2E971. Grayscale: #333333. Windows color (decimal): -11725170 or 9311821. OLE color: 9311821.

HSL color Cylindrical-coordinate representation of color #4D168E: hue angle of 267.5º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4D168E is Cyan = 0.46, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 77 22 142 -
CMYK 0.46 0.85 0 0.44
HSL 267.5º 0.73% 0.32% -
HSV(B) 267.5º 0.85% 0.56% -
XYZ 8.23 4.1 25.95 -
YUV 52.13 178.72 145.74 -
System Red Green Blue C M Y K H S L
Decimal 77 22 142 0.46 0.85 0 0.44 267.5 0.73 0.32
Hex 4D 16 8E 2E 55 0 2C 10C 49 20
Octal 115 26 216 56 125 0 54 414 111 40
Binary 1001101 10110 10001110 101110 1010101 0 101100 100001100 1001001 100000

Color Harmonies of #4D168E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D168E

Black with #4D168E

Text Example


Text Example

White with #4D168E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,22,142); }

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

background-color css

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

 a { background-color: rgb(77,22,142); }

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

border-color css

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

 span { border-color: rgb(77,22,142); }

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