Html Css Color HEX #4F099B Indigo

📋 copy color: '#4F099B'

red 79 ◦ green 9 ◦ blue 155

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

Shades of Indigo #4F099B

Tints of Indigo #4F099B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 63.79%

R = 32.51%
G = 3.7%
B = 63.79%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4F099B (or 0x4F099B) is known color: Indigo. HEX triplet: 4F, 09 and 9B. RGB value is (79,9,155). Sum of RGB (Red+Green+Blue) = 79+9+155=243 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.51% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 155 (60.94% from 255 or 63.79% from 243); Max value from RGB is 155 - color contains mainly: blue. Hex color #4F099B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F099B is #B0F664. Grayscale: #2E2E2E. Windows color (decimal): -11597413 or 10160463. OLE color: 10160463.

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

Color convert

RGB 79 9 155 -
CMYK 0.49 0.94 0 0.39
HSL 268.77º 0.89% 0.32% -
HSV(B) 268.77º 0.94% 0.61% -
XYZ 9.24 4.22 31.34 -
YUV 46.57 189.19 151.13 -
System Red Green Blue C M Y K H S L
Decimal 79 9 155 0.49 0.94 0 0.39 268.77 0.89 0.32
Hex 4F 9 9B 31 5E 0 27 10D 59 20
Octal 117 11 233 61 136 0 47 415 131 40
Binary 1001111 1001 10011011 110001 1011110 0 100111 100001101 1011001 100000

Color Harmonies of #4F099B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F099B

Black with #4F099B

Text Example


Text Example

White with #4F099B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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