#4F0B9F

Color #4F0B9F Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #4F0B9F

Tints of Indigo #4F0B9F

Color information

#4F0B9F (or 0x4F0B9F) is unknown color: approx Indigo. HEX triplet: 4F, 0B and 9F. RGB value is (79,11,159). Sum of RGB (Red+Green+Blue) = 79+11+159=249 (32% of max value = 765). Red value is 79 (31.25% from 255 or 31.73% from 249); Green value is 11 (4.69% from 255 or 4.42% from 249); Blue value is 159 (62.5% from 255 or 63.86% from 249); Max value from RGB is 159 - color contains mainly: blue. Hex color #4F0B9F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F0B9F is #B0F460. Grayscale: #2F2F2F. Windows color (decimal): -11596897 or 10423119. OLE color: 10423119.

HSL color Cylindrical-coordinate representation of color #4F0B9F: hue angle of 267.57º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4F0B9F is Cyan = 0.50, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7911159-
CMYK0.500.9300.38
HSL267.57º87.06%33.33%-
HSV(B)267.57º93.08%62.35%-
XYZ9.64.433.15-
YUV48.2190.53149.97-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 31.73%
GREEN value IS 11 (4.69% from 255) = 4.42%
BLUE value IS 159 (62.5% from 255) = 63.86%
R=31.73%
G=4.42%
B=63.86%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal79111590.500.9300.38267.5787.0633.33
Hex4FB9F325D02610c5721
Octal117132376213504641412741
Binary1001111101110011111110010101110101001101000011001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,11,159); }

 H1.HeaderClassName
 {
   color: #4F0B9F;
 }
 .AnyTagClassName
 {
   color: #4F0B9F;
 }
</style>
background-color css

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

 a { background-color: rgb(79,11,159); }

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

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

 span { border-color: rgb(79,11,159); }

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