Html Css Color HEX #4F0871 Indigo

📋 copy color: '#4F0871'

red 79 ◦ green 8 ◦ blue 113

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

Shades of Indigo #4F0871

Tints of Indigo #4F0871

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4%

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

R = 39.5%
G = 4%
B = 56.5%

CMYK

 C value IS 0.30

 M value IS 0.93

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4F0871 (or 0x4F0871) is known color: Indigo. HEX triplet: 4F, 08 and 71. RGB value is (79,8,113). Sum of RGB (Red+Green+Blue) = 79+8+113=200 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.5% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 113 (44.53% from 255 or 56.5% from 200); Max value from RGB is 113 - color contains mainly: blue. Hex color #4F0871 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0871 is #B0F78E. Grayscale: #282828. Windows color (decimal): -11597711 or 7407695. OLE color: 7407695.

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

Color convert

RGB 79 8 113 -
CMYK 0.30 0.93 0 0.56
HSL 280.57º 0.87% 0.24% -
HSV(B) 280.57º 0.93% 0.44% -
XYZ 6.29 3.03 15.88 -
YUV 41.2 168.52 154.96 -
System Red Green Blue C M Y K H S L
Decimal 79 8 113 0.30 0.93 0 0.56 280.57 0.87 0.24
Hex 4F 8 71 1E 5D 0 38 119 57 18
Octal 117 10 161 36 135 0 70 431 127 30
Binary 1001111 1000 1110001 11110 1011101 0 111000 100011001 1010111 11000

Color Harmonies of #4F0871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0871

Black with #4F0871

Text Example


Text Example

White with #4F0871

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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