Html Css Color HEX #4D015C Indigo

📋 copy color: '#4D015C'

red 77 ◦ green 1 ◦ blue 92

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

Shades of Indigo #4D015C

Tints of Indigo #4D015C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 54.12%

R = 45.29%
G = 0.59%
B = 54.12%

CMYK

 C value IS 0.16

 M value IS 0.99

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4D015C (or 0x4D015C) is known color: Indigo. HEX triplet: 4D, 01 and 5C. RGB value is (77,1,92). Sum of RGB (Red+Green+Blue) = 77+1+92=170 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.29% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 92 (36.33% from 255 or 54.12% from 170); Max value from RGB is 92 - color contains mainly: blue. Hex color #4D015C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D015C is #B2FEA3. Grayscale: #212121. Windows color (decimal): -11730596 or 6029645. OLE color: 6029645.

HSL color Cylindrical-coordinate representation of color #4D015C: hue angle of 290.11º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D015C is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 77 1 92 -
CMYK 0.16 0.99 0 0.64
HSL 290.11º 0.98% 0.18% -
HSV(B) 290.11º 0.99% 0.36% -
XYZ 5 2.37 10.32 -
YUV 34.1 160.68 158.6 -
System Red Green Blue C M Y K H S L
Decimal 77 1 92 0.16 0.99 0 0.64 290.11 0.98 0.18
Hex 4D 1 5C 10 63 0 40 122 62 12
Octal 115 1 134 20 143 0 100 442 142 22
Binary 1001101 1 1011100 10000 1100011 0 1000000 100100010 1100010 10010

Color Harmonies of #4D015C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D015C

Black with #4D015C

Text Example


Text Example

White with #4D015C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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