#4F025F

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

Shades of Indigo #4F025F

Tints of Indigo #4F025F

Color information

#4F025F (or 0x4F025F) is unknown color: approx Indigo. HEX triplet: 4F, 02 and 5F. RGB value is (79,2,95). Sum of RGB (Red+Green+Blue) = 79+2+95=176 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.89% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 95 (37.5% from 255 or 53.98% from 176); Max value from RGB is 95 - color contains mainly: blue. Hex color #4F025F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F025F is #B0FDA0. Grayscale: #232323. Windows color (decimal): -11599265 or 6226511. OLE color: 6226511.

HSL color Cylindrical-coordinate representation of color #4F025F: hue angle of 289.68º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4F025F is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB79295-
CMYK0.170.9800.63
HSL289.68º95.88%19.02%-
HSV(B)289.68º97.89%37.25%-
XYZ5.312.5311.04-
YUV35.62161.51158.94-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 44.89%
GREEN value IS 2 (1.17% from 255) = 1.14%
BLUE value IS 95 (37.5% from 255) = 53.98%
R=44.89%
G=1.14%
B=53.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal792950.170.9800.63289.6895.8819.02
Hex4F25F116203F1226013
Octal11721372114207744214023
Binary10011111010111111000111000100111111100100010110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F025F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,2,95); }

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

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

 a { background-color: rgb(79,2,95); }

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

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

 span { border-color: rgb(79,2,95); }

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