Html Css Color HEX #4F0476 Indigo

📋 copy color: '#4F0476'

red 79 ◦ green 4 ◦ blue 118

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

Shades of Indigo #4F0476

Tints of Indigo #4F0476

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.99%

 BLUE value IS 118 (46.48% from 255) = 58.71%

R = 39.3%
G = 1.99%
B = 58.71%

CMYK

 C value IS 0.33

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4F0476 (or 0x4F0476) is known color: Indigo. HEX triplet: 4F, 04 and 76. RGB value is (79,4,118). Sum of RGB (Red+Green+Blue) = 79+4+118=201 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.30% from 201); Green value is 4 (1.95% from 255 or 1.99% from 201); Blue value is 118 (46.48% from 255 or 58.71% from 201); Max value from RGB is 118 - color contains mainly: blue. Hex color #4F0476 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0476 is #B0FB89. Grayscale: #272727. Windows color (decimal): -11598730 or 7734351. OLE color: 7734351.

HSL color Cylindrical-coordinate representation of color #4F0476: hue angle of 279.47º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4F0476 is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 79 4 118 -
CMYK 0.33 0.97 0 0.54
HSL 279.47º 0.93% 0.24% -
HSV(B) 279.47º 0.97% 0.46% -
XYZ 6.54 3.06 17.39 -
YUV 39.42 172.35 156.23 -
System Red Green Blue C M Y K H S L
Decimal 79 4 118 0.33 0.97 0 0.54 279.47 0.93 0.24
Hex 4F 4 76 21 61 0 36 117 5D 18
Octal 117 4 166 41 141 0 66 427 135 30
Binary 1001111 100 1110110 100001 1100001 0 110110 100010111 1011101 11000

Color Harmonies of #4F0476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0476

Black with #4F0476

Text Example


Text Example

White with #4F0476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,4,118); }

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

background-color css

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

 a { background-color: rgb(79,4,118); }

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

border-color css

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

 span { border-color: rgb(79,4,118); }

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