Html Css Color HEX #4F0661 Indigo

📋 copy color: '#4F0661'

red 79 ◦ green 6 ◦ blue 97

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

Shades of Indigo #4F0661

Tints of Indigo #4F0661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 53.3%

R = 43.41%
G = 3.3%
B = 53.3%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4F0661 (or 0x4F0661) is known color: Indigo. HEX triplet: 4F, 06 and 61. RGB value is (79,6,97). Sum of RGB (Red+Green+Blue) = 79+6+97=182 (24% of max value = 765). Red value is 79 (31.25% from 255 or 43.41% from 182); Green value is 6 (2.73% from 255 or 3.30% from 182); Blue value is 97 (38.28% from 255 or 53.30% from 182); Max value from RGB is 97 - color contains mainly: blue. Hex color #4F0661 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0661 is #B0F99E. Grayscale: #252525. Windows color (decimal): -11598239 or 6358607. OLE color: 6358607.

HSL color Cylindrical-coordinate representation of color #4F0661: hue angle of 288.13º 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 #4F0661 is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 79 6 97 -
CMYK 0.19 0.94 0 0.62
HSL 288.13º 0.88% 0.2% -
HSV(B) 288.13º 0.94% 0.38% -
XYZ 5.45 2.66 11.53 -
YUV 38.2 161.18 157.1 -
System Red Green Blue C M Y K H S L
Decimal 79 6 97 0.19 0.94 0 0.62 288.13 0.88 0.2
Hex 4F 6 61 13 5E 0 3E 120 58 14
Octal 117 6 141 23 136 0 76 440 130 24
Binary 1001111 110 1100001 10011 1011110 0 111110 100100000 1011000 10100

Color Harmonies of #4F0661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0661

Black with #4F0661

Text Example


Text Example

White with #4F0661

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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