Html Css Color HEX #4D025D Indigo

📋 copy color: '#4D025D'

red 77 ◦ green 2 ◦ blue 93

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

Shades of Indigo #4D025D

Tints of Indigo #4D025D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 54.07%

R = 44.77%
G = 1.16%
B = 54.07%

CMYK

 C value IS 0.17

 M value IS 0.98

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4D025D (or 0x4D025D) is known color: Indigo. HEX triplet: 4D, 02 and 5D. RGB value is (77,2,93). Sum of RGB (Red+Green+Blue) = 77+2+93=172 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.77% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 93 (36.72% from 255 or 54.07% from 172); Max value from RGB is 93 - color contains mainly: blue. Hex color #4D025D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D025D is #B2FDA2. Grayscale: #222222. Windows color (decimal): -11730339 or 6095437. OLE color: 6095437.

HSL color Cylindrical-coordinate representation of color #4D025D: hue angle of 289.45º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4D025D is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 77 2 93 -
CMYK 0.17 0.98 0 0.64
HSL 289.45º 0.96% 0.19% -
HSV(B) 289.45º 0.98% 0.36% -
XYZ 5.06 2.41 10.55 -
YUV 34.8 160.85 158.1 -
System Red Green Blue C M Y K H S L
Decimal 77 2 93 0.17 0.98 0 0.64 289.45 0.96 0.19
Hex 4D 2 5D 11 62 0 40 121 60 13
Octal 115 2 135 21 142 0 100 441 140 23
Binary 1001101 10 1011101 10001 1100010 0 1000000 100100001 1100000 10011

Color Harmonies of #4D025D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D025D

Black with #4D025D

Text Example


Text Example

White with #4D025D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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