Html Css Color HEX #4D0294 Indigo

📋 copy color: '#4D0294'

red 77 ◦ green 2 ◦ blue 148

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

Shades of Indigo #4D0294

Tints of Indigo #4D0294

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.88%

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

R = 33.92%
G = 0.88%
B = 65.2%

CMYK

 C value IS 0.48

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4D0294 (or 0x4D0294) is known color: Indigo. HEX triplet: 4D, 02 and 94. RGB value is (77,2,148). Sum of RGB (Red+Green+Blue) = 77+2+148=227 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.92% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 148 (58.20% from 255 or 65.20% from 227); Max value from RGB is 148 - color contains mainly: blue. Hex color #4D0294 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0294 is #B2FD6B. Grayscale: #282828. Windows color (decimal): -11730284 or 9699917. OLE color: 9699917.

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

Color convert

RGB 77 2 148 -
CMYK 0.48 0.99 0 0.42
HSL 270.82º 0.97% 0.29% -
HSV(B) 270.82º 0.99% 0.58% -
XYZ 8.43 3.76 28.3 -
YUV 41.07 188.35 153.63 -
System Red Green Blue C M Y K H S L
Decimal 77 2 148 0.48 0.99 0 0.42 270.82 0.97 0.29
Hex 4D 2 94 30 63 0 2A 10F 61 1D
Octal 115 2 224 60 143 0 52 417 141 35
Binary 1001101 10 10010100 110000 1100011 0 101010 100001111 1100001 11101

Color Harmonies of #4D0294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0294

Black with #4D0294

Text Example


Text Example

White with #4D0294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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