Html Css Color HEX #4D137B Indigo

📋 copy color: '#4D137B'

red 77 ◦ green 19 ◦ blue 123

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

Shades of Indigo #4D137B

Tints of Indigo #4D137B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.68%

 BLUE value IS 123 (48.44% from 255) = 56.16%

R = 35.16%
G = 8.68%
B = 56.16%

CMYK

 C value IS 0.37

 M value IS 0.85

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4D137B (or 0x4D137B) is known color: Indigo. HEX triplet: 4D, 13 and 7B. RGB value is (77,19,123). Sum of RGB (Red+Green+Blue) = 77+19+123=219 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35.16% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 123 (48.44% from 255 or 56.16% from 219); Max value from RGB is 123 - color contains mainly: blue. Hex color #4D137B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D137B is #B2EC84. Grayscale: #2F2F2F. Windows color (decimal): -11725957 or 8065869. OLE color: 8065869.

HSL color Cylindrical-coordinate representation of color #4D137B: hue angle of 273.46º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4D137B is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 77 19 123 -
CMYK 0.37 0.85 0 0.52
HSL 273.46º 0.73% 0.28% -
HSV(B) 273.46º 0.85% 0.48% -
XYZ 6.87 3.47 19.05 -
YUV 48.2 170.22 148.54 -
System Red Green Blue C M Y K H S L
Decimal 77 19 123 0.37 0.85 0 0.52 273.46 0.73 0.28
Hex 4D 13 7B 25 55 0 34 111 49 1C
Octal 115 23 173 45 125 0 64 421 111 34
Binary 1001101 10011 1111011 100101 1010101 0 110100 100010001 1001001 11100

Color Harmonies of #4D137B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D137B

Black with #4D137B

Text Example


Text Example

White with #4D137B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,19,123); }

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

background-color css

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

 a { background-color: rgb(77,19,123); }

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

border-color css

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

 span { border-color: rgb(77,19,123); }

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