Html Css Color HEX #4F117D Indigo

📋 copy color: '#4F117D'

red 79 ◦ green 17 ◦ blue 125

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

Shades of Indigo #4F117D

Tints of Indigo #4F117D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 56.56%

R = 35.75%
G = 7.69%
B = 56.56%

CMYK

 C value IS 0.37

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4F117D (or 0x4F117D) is known color: Indigo. HEX triplet: 4F, 11 and 7D. RGB value is (79,17,125). Sum of RGB (Red+Green+Blue) = 79+17+125=221 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.75% from 221); Green value is 17 (7.03% from 255 or 7.69% from 221); Blue value is 125 (49.22% from 255 or 56.56% from 221); Max value from RGB is 125 - color contains mainly: blue. Hex color #4F117D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F117D is #B0EE82. Grayscale: #2F2F2F. Windows color (decimal): -11595395 or 8196431. OLE color: 8196431.

HSL color Cylindrical-coordinate representation of color #4F117D: hue angle of 274.44º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4F117D is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 79 17 125 -
CMYK 0.37 0.86 0 0.51
HSL 274.44º 0.76% 0.28% -
HSV(B) 274.44º 0.86% 0.49% -
XYZ 7.13 3.54 19.71 -
YUV 47.85 171.54 150.22 -
System Red Green Blue C M Y K H S L
Decimal 79 17 125 0.37 0.86 0 0.51 274.44 0.76 0.28
Hex 4F 11 7D 25 56 0 33 112 4C 1C
Octal 117 21 175 45 126 0 63 422 114 34
Binary 1001111 10001 1111101 100101 1010110 0 110011 100010010 1001100 11100

Color Harmonies of #4F117D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F117D

Black with #4F117D

Text Example


Text Example

White with #4F117D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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