Html Css Color HEX #4D015F Indigo

📋 copy color: '#4D015F'

red 77 ◦ green 1 ◦ blue 95

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

Shades of Indigo #4D015F

Tints of Indigo #4D015F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.58%

 BLUE value IS 95 (37.5% from 255) = 54.91%

R = 44.51%
G = 0.58%
B = 54.91%

CMYK

 C value IS 0.19

 M value IS 0.99

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4D015F (or 0x4D015F) is known color: Indigo. HEX triplet: 4D, 01 and 5F. RGB value is (77,1,95). Sum of RGB (Red+Green+Blue) = 77+1+95=173 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.51% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 95 (37.5% from 255 or 54.91% from 173); Max value from RGB is 95 - color contains mainly: blue. Hex color #4D015F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D015F is #B2FEA0. Grayscale: #222222. Windows color (decimal): -11730593 or 6226253. OLE color: 6226253.

HSL color Cylindrical-coordinate representation of color #4D015F: hue angle of 288.51º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D015F is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 77 1 95 -
CMYK 0.19 0.99 0 0.63
HSL 288.51º 0.98% 0.19% -
HSV(B) 288.51º 0.99% 0.37% -
XYZ 5.14 2.43 11.02 -
YUV 34.44 162.18 158.36 -
System Red Green Blue C M Y K H S L
Decimal 77 1 95 0.19 0.99 0 0.63 288.51 0.98 0.19
Hex 4D 1 5F 13 63 0 3F 121 62 13
Octal 115 1 137 23 143 0 77 441 142 23
Binary 1001101 1 1011111 10011 1100011 0 111111 100100001 1100010 10011

Color Harmonies of #4D015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D015F

Black with #4D015F

Text Example


Text Example

White with #4D015F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,1,95); }

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

background-color css

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

 a { background-color: rgb(77,1,95); }

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

border-color css

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

 span { border-color: rgb(77,1,95); }

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