Html Css Color HEX #4F0E9F Indigo

📋 copy color: '#4F0E9F'

red 79 ◦ green 14 ◦ blue 159

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

Shades of Indigo #4F0E9F

Tints of Indigo #4F0E9F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.56%

 BLUE value IS 159 (62.5% from 255) = 63.1%

R = 31.35%
G = 5.56%
B = 63.1%

CMYK

 C value IS 0.50

 M value IS 0.91

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4F0E9F (or 0x4F0E9F) is known color: Indigo. HEX triplet: 4F, 0E and 9F. RGB value is (79,14,159). Sum of RGB (Red+Green+Blue) = 79+14+159=252 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.35% from 252); Green value is 14 (5.86% from 255 or 5.56% from 252); Blue value is 159 (62.5% from 255 or 63.10% from 252); Max value from RGB is 159 - color contains mainly: blue. Hex color #4F0E9F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F0E9F is #B0F160. Grayscale: #313131. Windows color (decimal): -11596129 or 10423887. OLE color: 10423887.

HSL color Cylindrical-coordinate representation of color #4F0E9F: hue angle of 266.9º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4F0E9F is Cyan = 0.50, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 79 14 159 -
CMYK 0.50 0.91 0 0.38
HSL 266.9º 0.84% 0.34% -
HSV(B) 266.9º 0.91% 0.62% -
XYZ 9.64 4.48 33.16 -
YUV 49.97 189.53 148.71 -
System Red Green Blue C M Y K H S L
Decimal 79 14 159 0.50 0.91 0 0.38 266.9 0.84 0.34
Hex 4F E 9F 32 5B 0 26 10B 54 22
Octal 117 16 237 62 133 0 46 413 124 42
Binary 1001111 1110 10011111 110010 1011011 0 100110 100001011 1010100 100010

Color Harmonies of #4F0E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0E9F

Black with #4F0E9F

Text Example


Text Example

White with #4F0E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,14,159); }

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

background-color css

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

 a { background-color: rgb(79,14,159); }

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

border-color css

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

 span { border-color: rgb(79,14,159); }

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