Html Css Color HEX #4F1171 Indigo

📋 copy color: '#4F1171'

red 79 ◦ green 17 ◦ blue 113

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

Shades of Indigo #4F1171

Tints of Indigo #4F1171

RGB

 RED value IS 79 (31.25% from 255) = 37.8%

 GREEN value IS 17 (7.03% from 255) = 8.13%

 BLUE value IS 113 (44.53% from 255) = 54.07%

R = 37.8%
G = 8.13%
B = 54.07%

CMYK

 C value IS 0.30

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4F1171 (or 0x4F1171) is known color: Indigo. HEX triplet: 4F, 11 and 71. RGB value is (79,17,113). Sum of RGB (Red+Green+Blue) = 79+17+113=209 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.80% from 209); Green value is 17 (7.03% from 255 or 8.13% from 209); Blue value is 113 (44.53% from 255 or 54.07% from 209); Max value from RGB is 113 - color contains mainly: blue. Hex color #4F1171 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F1171 is #B0EE8E. Grayscale: #2E2E2E. Windows color (decimal): -11595407 or 7409999. OLE color: 7409999.

HSL color Cylindrical-coordinate representation of color #4F1171: hue angle of 278.75º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4F1171 is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 79 17 113 -
CMYK 0.30 0.85 0 0.56
HSL 278.75º 0.74% 0.25% -
HSV(B) 278.75º 0.85% 0.44% -
XYZ 6.41 3.26 15.91 -
YUV 46.48 165.54 151.19 -
System Red Green Blue C M Y K H S L
Decimal 79 17 113 0.30 0.85 0 0.56 278.75 0.74 0.25
Hex 4F 11 71 1E 55 0 38 117 4A 19
Octal 117 21 161 36 125 0 70 427 112 31
Binary 1001111 10001 1110001 11110 1010101 0 111000 100010111 1001010 11001

Color Harmonies of #4F1171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1171

Black with #4F1171

Text Example


Text Example

White with #4F1171

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,17,113); }

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

background-color css

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

 a { background-color: rgb(79,17,113); }

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

border-color css

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

 span { border-color: rgb(79,17,113); }

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