Html Css Color HEX #4D1069 Indigo

📋 copy color: '#4D1069'

red 77 ◦ green 16 ◦ blue 105

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

Shades of Indigo #4D1069

Tints of Indigo #4D1069

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.08%

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

R = 38.89%
G = 8.08%
B = 53.03%

CMYK

 C value IS 0.27

 M value IS 0.85

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4D1069 (or 0x4D1069) is known color: Indigo. HEX triplet: 4D, 10 and 69. RGB value is (77,16,105). Sum of RGB (Red+Green+Blue) = 77+16+105=198 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.89% from 198); Green value is 16 (6.64% from 255 or 8.08% from 198); Blue value is 105 (41.41% from 255 or 53.03% from 198); Max value from RGB is 105 - color contains mainly: blue. Hex color #4D1069 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1069 is #B2EF96. Grayscale: #2C2C2C. Windows color (decimal): -11726743 or 6885453. OLE color: 6885453.

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

Color convert

RGB 77 16 105 -
CMYK 0.27 0.85 0 0.59
HSL 281.12º 0.74% 0.24% -
HSV(B) 281.12º 0.85% 0.41% -
XYZ 5.8 2.97 13.63 -
YUV 44.39 162.21 151.26 -
System Red Green Blue C M Y K H S L
Decimal 77 16 105 0.27 0.85 0 0.59 281.12 0.74 0.24
Hex 4D 10 69 1B 55 0 3B 119 4A 18
Octal 115 20 151 33 125 0 73 431 112 30
Binary 1001101 10000 1101001 11011 1010101 0 111011 100011001 1001010 11000

Color Harmonies of #4D1069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1069

Black with #4D1069

Text Example


Text Example

White with #4D1069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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