Html Css Color HEX #4F139B Indigo

📋 copy color: '#4F139B'

red 79 ◦ green 19 ◦ blue 155

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

Shades of Indigo #4F139B

Tints of Indigo #4F139B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 61.26%

R = 31.23%
G = 7.51%
B = 61.26%

CMYK

 C value IS 0.49

 M value IS 0.88

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4F139B (or 0x4F139B) is known color: Indigo. HEX triplet: 4F, 13 and 9B. RGB value is (79,19,155). Sum of RGB (Red+Green+Blue) = 79+19+155=253 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.23% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 155 (60.94% from 255 or 61.26% from 253); Max value from RGB is 155 - color contains mainly: blue. Hex color #4F139B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F139B is #B0EC64. Grayscale: #333333. Windows color (decimal): -11594853 or 10163023. OLE color: 10163023.

HSL color Cylindrical-coordinate representation of color #4F139B: hue angle of 266.47º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4F139B is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 79 19 155 -
CMYK 0.49 0.88 0 0.39
HSL 266.47º 0.78% 0.34% -
HSV(B) 266.47º 0.88% 0.61% -
XYZ 9.37 4.49 31.38 -
YUV 52.44 185.88 146.94 -
System Red Green Blue C M Y K H S L
Decimal 79 19 155 0.49 0.88 0 0.39 266.47 0.78 0.34
Hex 4F 13 9B 31 58 0 27 10A 4E 22
Octal 117 23 233 61 130 0 47 412 116 42
Binary 1001111 10011 10011011 110001 1011000 0 100111 100001010 1001110 100010

Color Harmonies of #4F139B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F139B

Black with #4F139B

Text Example


Text Example

White with #4F139B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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