Html Css Color HEX #4F0784 Indigo

📋 copy color: '#4F0784'

red 79 ◦ green 7 ◦ blue 132

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

Shades of Indigo #4F0784

Tints of Indigo #4F0784

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.21%

 BLUE value IS 132 (51.95% from 255) = 60.55%

R = 36.24%
G = 3.21%
B = 60.55%

CMYK

 C value IS 0.40

 M value IS 0.95

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4F0784 (or 0x4F0784) is known color: Indigo. HEX triplet: 4F, 07 and 84. RGB value is (79,7,132). Sum of RGB (Red+Green+Blue) = 79+7+132=218 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.24% from 218); Green value is 7 (3.12% from 255 or 3.21% from 218); Blue value is 132 (51.95% from 255 or 60.55% from 218); Max value from RGB is 132 - color contains mainly: blue. Hex color #4F0784 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F0784 is #B0F87B. Grayscale: #2A2A2A. Windows color (decimal): -11597948 or 8652623. OLE color: 8652623.

HSL color Cylindrical-coordinate representation of color #4F0784: hue angle of 274.56º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4F0784 is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 79 7 132 -
CMYK 0.40 0.95 0 0.48
HSL 274.56º 0.9% 0.27% -
HSV(B) 274.56º 0.95% 0.52% -
XYZ 7.47 3.48 22.11 -
YUV 42.78 178.35 153.84 -
System Red Green Blue C M Y K H S L
Decimal 79 7 132 0.40 0.95 0 0.48 274.56 0.9 0.27
Hex 4F 7 84 28 5F 0 30 113 5A 1B
Octal 117 7 204 50 137 0 60 423 132 33
Binary 1001111 111 10000100 101000 1011111 0 110000 100010011 1011010 11011

Color Harmonies of #4F0784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0784

Black with #4F0784

Text Example


Text Example

White with #4F0784

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,7,132); }

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

background-color css

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

 a { background-color: rgb(79,7,132); }

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

border-color css

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

 span { border-color: rgb(79,7,132); }

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