Html Css Color HEX #4F055F Indigo

📋 copy color: '#4F055F'

red 79 ◦ green 5 ◦ blue 95

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

Shades of Indigo #4F055F

Tints of Indigo #4F055F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.79%

 BLUE value IS 95 (37.5% from 255) = 53.07%

R = 44.13%
G = 2.79%
B = 53.07%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4F055F (or 0x4F055F) is known color: Indigo. HEX triplet: 4F, 05 and 5F. RGB value is (79,5,95). Sum of RGB (Red+Green+Blue) = 79+5+95=179 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.13% from 179); Green value is 5 (2.34% from 255 or 2.79% from 179); Blue value is 95 (37.5% from 255 or 53.07% from 179); Max value from RGB is 95 - color contains mainly: blue. Hex color #4F055F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F055F is #B0FAA0. Grayscale: #252525. Windows color (decimal): -11598497 or 6227279. OLE color: 6227279.

HSL color Cylindrical-coordinate representation of color #4F055F: hue angle of 289.33º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4F055F is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 79 5 95 -
CMYK 0.17 0.95 0 0.63
HSL 289.33º 0.9% 0.2% -
HSV(B) 289.33º 0.95% 0.37% -
XYZ 5.34 2.6 11.05 -
YUV 37.39 160.52 157.68 -
System Red Green Blue C M Y K H S L
Decimal 79 5 95 0.17 0.95 0 0.63 289.33 0.9 0.2
Hex 4F 5 5F 11 5F 0 3F 121 5A 14
Octal 117 5 137 21 137 0 77 441 132 24
Binary 1001111 101 1011111 10001 1011111 0 111111 100100001 1011010 10100

Color Harmonies of #4F055F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F055F

Black with #4F055F

Text Example


Text Example

White with #4F055F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,5,95); }

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

background-color css

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

 a { background-color: rgb(79,5,95); }

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

border-color css

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

 span { border-color: rgb(79,5,95); }

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