Html Css Color HEX #4F136F Indigo

📋 copy color: '#4F136F'

red 79 ◦ green 19 ◦ blue 111

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

Shades of Indigo #4F136F

Tints of Indigo #4F136F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.09%

 BLUE value IS 111 (43.75% from 255) = 53.11%

R = 37.8%
G = 9.09%
B = 53.11%

CMYK

 C value IS 0.29

 M value IS 0.83

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4F136F (or 0x4F136F) is known color: Indigo. HEX triplet: 4F, 13 and 6F. RGB value is (79,19,111). Sum of RGB (Red+Green+Blue) = 79+19+111=209 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.80% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 111 (43.75% from 255 or 53.11% from 209); Max value from RGB is 111 - color contains mainly: blue. Hex color #4F136F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F136F is #B0EC90. Grayscale: #2F2F2F. Windows color (decimal): -11594897 or 7279439. OLE color: 7279439.

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

Color convert

RGB 79 19 111 -
CMYK 0.29 0.83 0 0.56
HSL 279.13º 0.71% 0.25% -
HSV(B) 279.13º 0.83% 0.44% -
XYZ 6.33 3.28 15.34 -
YUV 47.43 163.88 150.52 -
System Red Green Blue C M Y K H S L
Decimal 79 19 111 0.29 0.83 0 0.56 279.13 0.71 0.25
Hex 4F 13 6F 1D 53 0 38 117 47 19
Octal 117 23 157 35 123 0 70 427 107 31
Binary 1001111 10011 1101111 11101 1010011 0 111000 100010111 1000111 11001

Color Harmonies of #4F136F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F136F

Black with #4F136F

Text Example


Text Example

White with #4F136F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,19,111); }

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

background-color css

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

 a { background-color: rgb(79,19,111); }

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

border-color css

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

 span { border-color: rgb(79,19,111); }

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