Html Css Color HEX #4F007D Indigo

📋 copy color: '#4F007D'

red 79 ◦ green 0 ◦ blue 125

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

Shades of Indigo #4F007D

Tints of Indigo #4F007D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 38.73%
G = 0%
B = 61.27%

CMYK

 C value IS 0.37

 M value IS 1

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4F007D (or 0x4F007D) is known color: Indigo. HEX triplet: 4F, 00 and 7D. RGB value is (79,0,125). Sum of RGB (Red+Green+Blue) = 79+0+125=204 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.73% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 125 (49.22% from 255 or 61.27% from 204); Max value from RGB is 125 - color contains mainly: blue. Hex color #4F007D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F007D is #B0FF82. Grayscale: #252525. Windows color (decimal): -11599747 or 8192079. OLE color: 8192079.

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

Color convert

RGB 79 0 125 -
CMYK 0.37 1 0 0.51
HSL 277.92º 1% 0.25% -
HSV(B) 277.92º 1% 0.49% -
XYZ 6.93 3.14 19.64 -
YUV 37.87 177.17 157.34 -
System Red Green Blue C M Y K H S L
Decimal 79 0 125 0.37 1 0 0.51 277.92 1 0.25
Hex 4F 0 7D 25 64 0 33 116 64 19
Octal 117 0 175 45 144 0 63 426 144 31
Binary 1001111 0 1111101 100101 1100100 0 110011 100010110 1100100 11001

Color Harmonies of #4F007D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F007D

Black with #4F007D

Text Example


Text Example

White with #4F007D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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