Html Css Color HEX #4D0BAB Indigo

📋 copy color: '#4D0BAB'

red 77 ◦ green 11 ◦ blue 171

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

Shades of Indigo #4D0BAB

Tints of Indigo #4D0BAB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.25%

 BLUE value IS 171 (67.19% from 255) = 66.02%

R = 29.73%
G = 4.25%
B = 66.02%

CMYK

 C value IS 0.55

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4D0BAB (or 0x4D0BAB) is known color: Indigo. HEX triplet: 4D, 0B and AB. RGB value is (77,11,171). Sum of RGB (Red+Green+Blue) = 77+11+171=259 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.73% from 259); Green value is 11 (4.69% from 255 or 4.25% from 259); Blue value is 171 (67.19% from 255 or 66.02% from 259); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D0BAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0BAB is #B2F454. Grayscale: #303030. Windows color (decimal): -11727957 or 11209549. OLE color: 11209549.

HSL color Cylindrical-coordinate representation of color #4D0BAB: hue angle of 264.75º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D0BAB is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 77 11 171 -
CMYK 0.55 0.94 0 0.33
HSL 264.75º 0.88% 0.36% -
HSV(B) 264.75º 0.94% 0.67% -
XYZ 10.53 4.76 38.89 -
YUV 48.97 196.87 147.99 -
System Red Green Blue C M Y K H S L
Decimal 77 11 171 0.55 0.94 0 0.33 264.75 0.88 0.36
Hex 4D B AB 37 5E 0 21 109 58 24
Octal 115 13 253 67 136 0 41 411 130 44
Binary 1001101 1011 10101011 110111 1011110 0 100001 100001001 1011000 100100

Color Harmonies of #4D0BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0BAB

Black with #4D0BAB

Text Example


Text Example

White with #4D0BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,11,171); }

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

background-color css

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

 a { background-color: rgb(77,11,171); }

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

border-color css

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

 span { border-color: rgb(77,11,171); }

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