Html Css Color HEX #4F096A Indigo

📋 copy color: '#4F096A'

red 79 ◦ green 9 ◦ blue 106

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

Shades of Indigo #4F096A

Tints of Indigo #4F096A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.64%

 BLUE value IS 106 (41.8% from 255) = 54.64%

R = 40.72%
G = 4.64%
B = 54.64%

CMYK

 C value IS 0.25

 M value IS 0.92

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4F096A (or 0x4F096A) is known color: Indigo. HEX triplet: 4F, 09 and 6A. RGB value is (79,9,106). Sum of RGB (Red+Green+Blue) = 79+9+106=194 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.72% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 106 (41.80% from 255 or 54.64% from 194); Max value from RGB is 106 - color contains mainly: blue. Hex color #4F096A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F096A is #B0F695. Grayscale: #282828. Windows color (decimal): -11597462 or 6949199. OLE color: 6949199.

HSL color Cylindrical-coordinate representation of color #4F096A: hue angle of 283.3º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4F096A is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 79 9 106 -
CMYK 0.25 0.92 0 0.58
HSL 283.3º 0.84% 0.23% -
HSV(B) 283.3º 0.92% 0.42% -
XYZ 5.92 2.9 13.88 -
YUV 40.99 164.69 155.11 -
System Red Green Blue C M Y K H S L
Decimal 79 9 106 0.25 0.92 0 0.58 283.3 0.84 0.23
Hex 4F 9 6A 19 5C 0 3A 11B 54 17
Octal 117 11 152 31 134 0 72 433 124 27
Binary 1001111 1001 1101010 11001 1011100 0 111010 100011011 1010100 10111

Color Harmonies of #4F096A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F096A

Black with #4F096A

Text Example


Text Example

White with #4F096A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,9,106); }

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

background-color css

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

 a { background-color: rgb(79,9,106); }

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

border-color css

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

 span { border-color: rgb(79,9,106); }

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