Html Css Color HEX #4D1095 Indigo

📋 copy color: '#4D1095'

red 77 ◦ green 16 ◦ blue 149

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

Shades of Indigo #4D1095

Tints of Indigo #4D1095

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.61%

 BLUE value IS 149 (58.59% from 255) = 61.57%

R = 31.82%
G = 6.61%
B = 61.57%

CMYK

 C value IS 0.48

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4D1095 (or 0x4D1095) is known color: Indigo. HEX triplet: 4D, 10 and 95. RGB value is (77,16,149). Sum of RGB (Red+Green+Blue) = 77+16+149=242 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.82% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 149 (58.59% from 255 or 61.57% from 242); Max value from RGB is 149 - color contains mainly: blue. Hex color #4D1095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D1095 is #B2EF6A. Grayscale: #303030. Windows color (decimal): -11726699 or 9769037. OLE color: 9769037.

HSL color Cylindrical-coordinate representation of color #4D1095: hue angle of 267.52º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4D1095 is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 77 16 149 -
CMYK 0.48 0.89 0 0.42
HSL 267.52º 0.81% 0.32% -
HSV(B) 267.52º 0.89% 0.58% -
XYZ 8.67 4.12 28.77 -
YUV 49.4 184.21 147.69 -
System Red Green Blue C M Y K H S L
Decimal 77 16 149 0.48 0.89 0 0.42 267.52 0.81 0.32
Hex 4D 10 95 30 59 0 2A 10C 51 20
Octal 115 20 225 60 131 0 52 414 121 40
Binary 1001101 10000 10010101 110000 1011001 0 101010 100001100 1010001 100000

Color Harmonies of #4D1095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1095

Black with #4D1095

Text Example


Text Example

White with #4D1095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,16,149); }

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

background-color css

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

 a { background-color: rgb(77,16,149); }

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

border-color css

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

 span { border-color: rgb(77,16,149); }

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