Html Css Color HEX #4D0469 Indigo

📋 copy color: '#4D0469'

red 77 ◦ green 4 ◦ blue 105

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

Shades of Indigo #4D0469

Tints of Indigo #4D0469

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.15%

 BLUE value IS 105 (41.41% from 255) = 56.45%

R = 41.4%
G = 2.15%
B = 56.45%

CMYK

 C value IS 0.27

 M value IS 0.96

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4D0469 (or 0x4D0469) is known color: Indigo. HEX triplet: 4D, 04 and 69. RGB value is (77,4,105). Sum of RGB (Red+Green+Blue) = 77+4+105=186 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.40% from 186); Green value is 4 (1.95% from 255 or 2.15% from 186); Blue value is 105 (41.41% from 255 or 56.45% from 186); Max value from RGB is 105 - color contains mainly: blue. Hex color #4D0469 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0469 is #B2FB96. Grayscale: #252525. Windows color (decimal): -11729815 or 6882381. OLE color: 6882381.

HSL color Cylindrical-coordinate representation of color #4D0469: hue angle of 283.37º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D0469 is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 77 4 105 -
CMYK 0.27 0.96 0 0.59
HSL 283.37º 0.93% 0.21% -
HSV(B) 283.37º 0.96% 0.41% -
XYZ 5.65 2.68 13.58 -
YUV 37.34 166.18 156.29 -
System Red Green Blue C M Y K H S L
Decimal 77 4 105 0.27 0.96 0 0.59 283.37 0.93 0.21
Hex 4D 4 69 1B 60 0 3B 11B 5D 15
Octal 115 4 151 33 140 0 73 433 135 25
Binary 1001101 100 1101001 11011 1100000 0 111011 100011011 1011101 10101

Color Harmonies of #4D0469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0469

Black with #4D0469

Text Example


Text Example

White with #4D0469

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,4,105); }

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

background-color css

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

 a { background-color: rgb(77,4,105); }

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

border-color css

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

 span { border-color: rgb(77,4,105); }

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