Html Css Color HEX #4F1170 Indigo

📋 copy color: '#4F1170'

red 79 ◦ green 17 ◦ blue 112

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

Shades of Indigo #4F1170

Tints of Indigo #4F1170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 53.85%

R = 37.98%
G = 8.17%
B = 53.85%

CMYK

 C value IS 0.29

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4F1170 (or 0x4F1170) is known color: Indigo. HEX triplet: 4F, 11 and 70. RGB value is (79,17,112). Sum of RGB (Red+Green+Blue) = 79+17+112=208 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.98% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 112 (44.14% from 255 or 53.85% from 208); Max value from RGB is 112 - color contains mainly: blue. Hex color #4F1170 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F1170 is #B0EE8F. Grayscale: #2E2E2E. Windows color (decimal): -11595408 or 7344463. OLE color: 7344463.

HSL color Cylindrical-coordinate representation of color #4F1170: hue angle of 279.16º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4F1170 is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 79 17 112 -
CMYK 0.29 0.85 0 0.56
HSL 279.16º 0.74% 0.25% -
HSV(B) 279.16º 0.85% 0.44% -
XYZ 6.35 3.23 15.62 -
YUV 46.37 165.04 151.28 -
System Red Green Blue C M Y K H S L
Decimal 79 17 112 0.29 0.85 0 0.56 279.16 0.74 0.25
Hex 4F 11 70 1D 55 0 38 117 4A 19
Octal 117 21 160 35 125 0 70 427 112 31
Binary 1001111 10001 1110000 11101 1010101 0 111000 100010111 1001010 11001

Color Harmonies of #4F1170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1170

Black with #4F1170

Text Example


Text Example

White with #4F1170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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