Html Css Color HEX #4F096C Indigo

📋 copy color: '#4F096C'

red 79 ◦ green 9 ◦ blue 108

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

Shades of Indigo #4F096C

Tints of Indigo #4F096C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 55.1%

R = 40.31%
G = 4.59%
B = 55.1%

CMYK

 C value IS 0.27

 M value IS 0.92

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4F096C (or 0x4F096C) is known color: Indigo. HEX triplet: 4F, 09 and 6C. RGB value is (79,9,108). Sum of RGB (Red+Green+Blue) = 79+9+108=196 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.31% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 108 (42.58% from 255 or 55.10% from 196); Max value from RGB is 108 - color contains mainly: blue. Hex color #4F096C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F096C is #B0F693. Grayscale: #282828. Windows color (decimal): -11597460 or 7080271. OLE color: 7080271.

HSL color Cylindrical-coordinate representation of color #4F096C: hue angle of 282.42º degrees, saturation: 0.85, 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 #4F096C is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 79 9 108 -
CMYK 0.27 0.92 0 0.58
HSL 282.42º 0.85% 0.23% -
HSV(B) 282.42º 0.92% 0.42% -
XYZ 6.03 2.94 14.44 -
YUV 41.22 165.69 154.95 -
System Red Green Blue C M Y K H S L
Decimal 79 9 108 0.27 0.92 0 0.58 282.42 0.85 0.23
Hex 4F 9 6C 1B 5C 0 3A 11A 55 17
Octal 117 11 154 33 134 0 72 432 125 27
Binary 1001111 1001 1101100 11011 1011100 0 111010 100011010 1010101 10111

Color Harmonies of #4F096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F096C

Black with #4F096C

Text Example


Text Example

White with #4F096C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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