Html Css Color HEX #4D0094 Indigo

📋 copy color: '#4D0094'

red 77 ◦ green 0 ◦ blue 148

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

Shades of Indigo #4D0094

Tints of Indigo #4D0094

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 34.22%
G = 0%
B = 65.78%

CMYK

 C value IS 0.48

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4D0094 (or 0x4D0094) is known color: Indigo. HEX triplet: 4D, 00 and 94. RGB value is (77,0,148). Sum of RGB (Red+Green+Blue) = 77+0+148=225 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.22% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 148 (58.20% from 255 or 65.78% from 225); Max value from RGB is 148 - color contains mainly: blue. Hex color #4D0094 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0094 is #B2FF6B. Grayscale: #272727. Windows color (decimal): -11730796 or 9699405. OLE color: 9699405.

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

Color convert

RGB 77 0 148 -
CMYK 0.48 1 0 0.42
HSL 271.22º 1% 0.29% -
HSV(B) 271.22º 1% 0.58% -
XYZ 8.41 3.72 28.29 -
YUV 39.9 189.01 154.47 -
System Red Green Blue C M Y K H S L
Decimal 77 0 148 0.48 1 0 0.42 271.22 1 0.29
Hex 4D 0 94 30 64 0 2A 10F 64 1D
Octal 115 0 224 60 144 0 52 417 144 35
Binary 1001101 0 10010100 110000 1100100 0 101010 100001111 1100100 11101

Color Harmonies of #4D0094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0094

Black with #4D0094

Text Example


Text Example

White with #4D0094

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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