Html Css Color HEX #4D1A8E Indigo

📋 copy color: '#4D1A8E'

red 77 ◦ green 26 ◦ blue 142

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

Shades of Indigo #4D1A8E

Tints of Indigo #4D1A8E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.61%

 BLUE value IS 142 (55.86% from 255) = 57.96%

R = 31.43%
G = 10.61%
B = 57.96%

CMYK

 C value IS 0.46

 M value IS 0.82

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4D1A8E (or 0x4D1A8E) is known color: Indigo. HEX triplet: 4D, 1A and 8E. RGB value is (77,26,142). Sum of RGB (Red+Green+Blue) = 77+26+142=245 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.43% from 245); Green value is 26 (10.55% from 255 or 10.61% from 245); Blue value is 142 (55.86% from 255 or 57.96% from 245); Max value from RGB is 142 - color contains mainly: blue. Hex color #4D1A8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D1A8E is #B2E571. Grayscale: #363636. Windows color (decimal): -11724146 or 9312845. OLE color: 9312845.

HSL color Cylindrical-coordinate representation of color #4D1A8E: hue angle of 266.38º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D1A8E is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 77 26 142 -
CMYK 0.46 0.82 0 0.44
HSL 266.38º 0.69% 0.33% -
HSV(B) 266.38º 0.82% 0.56% -
XYZ 8.31 4.27 25.98 -
YUV 54.47 177.4 144.07 -
System Red Green Blue C M Y K H S L
Decimal 77 26 142 0.46 0.82 0 0.44 266.38 0.69 0.33
Hex 4D 1A 8E 2E 52 0 2C 10A 45 21
Octal 115 32 216 56 122 0 54 412 105 41
Binary 1001101 11010 10001110 101110 1010010 0 101100 100001010 1000101 100001

Color Harmonies of #4D1A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1A8E

Black with #4D1A8E

Text Example


Text Example

White with #4D1A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,26,142); }

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

background-color css

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

 a { background-color: rgb(77,26,142); }

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

border-color css

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

 span { border-color: rgb(77,26,142); }

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