Html Css Color HEX #4F0160 Indigo

📋 copy color: '#4F0160'

red 79 ◦ green 1 ◦ blue 96

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

Shades of Indigo #4F0160

Tints of Indigo #4F0160

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.57%

 BLUE value IS 96 (37.89% from 255) = 54.55%

R = 44.89%
G = 0.57%
B = 54.55%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4F0160 (or 0x4F0160) is known color: Indigo. HEX triplet: 4F, 01 and 60. RGB value is (79,1,96). Sum of RGB (Red+Green+Blue) = 79+1+96=176 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.89% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 96 (37.89% from 255 or 54.55% from 176); Max value from RGB is 96 - color contains mainly: blue. Hex color #4F0160 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0160 is #B0FE9F. Grayscale: #222222. Windows color (decimal): -11599520 or 6291791. OLE color: 6291791.

HSL color Cylindrical-coordinate representation of color #4F0160: hue angle of 289.26º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F0160 is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 79 1 96 -
CMYK 0.18 0.99 0 0.62
HSL 289.26º 0.98% 0.19% -
HSV(B) 289.26º 0.99% 0.38% -
XYZ 5.35 2.53 11.27 -
YUV 35.15 162.34 159.28 -
System Red Green Blue C M Y K H S L
Decimal 79 1 96 0.18 0.99 0 0.62 289.26 0.98 0.19
Hex 4F 1 60 12 63 0 3E 121 62 13
Octal 117 1 140 22 143 0 76 441 142 23
Binary 1001111 1 1100000 10010 1100011 0 111110 100100001 1100010 10011

Color Harmonies of #4F0160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0160

Black with #4F0160

Text Example


Text Example

White with #4F0160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,1,96); }

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

background-color css

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

 a { background-color: rgb(79,1,96); }

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

border-color css

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

 span { border-color: rgb(79,1,96); }

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