Html Css Color HEX #4F067C Indigo

📋 copy color: '#4F067C'

red 79 ◦ green 6 ◦ blue 124

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

Shades of Indigo #4F067C

Tints of Indigo #4F067C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.87%

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

R = 37.8%
G = 2.87%
B = 59.33%

CMYK

 C value IS 0.36

 M value IS 0.95

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4F067C (or 0x4F067C) is known color: Indigo. HEX triplet: 4F, 06 and 7C. RGB value is (79,6,124). Sum of RGB (Red+Green+Blue) = 79+6+124=209 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.80% from 209); Green value is 6 (2.73% from 255 or 2.87% from 209); Blue value is 124 (48.83% from 255 or 59.33% from 209); Max value from RGB is 124 - color contains mainly: blue. Hex color #4F067C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F067C is #B0F983. Grayscale: #282828. Windows color (decimal): -11598212 or 8128079. OLE color: 8128079.

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

Color convert

RGB 79 6 124 -
CMYK 0.36 0.95 0 0.51
HSL 277.12º 0.91% 0.25% -
HSV(B) 277.12º 0.95% 0.49% -
XYZ 6.93 3.25 19.33 -
YUV 41.28 174.68 154.91 -
System Red Green Blue C M Y K H S L
Decimal 79 6 124 0.36 0.95 0 0.51 277.12 0.91 0.25
Hex 4F 6 7C 24 5F 0 33 115 5B 19
Octal 117 6 174 44 137 0 63 425 133 31
Binary 1001111 110 1111100 100100 1011111 0 110011 100010101 1011011 11001

Color Harmonies of #4F067C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F067C

Black with #4F067C

Text Example


Text Example

White with #4F067C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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