Html Css Color HEX #4D0D94 Indigo

📋 copy color: '#4D0D94'

red 77 ◦ green 13 ◦ blue 148

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

Shades of Indigo #4D0D94

Tints of Indigo #4D0D94

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.46%

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

R = 32.35%
G = 5.46%
B = 62.18%

CMYK

 C value IS 0.48

 M value IS 0.91

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4D0D94 (or 0x4D0D94) is known color: Indigo. HEX triplet: 4D, 0D and 94. RGB value is (77,13,148). Sum of RGB (Red+Green+Blue) = 77+13+148=238 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.35% from 238); Green value is 13 (5.47% from 255 or 5.46% from 238); Blue value is 148 (58.20% from 255 or 62.18% from 238); Max value from RGB is 148 - color contains mainly: blue. Hex color #4D0D94 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0D94 is #B2F26B. Grayscale: #2F2F2F. Windows color (decimal): -11727468 or 9702733. OLE color: 9702733.

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

Color convert

RGB 77 13 148 -
CMYK 0.48 0.91 0 0.42
HSL 268.44º 0.84% 0.32% -
HSV(B) 268.44º 0.91% 0.58% -
XYZ 8.55 4 28.34 -
YUV 47.53 184.7 149.02 -
System Red Green Blue C M Y K H S L
Decimal 77 13 148 0.48 0.91 0 0.42 268.44 0.84 0.32
Hex 4D D 94 30 5B 0 2A 10C 54 20
Octal 115 15 224 60 133 0 52 414 124 40
Binary 1001101 1101 10010100 110000 1011011 0 101010 100001100 1010100 100000

Color Harmonies of #4D0D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0D94

Black with #4D0D94

Text Example


Text Example

White with #4D0D94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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