Html Css Color HEX #4F169C Indigo

📋 copy color: '#4F169C'

red 79 ◦ green 22 ◦ blue 156

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

Shades of Indigo #4F169C

Tints of Indigo #4F169C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 60.7%

R = 30.74%
G = 8.56%
B = 60.7%

CMYK

 C value IS 0.49

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4F169C (or 0x4F169C) is known color: Indigo. HEX triplet: 4F, 16 and 9C. RGB value is (79,22,156). Sum of RGB (Red+Green+Blue) = 79+22+156=257 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.74% from 257); Green value is 22 (8.98% from 255 or 8.56% from 257); Blue value is 156 (61.33% from 255 or 60.70% from 257); Max value from RGB is 156 - color contains mainly: blue. Hex color #4F169C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F169C is #B0E963. Grayscale: #353535. Windows color (decimal): -11594084 or 10229327. OLE color: 10229327.

HSL color Cylindrical-coordinate representation of color #4F169C: hue angle of 265.52º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4F169C is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 79 22 156 -
CMYK 0.49 0.86 0 0.39
HSL 265.52º 0.75% 0.35% -
HSV(B) 265.52º 0.86% 0.61% -
XYZ 9.51 4.64 31.85 -
YUV 54.32 185.38 145.6 -
System Red Green Blue C M Y K H S L
Decimal 79 22 156 0.49 0.86 0 0.39 265.52 0.75 0.35
Hex 4F 16 9C 31 56 0 27 10A 4B 23
Octal 117 26 234 61 126 0 47 412 113 43
Binary 1001111 10110 10011100 110001 1010110 0 100111 100001010 1001011 100011

Color Harmonies of #4F169C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F169C

Black with #4F169C

Text Example


Text Example

White with #4F169C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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