Html Css Color HEX #4D016B Indigo

📋 copy color: '#4D016B'

red 77 ◦ green 1 ◦ blue 107

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

Shades of Indigo #4D016B

Tints of Indigo #4D016B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 57.84%

R = 41.62%
G = 0.54%
B = 57.84%

CMYK

 C value IS 0.28

 M value IS 0.99

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4D016B (or 0x4D016B) is known color: Indigo. HEX triplet: 4D, 01 and 6B. RGB value is (77,1,107). Sum of RGB (Red+Green+Blue) = 77+1+107=185 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.62% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 107 (42.19% from 255 or 57.84% from 185); Max value from RGB is 107 - color contains mainly: blue. Hex color #4D016B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D016B is #B2FE94. Grayscale: #232323. Windows color (decimal): -11730581 or 7012685. OLE color: 7012685.

HSL color Cylindrical-coordinate representation of color #4D016B: hue angle of 283.02º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D016B is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 77 1 107 -
CMYK 0.28 0.99 0 0.58
HSL 283.02º 0.98% 0.21% -
HSV(B) 283.02º 0.99% 0.42% -
XYZ 5.73 2.66 14.12 -
YUV 35.81 168.18 157.38 -
System Red Green Blue C M Y K H S L
Decimal 77 1 107 0.28 0.99 0 0.58 283.02 0.98 0.21
Hex 4D 1 6B 1C 63 0 3A 11B 62 15
Octal 115 1 153 34 143 0 72 433 142 25
Binary 1001101 1 1101011 11100 1100011 0 111010 100011011 1100010 10101

Color Harmonies of #4D016B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D016B

Black with #4D016B

Text Example


Text Example

White with #4D016B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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