Html Css Color HEX #4F0671 Indigo

📋 copy color: '#4F0671'

red 79 ◦ green 6 ◦ blue 113

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

Shades of Indigo #4F0671

Tints of Indigo #4F0671

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.03%

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

R = 39.9%
G = 3.03%
B = 57.07%

CMYK

 C value IS 0.30

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4F0671 (or 0x4F0671) is known color: Indigo. HEX triplet: 4F, 06 and 71. RGB value is (79,6,113). Sum of RGB (Red+Green+Blue) = 79+6+113=198 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.90% from 198); Green value is 6 (2.73% from 255 or 3.03% from 198); Blue value is 113 (44.53% from 255 or 57.07% from 198); Max value from RGB is 113 - color contains mainly: blue. Hex color #4F0671 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0671 is #B0F98E. Grayscale: #272727. Windows color (decimal): -11598223 or 7407183. OLE color: 7407183.

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

Color convert

RGB 79 6 113 -
CMYK 0.30 0.95 0 0.56
HSL 280.93º 0.9% 0.23% -
HSV(B) 280.93º 0.95% 0.44% -
XYZ 6.27 2.98 15.87 -
YUV 40.03 169.18 155.8 -
System Red Green Blue C M Y K H S L
Decimal 79 6 113 0.30 0.95 0 0.56 280.93 0.9 0.23
Hex 4F 6 71 1E 5F 0 38 119 5A 17
Octal 117 6 161 36 137 0 70 431 132 27
Binary 1001111 110 1110001 11110 1011111 0 111000 100011001 1011010 10111

Color Harmonies of #4F0671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0671

Black with #4F0671

Text Example


Text Example

White with #4F0671

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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