Html Css Color HEX #4F059B Indigo

📋 copy color: '#4F059B'

red 79 ◦ green 5 ◦ blue 155

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

Shades of Indigo #4F059B

Tints of Indigo #4F059B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.09%

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

R = 33.05%
G = 2.09%
B = 64.85%

CMYK

 C value IS 0.49

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4F059B (or 0x4F059B) is known color: Indigo. HEX triplet: 4F, 05 and 9B. RGB value is (79,5,155). Sum of RGB (Red+Green+Blue) = 79+5+155=239 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.05% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 155 (60.94% from 255 or 64.85% from 239); Max value from RGB is 155 - color contains mainly: blue. Hex color #4F059B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F059B is #B0FA64. Grayscale: #2B2B2B. Windows color (decimal): -11598437 or 10159439. OLE color: 10159439.

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

Color convert

RGB 79 5 155 -
CMYK 0.49 0.97 0 0.39
HSL 269.6º 0.94% 0.31% -
HSV(B) 269.6º 0.97% 0.61% -
XYZ 9.2 4.14 31.32 -
YUV 44.23 190.52 152.8 -
System Red Green Blue C M Y K H S L
Decimal 79 5 155 0.49 0.97 0 0.39 269.6 0.94 0.31
Hex 4F 5 9B 31 61 0 27 10E 5E 1F
Octal 117 5 233 61 141 0 47 416 136 37
Binary 1001111 101 10011011 110001 1100001 0 100111 100001110 1011110 11111

Color Harmonies of #4F059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F059B

Black with #4F059B

Text Example


Text Example

White with #4F059B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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