Html Css Color HEX #4F136D Indigo

📋 copy color: '#4F136D'

red 79 ◦ green 19 ◦ blue 109

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

Shades of Indigo #4F136D

Tints of Indigo #4F136D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 52.66%

R = 38.16%
G = 9.18%
B = 52.66%

CMYK

 C value IS 0.28

 M value IS 0.83

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4F136D (or 0x4F136D) is known color: Indigo. HEX triplet: 4F, 13 and 6D. RGB value is (79,19,109). Sum of RGB (Red+Green+Blue) = 79+19+109=207 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.16% from 207); Green value is 19 (7.81% from 255 or 9.18% from 207); Blue value is 109 (42.97% from 255 or 52.66% from 207); Max value from RGB is 109 - color contains mainly: blue. Hex color #4F136D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F136D is #B0EC92. Grayscale: #2E2E2E. Windows color (decimal): -11594899 or 7148367. OLE color: 7148367.

HSL color Cylindrical-coordinate representation of color #4F136D: hue angle of 280º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4F136D is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 79 19 109 -
CMYK 0.28 0.83 0 0.57
HSL 280º 0.7% 0.25% -
HSV(B) 280º 0.83% 0.43% -
XYZ 6.22 3.23 14.76 -
YUV 47.2 162.88 150.68 -
System Red Green Blue C M Y K H S L
Decimal 79 19 109 0.28 0.83 0 0.57 280 0.7 0.25
Hex 4F 13 6D 1C 53 0 39 118 46 19
Octal 117 23 155 34 123 0 71 430 106 31
Binary 1001111 10011 1101101 11100 1010011 0 111001 100011000 1000110 11001

Color Harmonies of #4F136D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F136D

Black with #4F136D

Text Example


Text Example

White with #4F136D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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