#4F0E9B

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

Shades of Indigo #4F0E9B

Tints of Indigo #4F0E9B

Color information

#4F0E9B (or 0x4F0E9B) is unknown color: approx Indigo. HEX triplet: 4F, 0E and 9B. RGB value is (79,14,155). Sum of RGB (Red+Green+Blue) = 79+14+155=248 (32% of max value = 765). Red value is 79 (31.25% from 255 or 31.85% from 248); Green value is 14 (5.86% from 255 or 5.65% from 248); Blue value is 155 (60.94% from 255 or 62.5% from 248); Max value from RGB is 155 - color contains mainly: blue. Hex color #4F0E9B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F0E9B is #B0F164. Grayscale: #313131. Windows color (decimal): -11596133 or 10161743. OLE color: 10161743.

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

Color convert

RGB7914155-
CMYK0.490.9100.39
HSL267.66º83.43%33.14%-
HSV(B)267.66º90.97%60.78%-
XYZ9.34.3431.36-
YUV49.51187.53149.04-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 31.85%
GREEN value IS 14 (5.86% from 255) = 5.65%
BLUE value IS 155 (60.94% from 255) = 62.5%
R=31.85%
G=5.65%
B=62.5%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal79141550.490.9100.39267.6683.4333.14
Hex4FE9B315B02710c5321
Octal117162336113304741412341
Binary1001111111010011011110001101101101001111000011001010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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