#4F088E

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

Shades of Indigo #4F088E

Tints of Indigo #4F088E

Color information

#4F088E (or 0x4F088E) is unknown color: approx Indigo. HEX triplet: 4F, 08 and 8E. RGB value is (79,8,142). Sum of RGB (Red+Green+Blue) = 79+8+142=229 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.50% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 142 (55.86% from 255 or 62.01% from 229); Max value from RGB is 142 - color contains mainly: blue. Hex color #4F088E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F088E is #B0F771. Grayscale: #2C2C2C. Windows color (decimal): -11597682 or 9308239. OLE color: 9308239.

HSL color Cylindrical-coordinate representation of color #4F088E: hue angle of 271.79º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4F088E is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB798142-
CMYK0.440.9400.44
HSL271.79º89.33%29.41%-
HSV(B)271.79º94.37%55.69%-
XYZ8.193.7925.89-
YUV44.5183.02152.6-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.50%
GREEN value IS 8 (3.52% from 255) = 3.49%
BLUE value IS 142 (55.86% from 255) = 62.01%
R=34.50%
G=3.49%
B=62.01%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal7981420.440.9400.44271.7989.3329.41
Hex4F88E2C5E02C110591d
Octal117102165413605442013135
Binary100111110001000111010110010111100101100100010000101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F088E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,8,142); }

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

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

 a { background-color: rgb(79,8,142); }

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

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

 span { border-color: rgb(79,8,142); }

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