Html Css Color HEX #4F009B Indigo

📋 copy color: '#4F009B'

red 79 ◦ green 0 ◦ blue 155

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

Shades of Indigo #4F009B

Tints of Indigo #4F009B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 33.76%
G = 0%
B = 66.24%

CMYK

 C value IS 0.49

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4F009B (or 0x4F009B) is known color: Indigo. HEX triplet: 4F, 00 and 9B. RGB value is (79,0,155). Sum of RGB (Red+Green+Blue) = 79+0+155=234 (30% of max value = 765). Red value is 79 (31.25% from 255 or 33.76% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 155 (60.94% from 255 or 66.24% from 234); Max value from RGB is 155 - color contains mainly: blue. Hex color #4F009B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F009B is #B0FF64. Grayscale: #282828. Windows color (decimal): -11599717 or 10158159. OLE color: 10158159.

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

Color convert

RGB 79 0 155 -
CMYK 0.49 1 0 0.39
HSL 270.58º 1% 0.3% -
HSV(B) 270.58º 1% 0.61% -
XYZ 9.14 4.03 31.31 -
YUV 41.29 192.17 154.9 -
System Red Green Blue C M Y K H S L
Decimal 79 0 155 0.49 1 0 0.39 270.58 1 0.3
Hex 4F 0 9B 31 64 0 27 10F 64 1E
Octal 117 0 233 61 144 0 47 417 144 36
Binary 1001111 0 10011011 110001 1100100 0 100111 100001111 1100100 11110

Color Harmonies of #4F009B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F009B

Black with #4F009B

Text Example


Text Example

White with #4F009B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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