Html Css Color HEX #4D1997 Indigo

📋 copy color: '#4D1997'

red 77 ◦ green 25 ◦ blue 151

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

Shades of Indigo #4D1997

Tints of Indigo #4D1997

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.88%

 BLUE value IS 151 (59.38% from 255) = 59.68%

R = 30.43%
G = 9.88%
B = 59.68%

CMYK

 C value IS 0.49

 M value IS 0.83

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#4D1997 (or 0x4D1997) is known color: Indigo. HEX triplet: 4D, 19 and 97. RGB value is (77,25,151). Sum of RGB (Red+Green+Blue) = 77+25+151=253 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.43% from 253); Green value is 25 (10.16% from 255 or 9.88% from 253); Blue value is 151 (59.38% from 255 or 59.68% from 253); Max value from RGB is 151 - color contains mainly: blue. Hex color #4D1997 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D1997 is #B2E668. Grayscale: #363636. Windows color (decimal): -11724393 or 9902413. OLE color: 9902413.

HSL color Cylindrical-coordinate representation of color #4D1997: hue angle of 264.76º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4D1997 is Cyan = 0.49, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 77 25 151 -
CMYK 0.49 0.83 0 0.41
HSL 264.76º 0.72% 0.35% -
HSV(B) 264.76º 0.83% 0.59% -
XYZ 8.99 4.51 29.67 -
YUV 54.91 182.23 143.75 -
System Red Green Blue C M Y K H S L
Decimal 77 25 151 0.49 0.83 0 0.41 264.76 0.72 0.35
Hex 4D 19 97 31 53 0 29 109 48 23
Octal 115 31 227 61 123 0 51 411 110 43
Binary 1001101 11001 10010111 110001 1010011 0 101001 100001001 1001000 100011

Color Harmonies of #4D1997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1997

Black with #4D1997

Text Example


Text Example

White with #4D1997

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,25,151); }

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

background-color css

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

 a { background-color: rgb(77,25,151); }

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

border-color css

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

 span { border-color: rgb(77,25,151); }

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