#4F0665

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

Shades of Indigo #4F0665

Tints of Indigo #4F0665

Color information

#4F0665 (or 0x4F0665) is unknown color: approx Indigo. HEX triplet: 4F, 06 and 65. RGB value is (79,6,101). Sum of RGB (Red+Green+Blue) = 79+6+101=186 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.47% from 186); Green value is 6 (2.73% from 255 or 3.23% from 186); Blue value is 101 (39.84% from 255 or 54.30% from 186); Max value from RGB is 101 - color contains mainly: blue. Hex color #4F0665 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0665 is #B0F99A. Grayscale: #262626. Windows color (decimal): -11598235 or 6620751. OLE color: 6620751.

HSL color Cylindrical-coordinate representation of color #4F0665: hue angle of 286.11º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4F0665 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB796101-
CMYK0.220.9400.60
HSL286.11º88.79%20.98%-
HSV(B)286.11º94.06%39.61%-
XYZ5.642.7312.54-
YUV38.66163.18156.78-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 42.47%
GREEN value IS 6 (2.73% from 255) = 3.23%
BLUE value IS 101 (39.84% from 255) = 54.30%
R=42.47%
G=3.23%
B=54.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal7961010.220.9400.60286.1188.7920.98
Hex4F665165E03C11e5915
Octal11761452613607443613125
Binary100111111011001011011010111100111100100011110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,6,101); }

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

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

 a { background-color: rgb(79,6,101); }

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

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

 span { border-color: rgb(79,6,101); }

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