Html Css Color HEX #4F017D Indigo

📋 copy color: '#4F017D'

red 79 ◦ green 1 ◦ blue 125

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

Shades of Indigo #4F017D

Tints of Indigo #4F017D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 60.98%

R = 38.54%
G = 0.49%
B = 60.98%

CMYK

 C value IS 0.37

 M value IS 0.99

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4F017D (or 0x4F017D) is known color: Indigo. HEX triplet: 4F, 01 and 7D. RGB value is (79,1,125). Sum of RGB (Red+Green+Blue) = 79+1+125=205 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.54% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 125 (49.22% from 255 or 60.98% from 205); Max value from RGB is 125 - color contains mainly: blue. Hex color #4F017D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F017D is #B0FE82. Grayscale: #262626. Windows color (decimal): -11599491 or 8192335. OLE color: 8192335.

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

Color convert

RGB 79 1 125 -
CMYK 0.37 0.99 0 0.51
HSL 277.74º 0.98% 0.25% -
HSV(B) 277.74º 0.99% 0.49% -
XYZ 6.94 3.16 19.65 -
YUV 38.46 176.84 156.92 -
System Red Green Blue C M Y K H S L
Decimal 79 1 125 0.37 0.99 0 0.51 277.74 0.98 0.25
Hex 4F 1 7D 25 63 0 33 116 62 19
Octal 117 1 175 45 143 0 63 426 142 31
Binary 1001111 1 1111101 100101 1100011 0 110011 100010110 1100010 11001

Color Harmonies of #4F017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F017D

Black with #4F017D

Text Example


Text Example

White with #4F017D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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