Html Css Color HEX #4D026D Indigo

📋 copy color: '#4D026D'

red 77 ◦ green 2 ◦ blue 109

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

Shades of Indigo #4D026D

Tints of Indigo #4D026D

RGB

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

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

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

R = 40.96%
G = 1.06%
B = 57.98%

CMYK

 C value IS 0.29

 M value IS 0.98

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4D026D (or 0x4D026D) is known color: Indigo. HEX triplet: 4D, 02 and 6D. RGB value is (77,2,109). Sum of RGB (Red+Green+Blue) = 77+2+109=188 (24% of max value = 765). Red value is 77 (30.47% from 255 or 40.96% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 109 (42.97% from 255 or 57.98% from 188); Max value from RGB is 109 - color contains mainly: blue. Hex color #4D026D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D026D is #B2FD92. Grayscale: #242424. Windows color (decimal): -11730323 or 7144013. OLE color: 7144013.

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

Color convert

RGB 77 2 109 -
CMYK 0.29 0.98 0 0.57
HSL 282.06º 0.96% 0.22% -
HSV(B) 282.06º 0.98% 0.43% -
XYZ 5.84 2.73 14.69 -
YUV 36.62 168.85 156.8 -
System Red Green Blue C M Y K H S L
Decimal 77 2 109 0.29 0.98 0 0.57 282.06 0.96 0.22
Hex 4D 2 6D 1D 62 0 39 11A 60 16
Octal 115 2 155 35 142 0 71 432 140 26
Binary 1001101 10 1101101 11101 1100010 0 111001 100011010 1100000 10110

Color Harmonies of #4D026D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D026D

Black with #4D026D

Text Example


Text Example

White with #4D026D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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