Html Css Color HEX #4F0660 Indigo

📋 copy color: '#4F0660'

red 79 ◦ green 6 ◦ blue 96

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

Shades of Indigo #4F0660

Tints of Indigo #4F0660

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.31%

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

R = 43.65%
G = 3.31%
B = 53.04%

CMYK

 C value IS 0.18

 M value IS 0.94

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4F0660 (or 0x4F0660) is known color: Indigo. HEX triplet: 4F, 06 and 60. RGB value is (79,6,96). Sum of RGB (Red+Green+Blue) = 79+6+96=181 (23% of max value = 765). Red value is 79 (31.25% from 255 or 43.65% from 181); Green value is 6 (2.73% from 255 or 3.31% from 181); Blue value is 96 (37.89% from 255 or 53.04% from 181); Max value from RGB is 96 - color contains mainly: blue. Hex color #4F0660 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0660 is #B0F99F. Grayscale: #252525. Windows color (decimal): -11598240 or 6293071. OLE color: 6293071.

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

Color convert

RGB 79 6 96 -
CMYK 0.18 0.94 0 0.62
HSL 288.67º 0.88% 0.2% -
HSV(B) 288.67º 0.94% 0.38% -
XYZ 5.4 2.64 11.29 -
YUV 38.09 160.68 157.18 -
System Red Green Blue C M Y K H S L
Decimal 79 6 96 0.18 0.94 0 0.62 288.67 0.88 0.2
Hex 4F 6 60 12 5E 0 3E 121 58 14
Octal 117 6 140 22 136 0 76 441 130 24
Binary 1001111 110 1100000 10010 1011110 0 111110 100100001 1011000 10100

Color Harmonies of #4F0660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0660

Black with #4F0660

Text Example


Text Example

White with #4F0660

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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