Html Css Color HEX #4F116C Indigo

📋 copy color: '#4F116C'

red 79 ◦ green 17 ◦ blue 108

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

Shades of Indigo #4F116C

Tints of Indigo #4F116C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 52.94%

R = 38.73%
G = 8.33%
B = 52.94%

CMYK

 C value IS 0.27

 M value IS 0.84

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4F116C (or 0x4F116C) is known color: Indigo. HEX triplet: 4F, 11 and 6C. RGB value is (79,17,108). Sum of RGB (Red+Green+Blue) = 79+17+108=204 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.73% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 108 (42.58% from 255 or 52.94% from 204); Max value from RGB is 108 - color contains mainly: blue. Hex color #4F116C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F116C is #B0EE93. Grayscale: #2D2D2D. Windows color (decimal): -11595412 or 7082319. OLE color: 7082319.

HSL color Cylindrical-coordinate representation of color #4F116C: hue angle of 280.88º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4F116C is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 79 17 108 -
CMYK 0.27 0.84 0 0.58
HSL 280.88º 0.73% 0.25% -
HSV(B) 280.88º 0.84% 0.42% -
XYZ 6.13 3.15 14.47 -
YUV 45.91 163.04 151.6 -
System Red Green Blue C M Y K H S L
Decimal 79 17 108 0.27 0.84 0 0.58 280.88 0.73 0.25
Hex 4F 11 6C 1B 54 0 3A 119 49 19
Octal 117 21 154 33 124 0 72 431 111 31
Binary 1001111 10001 1101100 11011 1010100 0 111010 100011001 1001001 11001

Color Harmonies of #4F116C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F116C

Black with #4F116C

Text Example


Text Example

White with #4F116C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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