Html Css Color HEX #4F118D Indigo

📋 copy color: '#4F118D'

red 79 ◦ green 17 ◦ blue 141

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

Shades of Indigo #4F118D

Tints of Indigo #4F118D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 59.49%

R = 33.33%
G = 7.17%
B = 59.49%

CMYK

 C value IS 0.44

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4F118D (or 0x4F118D) is known color: Indigo. HEX triplet: 4F, 11 and 8D. RGB value is (79,17,141). Sum of RGB (Red+Green+Blue) = 79+17+141=237 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.33% from 237); Green value is 17 (7.03% from 255 or 7.17% from 237); Blue value is 141 (55.47% from 255 or 59.49% from 237); Max value from RGB is 141 - color contains mainly: blue. Hex color #4F118D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F118D is #B0EE72. Grayscale: #313131. Windows color (decimal): -11595379 or 9245007. OLE color: 9245007.

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

Color convert

RGB 79 17 141 -
CMYK 0.44 0.88 0 0.45
HSL 270º 0.78% 0.31% -
HSV(B) 270º 0.88% 0.55% -
XYZ 8.23 3.99 25.53 -
YUV 49.67 179.54 148.92 -
System Red Green Blue C M Y K H S L
Decimal 79 17 141 0.44 0.88 0 0.45 270 0.78 0.31
Hex 4F 11 8D 2C 58 0 2D 10E 4E 1F
Octal 117 21 215 54 130 0 55 416 116 37
Binary 1001111 10001 10001101 101100 1011000 0 101101 100001110 1001110 11111

Color Harmonies of #4F118D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F118D

Black with #4F118D

Text Example


Text Example

White with #4F118D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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