Html Css Color HEX #4F187C Indigo

📋 copy color: '#4F187C'

red 79 ◦ green 24 ◦ blue 124

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

Shades of Indigo #4F187C

Tints of Indigo #4F187C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.57%

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

R = 34.8%
G = 10.57%
B = 54.63%

CMYK

 C value IS 0.36

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4F187C (or 0x4F187C) is known color: Indigo. HEX triplet: 4F, 18 and 7C. RGB value is (79,24,124). Sum of RGB (Red+Green+Blue) = 79+24+124=227 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.80% from 227); Green value is 24 (9.77% from 255 or 10.57% from 227); Blue value is 124 (48.83% from 255 or 54.63% from 227); Max value from RGB is 124 - color contains mainly: blue. Hex color #4F187C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F187C is #B0E783. Grayscale: #333333. Windows color (decimal): -11593604 or 8132687. OLE color: 8132687.

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

Color convert

RGB 79 24 124 -
CMYK 0.36 0.81 0 0.51
HSL 273º 0.68% 0.29% -
HSV(B) 273º 0.81% 0.49% -
XYZ 7.19 3.77 19.42 -
YUV 51.85 168.72 147.37 -
System Red Green Blue C M Y K H S L
Decimal 79 24 124 0.36 0.81 0 0.51 273 0.68 0.29
Hex 4F 18 7C 24 51 0 33 111 44 1D
Octal 117 30 174 44 121 0 63 421 104 35
Binary 1001111 11000 1111100 100100 1010001 0 110011 100010001 1000100 11101

Color Harmonies of #4F187C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F187C

Black with #4F187C

Text Example


Text Example

White with #4F187C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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