Html Css Color HEX #4D019B Indigo

📋 copy color: '#4D019B'

red 77 ◦ green 1 ◦ blue 155

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

Shades of Indigo #4D019B

Tints of Indigo #4D019B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 66.52%

R = 33.05%
G = 0.43%
B = 66.52%

CMYK

 C value IS 0.50

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4D019B (or 0x4D019B) is known color: Indigo. HEX triplet: 4D, 01 and 9B. RGB value is (77,1,155). Sum of RGB (Red+Green+Blue) = 77+1+155=233 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.05% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 155 (60.94% from 255 or 66.52% from 233); Max value from RGB is 155 - color contains mainly: blue. Hex color #4D019B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D019B is #B2FE64. Grayscale: #282828. Windows color (decimal): -11730533 or 10158413. OLE color: 10158413.

HSL color Cylindrical-coordinate representation of color #4D019B: hue angle of 269.61º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D019B is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 77 1 155 -
CMYK 0.50 0.99 0 0.39
HSL 269.61º 0.99% 0.31% -
HSV(B) 269.61º 0.99% 0.61% -
XYZ 8.99 3.97 31.3 -
YUV 41.28 192.18 153.48 -
System Red Green Blue C M Y K H S L
Decimal 77 1 155 0.50 0.99 0 0.39 269.61 0.99 0.31
Hex 4D 1 9B 32 63 0 27 10E 63 1F
Octal 115 1 233 62 143 0 47 416 143 37
Binary 1001101 1 10011011 110010 1100011 0 100111 100001110 1100011 11111

Color Harmonies of #4D019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D019B

Black with #4D019B

Text Example


Text Example

White with #4D019B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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