Html Css Color HEX #4F048C Indigo

📋 copy color: '#4F048C'

red 79 ◦ green 4 ◦ blue 140

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

Shades of Indigo #4F048C

Tints of Indigo #4F048C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.79%

 BLUE value IS 140 (55.08% from 255) = 62.78%

R = 35.43%
G = 1.79%
B = 62.78%

CMYK

 C value IS 0.44

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4F048C (or 0x4F048C) is known color: Indigo. HEX triplet: 4F, 04 and 8C. RGB value is (79,4,140). Sum of RGB (Red+Green+Blue) = 79+4+140=223 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.43% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 140 (55.08% from 255 or 62.78% from 223); Max value from RGB is 140 - color contains mainly: blue. Hex color #4F048C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F048C is #B0FB73. Grayscale: #292929. Windows color (decimal): -11598708 or 9176143. OLE color: 9176143.

HSL color Cylindrical-coordinate representation of color #4F048C: hue angle of 273.09º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4F048C is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 79 4 140 -
CMYK 0.44 0.97 0 0.45
HSL 273.09º 0.94% 0.28% -
HSV(B) 273.09º 0.97% 0.55% -
XYZ 8 3.64 25.09 -
YUV 41.93 183.35 154.44 -
System Red Green Blue C M Y K H S L
Decimal 79 4 140 0.44 0.97 0 0.45 273.09 0.94 0.28
Hex 4F 4 8C 2C 61 0 2D 111 5E 1C
Octal 117 4 214 54 141 0 55 421 136 34
Binary 1001111 100 10001100 101100 1100001 0 101101 100010001 1011110 11100

Color Harmonies of #4F048C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F048C

Black with #4F048C

Text Example


Text Example

White with #4F048C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,4,140); }

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

background-color css

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

 a { background-color: rgb(79,4,140); }

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

border-color css

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

 span { border-color: rgb(79,4,140); }

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