Html Css Color HEX #4D1675 Indigo

📋 copy color: '#4D1675'

red 77 ◦ green 22 ◦ blue 117

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

Shades of Indigo #4D1675

Tints of Indigo #4D1675

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.19%

 BLUE value IS 117 (46.09% from 255) = 54.17%

R = 35.65%
G = 10.19%
B = 54.17%

CMYK

 C value IS 0.34

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4D1675 (or 0x4D1675) is known color: Indigo. HEX triplet: 4D, 16 and 75. RGB value is (77,22,117). Sum of RGB (Red+Green+Blue) = 77+22+117=216 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.65% from 216); Green value is 22 (8.98% from 255 or 10.19% from 216); Blue value is 117 (46.09% from 255 or 54.17% from 216); Max value from RGB is 117 - color contains mainly: blue. Hex color #4D1675 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1675 is #B2E98A. Grayscale: #303030. Windows color (decimal): -11725195 or 7673421. OLE color: 7673421.

HSL color Cylindrical-coordinate representation of color #4D1675: hue angle of 274.74º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D1675 is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 77 22 117 -
CMYK 0.34 0.81 0 0.54
HSL 274.74º 0.68% 0.27% -
HSV(B) 274.74º 0.81% 0.46% -
XYZ 6.56 3.44 17.15 -
YUV 49.28 166.22 147.78 -
System Red Green Blue C M Y K H S L
Decimal 77 22 117 0.34 0.81 0 0.54 274.74 0.68 0.27
Hex 4D 16 75 22 51 0 36 113 44 1B
Octal 115 26 165 42 121 0 66 423 104 33
Binary 1001101 10110 1110101 100010 1010001 0 110110 100010011 1000100 11011

Color Harmonies of #4D1675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1675

Black with #4D1675

Text Example


Text Example

White with #4D1675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,22,117); }

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

background-color css

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

 a { background-color: rgb(77,22,117); }

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

border-color css

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

 span { border-color: rgb(77,22,117); }

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