Html Css Color HEX #4F168B Indigo

📋 copy color: '#4F168B'

red 79 ◦ green 22 ◦ blue 139

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

Shades of Indigo #4F168B

Tints of Indigo #4F168B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.17%

 BLUE value IS 139 (54.69% from 255) = 57.92%

R = 32.92%
G = 9.17%
B = 57.92%

CMYK

 C value IS 0.43

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4F168B (or 0x4F168B) is known color: Indigo. HEX triplet: 4F, 16 and 8B. RGB value is (79,22,139). Sum of RGB (Red+Green+Blue) = 79+22+139=240 (31% of max value = 765). Red value is 79 (31.25% from 255 or 32.92% from 240); Green value is 22 (8.98% from 255 or 9.17% from 240); Blue value is 139 (54.69% from 255 or 57.92% from 240); Max value from RGB is 139 - color contains mainly: blue. Hex color #4F168B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F168B is #B0E974. Grayscale: #333333. Windows color (decimal): -11594101 or 9115215. OLE color: 9115215.

HSL color Cylindrical-coordinate representation of color #4F168B: hue angle of 269.23º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4F168B is Cyan = 0.43, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 79 22 139 -
CMYK 0.43 0.84 0 0.45
HSL 269.23º 0.73% 0.32% -
HSV(B) 269.23º 0.84% 0.55% -
XYZ 8.17 4.1 24.79 -
YUV 52.38 176.88 146.99 -
System Red Green Blue C M Y K H S L
Decimal 79 22 139 0.43 0.84 0 0.45 269.23 0.73 0.32
Hex 4F 16 8B 2B 54 0 2D 10D 49 20
Octal 117 26 213 53 124 0 55 415 111 40
Binary 1001111 10110 10001011 101011 1010100 0 101101 100001101 1001001 100000

Color Harmonies of #4F168B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F168B

Black with #4F168B

Text Example


Text Example

White with #4F168B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,22,139); }

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

background-color css

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

 a { background-color: rgb(79,22,139); }

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

border-color css

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

 span { border-color: rgb(79,22,139); }

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