#4F0B87

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

Shades of Indigo #4F0B87

Tints of Indigo #4F0B87

Color information

#4F0B87 (or 0x4F0B87) is unknown color: approx Indigo. HEX triplet: 4F, 0B and 87. RGB value is (79,11,135). Sum of RGB (Red+Green+Blue) = 79+11+135=225 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.11% from 225); Green value is 11 (4.69% from 255 or 4.89% from 225); Blue value is 135 (53.12% from 255 or 60% from 225); Max value from RGB is 135 - color contains mainly: blue. Hex color #4F0B87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F0B87 is #B0F478. Grayscale: #2D2D2D. Windows color (decimal): -11596921 or 8850255. OLE color: 8850255.

HSL color Cylindrical-coordinate representation of color #4F0B87: hue angle of 272.9º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4F0B87 is Cyan = 0.41, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7911135-
CMYK0.410.9200.47
HSL272.9º84.93%28.63%-
HSV(B)272.9º91.85%52.94%-
XYZ7.723.6523.22-
YUV45.47178.53151.92-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 35.11%
GREEN value IS 11 (4.69% from 255) = 4.89%
BLUE value IS 135 (53.12% from 255) = 60%
R=35.11%
G=4.89%
B=60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal79111350.410.9200.47272.984.9328.63
Hex4FB87295C02F111551d
Octal117132075113405742112535
Binary100111110111000011110100110111000101111100010001101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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