#4F0C9B

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

Shades of Indigo #4F0C9B

Tints of Indigo #4F0C9B

Color information

#4F0C9B (or 0x4F0C9B) is unknown color: approx Indigo. HEX triplet: 4F, 0C and 9B. RGB value is (79,12,155). Sum of RGB (Red+Green+Blue) = 79+12+155=246 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.11% from 246); Green value is 12 (5.08% from 255 or 4.88% from 246); Blue value is 155 (60.94% from 255 or 63.01% from 246); Max value from RGB is 155 - color contains mainly: blue. Hex color #4F0C9B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F0C9B is #B0F364. Grayscale: #2F2F2F. Windows color (decimal): -11596645 or 10161231. OLE color: 10161231.

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

Color convert

RGB7912155-
CMYK0.490.9200.39
HSL268.11º85.63%32.75%-
HSV(B)268.11º92.26%60.78%-
XYZ9.274.2931.35-
YUV48.34188.2149.87-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.11%
GREEN value IS 12 (5.08% from 255) = 4.88%
BLUE value IS 155 (60.94% from 255) = 63.01%
R=32.11%
G=4.88%
B=63.01%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal79121550.490.9200.39268.1185.6332.75
Hex4FC9B315C02710c5621
Octal117142336113404741412641
Binary1001111110010011011110001101110001001111000011001010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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