Html Css Color HEX #4D0390 Indigo

📋 copy color: '#4D0390'

red 77 ◦ green 3 ◦ blue 144

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

Shades of Indigo #4D0390

Tints of Indigo #4D0390

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.34%

 BLUE value IS 144 (56.64% from 255) = 64.29%

R = 34.38%
G = 1.34%
B = 64.29%

CMYK

 C value IS 0.47

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4D0390 (or 0x4D0390) is known color: Indigo. HEX triplet: 4D, 03 and 90. RGB value is (77,3,144). Sum of RGB (Red+Green+Blue) = 77+3+144=224 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.38% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 144 (56.64% from 255 or 64.29% from 224); Max value from RGB is 144 - color contains mainly: blue. Hex color #4D0390 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0390 is #B2FC6F. Grayscale: #282828. Windows color (decimal): -11730032 or 9438029. OLE color: 9438029.

HSL color Cylindrical-coordinate representation of color #4D0390: hue angle of 271.49º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4D0390 is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 77 3 144 -
CMYK 0.47 0.98 0 0.44
HSL 271.49º 0.96% 0.29% -
HSV(B) 271.49º 0.98% 0.56% -
XYZ 8.13 3.66 26.66 -
YUV 41.2 186.02 153.54 -
System Red Green Blue C M Y K H S L
Decimal 77 3 144 0.47 0.98 0 0.44 271.49 0.96 0.29
Hex 4D 3 90 2F 62 0 2C 10F 60 1D
Octal 115 3 220 57 142 0 54 417 140 35
Binary 1001101 11 10010000 101111 1100010 0 101100 100001111 1100000 11101

Color Harmonies of #4D0390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0390

Black with #4D0390

Text Example


Text Example

White with #4D0390

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,3,144); }

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

background-color css

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

 a { background-color: rgb(77,3,144); }

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

border-color css

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

 span { border-color: rgb(77,3,144); }

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