Html Css Color HEX #4D1284 Indigo

📋 copy color: '#4D1284'

red 77 ◦ green 18 ◦ blue 132

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

Shades of Indigo #4D1284

Tints of Indigo #4D1284

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.93%

 BLUE value IS 132 (51.95% from 255) = 58.15%

R = 33.92%
G = 7.93%
B = 58.15%

CMYK

 C value IS 0.42

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4D1284 (or 0x4D1284) is known color: Indigo. HEX triplet: 4D, 12 and 84. RGB value is (77,18,132). Sum of RGB (Red+Green+Blue) = 77+18+132=227 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.92% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 132 (51.95% from 255 or 58.15% from 227); Max value from RGB is 132 - color contains mainly: blue. Hex color #4D1284 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D1284 is #B2ED7B. Grayscale: #303030. Windows color (decimal): -11726204 or 8655437. OLE color: 8655437.

HSL color Cylindrical-coordinate representation of color #4D1284: hue angle of 271.05º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D1284 is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 77 18 132 -
CMYK 0.42 0.86 0 0.48
HSL 271.05º 0.76% 0.29% -
HSV(B) 271.05º 0.86% 0.52% -
XYZ 7.44 3.68 22.15 -
YUV 48.64 175.05 148.23 -
System Red Green Blue C M Y K H S L
Decimal 77 18 132 0.42 0.86 0 0.48 271.05 0.76 0.29
Hex 4D 12 84 2A 56 0 30 10F 4C 1D
Octal 115 22 204 52 126 0 60 417 114 35
Binary 1001101 10010 10000100 101010 1010110 0 110000 100001111 1001100 11101

Color Harmonies of #4D1284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1284

Black with #4D1284

Text Example


Text Example

White with #4D1284

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,18,132); }

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

background-color css

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

 a { background-color: rgb(77,18,132); }

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

border-color css

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

 span { border-color: rgb(77,18,132); }

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