Html Css Color HEX #4D1085 Indigo

📋 copy color: '#4D1085'

red 77 ◦ green 16 ◦ blue 133

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

Shades of Indigo #4D1085

Tints of Indigo #4D1085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 58.85%

R = 34.07%
G = 7.08%
B = 58.85%

CMYK

 C value IS 0.42

 M value IS 0.88

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4D1085 (or 0x4D1085) is known color: Indigo. HEX triplet: 4D, 10 and 85. RGB value is (77,16,133). Sum of RGB (Red+Green+Blue) = 77+16+133=226 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.07% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 133 (52.34% from 255 or 58.85% from 226); Max value from RGB is 133 - color contains mainly: blue. Hex color #4D1085 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D1085 is #B2EF7A. Grayscale: #2F2F2F. Windows color (decimal): -11726715 or 8720461. OLE color: 8720461.

HSL color Cylindrical-coordinate representation of color #4D1085: hue angle of 271.28º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D1085 is Cyan = 0.42, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 77 16 133 -
CMYK 0.42 0.88 0 0.48
HSL 271.28º 0.79% 0.29% -
HSV(B) 271.28º 0.88% 0.52% -
XYZ 7.48 3.64 22.5 -
YUV 47.58 176.21 148.99 -
System Red Green Blue C M Y K H S L
Decimal 77 16 133 0.42 0.88 0 0.48 271.28 0.79 0.29
Hex 4D 10 85 2A 58 0 30 10F 4F 1D
Octal 115 20 205 52 130 0 60 417 117 35
Binary 1001101 10000 10000101 101010 1011000 0 110000 100001111 1001111 11101

Color Harmonies of #4D1085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1085

Black with #4D1085

Text Example


Text Example

White with #4D1085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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