Html Css Color HEX #4F057D Indigo

📋 copy color: '#4F057D'

red 79 ◦ green 5 ◦ blue 125

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

Shades of Indigo #4F057D

Tints of Indigo #4F057D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.39%

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

R = 37.8%
G = 2.39%
B = 59.81%

CMYK

 C value IS 0.37

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4F057D (or 0x4F057D) is known color: Indigo. HEX triplet: 4F, 05 and 7D. RGB value is (79,5,125). Sum of RGB (Red+Green+Blue) = 79+5+125=209 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.80% from 209); Green value is 5 (2.34% from 255 or 2.39% from 209); Blue value is 125 (49.22% from 255 or 59.81% from 209); Max value from RGB is 125 - color contains mainly: blue. Hex color #4F057D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F057D is #B0FA82. Grayscale: #282828. Windows color (decimal): -11598467 or 8193359. OLE color: 8193359.

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

Color convert

RGB 79 5 125 -
CMYK 0.37 0.96 0 0.51
HSL 277º 0.92% 0.25% -
HSV(B) 277º 0.96% 0.49% -
XYZ 6.98 3.25 19.66 -
YUV 40.81 175.52 155.24 -
System Red Green Blue C M Y K H S L
Decimal 79 5 125 0.37 0.96 0 0.51 277 0.92 0.25
Hex 4F 5 7D 25 60 0 33 115 5C 19
Octal 117 5 175 45 140 0 63 425 134 31
Binary 1001111 101 1111101 100101 1100000 0 110011 100010101 1011100 11001

Color Harmonies of #4F057D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F057D

Black with #4F057D

Text Example


Text Example

White with #4F057D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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