Html Css Color HEX #4F0176 Indigo

📋 copy color: '#4F0176'

red 79 ◦ green 1 ◦ blue 118

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

Shades of Indigo #4F0176

Tints of Indigo #4F0176

RGB

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

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

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

R = 39.9%
G = 0.51%
B = 59.6%

CMYK

 C value IS 0.33

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4F0176 (or 0x4F0176) is known color: Indigo. HEX triplet: 4F, 01 and 76. RGB value is (79,1,118). Sum of RGB (Red+Green+Blue) = 79+1+118=198 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.90% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 118 (46.48% from 255 or 59.60% from 198); Max value from RGB is 118 - color contains mainly: blue. Hex color #4F0176 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0176 is #B0FE89. Grayscale: #252525. Windows color (decimal): -11599498 or 7733583. OLE color: 7733583.

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

Color convert

RGB 79 1 118 -
CMYK 0.33 0.99 0 0.54
HSL 280º 0.98% 0.23% -
HSV(B) 280º 0.99% 0.46% -
XYZ 6.51 2.99 17.37 -
YUV 37.66 173.34 157.49 -
System Red Green Blue C M Y K H S L
Decimal 79 1 118 0.33 0.99 0 0.54 280 0.98 0.23
Hex 4F 1 76 21 63 0 36 118 62 17
Octal 117 1 166 41 143 0 66 430 142 27
Binary 1001111 1 1110110 100001 1100011 0 110110 100011000 1100010 10111

Color Harmonies of #4F0176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0176

Black with #4F0176

Text Example


Text Example

White with #4F0176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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