Html Css Color HEX #4D0BAA Indigo

📋 copy color: '#4D0BAA'

red 77 ◦ green 11 ◦ blue 170

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

Shades of Indigo #4D0BAA

Tints of Indigo #4D0BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 65.89%

R = 29.84%
G = 4.26%
B = 65.89%

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

#4D0BAA (or 0x4D0BAA) is known color: Indigo. HEX triplet: 4D, 0B and AA. RGB value is (77,11,170). Sum of RGB (Red+Green+Blue) = 77+11+170=258 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.84% from 258); Green value is 11 (4.69% from 255 or 4.26% from 258); Blue value is 170 (66.80% from 255 or 65.89% from 258); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D0BAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0BAA is #B2F455. Grayscale: #303030. Windows color (decimal): -11727958 or 11144013. OLE color: 11144013.

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

Color convert

RGB 77 11 170 -
CMYK 0.55 0.94 0 0.33
HSL 264.91º 0.88% 0.35% -
HSV(B) 264.91º 0.94% 0.67% -
XYZ 10.44 4.72 38.39 -
YUV 48.86 196.37 148.07 -
System Red Green Blue C M Y K H S L
Decimal 77 11 170 0.55 0.94 0 0.33 264.91 0.88 0.35
Hex 4D B AA 37 5E 0 21 109 58 23
Octal 115 13 252 67 136 0 41 411 130 43
Binary 1001101 1011 10101010 110111 1011110 0 100001 100001001 1011000 100011

Color Harmonies of #4D0BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0BAA

Black with #4D0BAA

Text Example


Text Example

White with #4D0BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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