Html Css Color HEX #4D006D Indigo

📋 copy color: '#4D006D'

red 77 ◦ green 0 ◦ blue 109

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

Shades of Indigo #4D006D

Tints of Indigo #4D006D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 58.6%

R = 41.4%
G = 0%
B = 58.6%

CMYK

 C value IS 0.29

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4D006D (or 0x4D006D) is known color: Indigo. HEX triplet: 4D, 00 and 6D. RGB value is (77,0,109). Sum of RGB (Red+Green+Blue) = 77+0+109=186 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.40% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 109 (42.97% from 255 or 58.60% from 186); Max value from RGB is 109 - color contains mainly: blue. Hex color #4D006D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D006D is #B2FF92. Grayscale: #232323. Windows color (decimal): -11730835 or 7143501. OLE color: 7143501.

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

Color convert

RGB 77 0 109 -
CMYK 0.29 1 0 0.57
HSL 282.39º 1% 0.21% -
HSV(B) 282.39º 1% 0.43% -
XYZ 5.82 2.68 14.68 -
YUV 35.45 169.51 157.64 -
System Red Green Blue C M Y K H S L
Decimal 77 0 109 0.29 1 0 0.57 282.39 1 0.21
Hex 4D 0 6D 1D 64 0 39 11A 64 15
Octal 115 0 155 35 144 0 71 432 144 25
Binary 1001101 0 1101101 11101 1100100 0 111001 100011010 1100100 10101

Color Harmonies of #4D006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D006D

Black with #4D006D

Text Example


Text Example

White with #4D006D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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