#4F0595

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

Shades of Indigo #4F0595

Tints of Indigo #4F0595

Color information

#4F0595 (or 0x4F0595) is unknown color: approx Indigo. HEX triplet: 4F, 05 and 95. RGB value is (79,5,149). Sum of RGB (Red+Green+Blue) = 79+5+149=233 (30% of max value = 765). Red value is 79 (31.25% from 255 or 33.91% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 149 (58.59% from 255 or 63.95% from 233); Max value from RGB is 149 - color contains mainly: blue. Hex color #4F0595 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F0595 is #B0FA6A. Grayscale: #2B2B2B. Windows color (decimal): -11598443 or 9766223. OLE color: 9766223.

HSL color Cylindrical-coordinate representation of color #4F0595: hue angle of 270.83º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4F0595 is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB795149-
CMYK0.470.9700.42
HSL270.83º93.51%30.2%-
HSV(B)270.83º96.64%58.43%-
XYZ8.73.9428.74-
YUV43.54187.52153.29-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 33.91%
GREEN value IS 5 (2.34% from 255) = 2.15%
BLUE value IS 149 (58.59% from 255) = 63.95%
R=33.91%
G=2.15%
B=63.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal7951490.470.9700.42270.8393.5130.2
Hex4F5952F6102A10f5e1e
Octal11752255714105241713636
Binary10011111011001010110111111000010101010100001111101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,5,149); }

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

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

 a { background-color: rgb(79,5,149); }

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

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

 span { border-color: rgb(79,5,149); }

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