Html Css Color HEX #4F0E74 Indigo

📋 copy color: '#4F0E74'

red 79 ◦ green 14 ◦ blue 116

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

Shades of Indigo #4F0E74

Tints of Indigo #4F0E74

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.7%

 BLUE value IS 116 (45.7% from 255) = 55.5%

R = 37.8%
G = 6.7%
B = 55.5%

CMYK

 C value IS 0.32

 M value IS 0.88

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4F0E74 (or 0x4F0E74) is known color: Indigo. HEX triplet: 4F, 0E and 74. RGB value is (79,14,116). Sum of RGB (Red+Green+Blue) = 79+14+116=209 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.80% from 209); Green value is 14 (5.86% from 255 or 6.70% from 209); Blue value is 116 (45.70% from 255 or 55.50% from 209); Max value from RGB is 116 - color contains mainly: blue. Hex color #4F0E74 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0E74 is #B0F18B. Grayscale: #2C2C2C. Windows color (decimal): -11596172 or 7605839. OLE color: 7605839.

HSL color Cylindrical-coordinate representation of color #4F0E74: hue angle of 278.24º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4F0E74 is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 79 14 116 -
CMYK 0.32 0.88 0 0.55
HSL 278.24º 0.78% 0.25% -
HSV(B) 278.24º 0.88% 0.45% -
XYZ 6.53 3.24 16.8 -
YUV 45.06 168.03 152.21 -
System Red Green Blue C M Y K H S L
Decimal 79 14 116 0.32 0.88 0 0.55 278.24 0.78 0.25
Hex 4F E 74 20 58 0 37 116 4E 19
Octal 117 16 164 40 130 0 67 426 116 31
Binary 1001111 1110 1110100 100000 1011000 0 110111 100010110 1001110 11001

Color Harmonies of #4F0E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0E74

Black with #4F0E74

Text Example


Text Example

White with #4F0E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,14,116); }

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

background-color css

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

 a { background-color: rgb(79,14,116); }

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

border-color css

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

 span { border-color: rgb(79,14,116); }

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