Html Css Color HEX #4F027C Indigo

📋 copy color: '#4F027C'

red 79 ◦ green 2 ◦ blue 124

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

Shades of Indigo #4F027C

Tints of Indigo #4F027C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.98%

 BLUE value IS 124 (48.83% from 255) = 60.49%

R = 38.54%
G = 0.98%
B = 60.49%

CMYK

 C value IS 0.36

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4F027C (or 0x4F027C) is known color: Indigo. HEX triplet: 4F, 02 and 7C. RGB value is (79,2,124). Sum of RGB (Red+Green+Blue) = 79+2+124=205 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.54% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 124 (48.83% from 255 or 60.49% from 205); Max value from RGB is 124 - color contains mainly: blue. Hex color #4F027C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F027C is #B0FD83. Grayscale: #262626. Windows color (decimal): -11599236 or 8127055. OLE color: 8127055.

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

Color convert

RGB 79 2 124 -
CMYK 0.36 0.98 0 0.51
HSL 277.87º 0.97% 0.25% -
HSV(B) 277.87º 0.98% 0.49% -
XYZ 6.88 3.16 19.32 -
YUV 38.93 176.01 156.58 -
System Red Green Blue C M Y K H S L
Decimal 79 2 124 0.36 0.98 0 0.51 277.87 0.97 0.25
Hex 4F 2 7C 24 62 0 33 116 61 19
Octal 117 2 174 44 142 0 63 426 141 31
Binary 1001111 10 1111100 100100 1100010 0 110011 100010110 1100001 11001

Color Harmonies of #4F027C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F027C

Black with #4F027C

Text Example


Text Example

White with #4F027C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,2,124); }

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

background-color css

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

 a { background-color: rgb(79,2,124); }

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

border-color css

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

 span { border-color: rgb(79,2,124); }

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