Html Css Color HEX #4D1294 Indigo

📋 copy color: '#4D1294'

red 77 ◦ green 18 ◦ blue 148

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

Shades of Indigo #4D1294

Tints of Indigo #4D1294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 60.91%

R = 31.69%
G = 7.41%
B = 60.91%

CMYK

 C value IS 0.48

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4D1294 (or 0x4D1294) is known color: Indigo. HEX triplet: 4D, 12 and 94. RGB value is (77,18,148). Sum of RGB (Red+Green+Blue) = 77+18+148=243 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.69% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 148 (58.20% from 255 or 60.91% from 243); Max value from RGB is 148 - color contains mainly: blue. Hex color #4D1294 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D1294 is #B2ED6B. Grayscale: #323232. Windows color (decimal): -11726188 or 9704013. OLE color: 9704013.

HSL color Cylindrical-coordinate representation of color #4D1294: hue angle of 267.23º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D1294 is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 77 18 148 -
CMYK 0.48 0.88 0 0.42
HSL 267.23º 0.78% 0.33% -
HSV(B) 267.23º 0.88% 0.58% -
XYZ 8.62 4.15 28.36 -
YUV 50.46 183.05 146.93 -
System Red Green Blue C M Y K H S L
Decimal 77 18 148 0.48 0.88 0 0.42 267.23 0.78 0.33
Hex 4D 12 94 30 58 0 2A 10B 4E 21
Octal 115 22 224 60 130 0 52 413 116 41
Binary 1001101 10010 10010100 110000 1011000 0 101010 100001011 1001110 100001

Color Harmonies of #4D1294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1294

Black with #4D1294

Text Example


Text Example

White with #4D1294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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