Html Css Color HEX #4F017F Indigo

📋 copy color: '#4F017F'

red 79 ◦ green 1 ◦ blue 127

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

Shades of Indigo #4F017F

Tints of Indigo #4F017F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 61.35%

R = 38.16%
G = 0.48%
B = 61.35%

CMYK

 C value IS 0.38

 M value IS 0.99

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4F017F (or 0x4F017F) is known color: Indigo. HEX triplet: 4F, 01 and 7F. RGB value is (79,1,127). Sum of RGB (Red+Green+Blue) = 79+1+127=207 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.16% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 127 (50% from 255 or 61.35% from 207); Max value from RGB is 127 - color contains mainly: blue. Hex color #4F017F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F017F is #B0FE80. Grayscale: #262626. Windows color (decimal): -11599489 or 8323407. OLE color: 8323407.

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

Color convert

RGB 79 1 127 -
CMYK 0.38 0.99 0 0.50
HSL 277.14º 0.98% 0.25% -
HSV(B) 277.14º 0.99% 0.5% -
XYZ 7.07 3.22 20.33 -
YUV 38.69 177.84 156.75 -
System Red Green Blue C M Y K H S L
Decimal 79 1 127 0.38 0.99 0 0.50 277.14 0.98 0.25
Hex 4F 1 7F 26 63 0 32 115 62 19
Octal 117 1 177 46 143 0 62 425 142 31
Binary 1001111 1 1111111 100110 1100011 0 110010 100010101 1100010 11001

Color Harmonies of #4F017F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F017F

Black with #4F017F

Text Example


Text Example

White with #4F017F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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