#4F035D

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

Shades of Indigo #4F035D

Tints of Indigo #4F035D

Color information

#4F035D (or 0x4F035D) is unknown color: approx Indigo. HEX triplet: 4F, 03 and 5D. RGB value is (79,3,93). Sum of RGB (Red+Green+Blue) = 79+3+93=175 (23% of max value = 765). Red value is 79 (31.25% from 255 or 45.14% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 93 (36.72% from 255 or 53.14% from 175); Max value from RGB is 93 - color contains mainly: blue. Hex color #4F035D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F035D is #B0FCA2. Grayscale: #232323. Windows color (decimal): -11599011 or 6095695. OLE color: 6095695.

HSL color Cylindrical-coordinate representation of color #4F035D: hue angle of 290.67º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4F035D is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB79393-
CMYK0.150.9700.64
HSL290.67º93.75%18.82%-
HSV(B)290.67º96.77%36.47%-
XYZ5.232.5210.57-
YUV35.98160.18158.68-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 45.14%
GREEN value IS 3 (1.56% from 255) = 1.71%
BLUE value IS 93 (36.72% from 255) = 53.14%
R=45.14%
G=1.71%
B=53.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal793930.150.9700.64290.6793.7518.82
Hex4F35DF610401235e13
Octal117313517141010044313623
Binary10011111110111011111110000101000000100100011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F035D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,3,93); }

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

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

 a { background-color: rgb(79,3,93); }

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

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

 span { border-color: rgb(79,3,93); }

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