Html Css Color HEX #4D018B Indigo

📋 copy color: '#4D018B'

red 77 ◦ green 1 ◦ blue 139

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

Shades of Indigo #4D018B

Tints of Indigo #4D018B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 64.06%

R = 35.48%
G = 0.46%
B = 64.06%

CMYK

 C value IS 0.45

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4D018B (or 0x4D018B) is known color: Indigo. HEX triplet: 4D, 01 and 8B. RGB value is (77,1,139). Sum of RGB (Red+Green+Blue) = 77+1+139=217 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.48% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 139 (54.69% from 255 or 64.06% from 217); Max value from RGB is 139 - color contains mainly: blue. Hex color #4D018B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D018B is #B2FE74. Grayscale: #262626. Windows color (decimal): -11730549 or 9109837. OLE color: 9109837.

HSL color Cylindrical-coordinate representation of color #4D018B: hue angle of 273.04º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D018B is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 77 1 139 -
CMYK 0.45 0.99 0 0.45
HSL 273.04º 0.99% 0.27% -
HSV(B) 273.04º 0.99% 0.55% -
XYZ 7.73 3.46 24.69 -
YUV 39.46 184.18 154.78 -
System Red Green Blue C M Y K H S L
Decimal 77 1 139 0.45 0.99 0 0.45 273.04 0.99 0.27
Hex 4D 1 8B 2D 63 0 2D 111 63 1B
Octal 115 1 213 55 143 0 55 421 143 33
Binary 1001101 1 10001011 101101 1100011 0 101101 100010001 1100011 11011

Color Harmonies of #4D018B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D018B

Black with #4D018B

Text Example


Text Example

White with #4D018B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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