#4F1069

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

Shades of Indigo #4F1069

Tints of Indigo #4F1069

Color information

#4F1069 (or 0x4F1069) is unknown color: approx Indigo. HEX triplet: 4F, 10 and 69. RGB value is (79,16,105). Sum of RGB (Red+Green+Blue) = 79+16+105=200 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.5% from 200); Green value is 16 (6.64% from 255 or 8% from 200); Blue value is 105 (41.41% from 255 or 52.5% from 200); Max value from RGB is 105 - color contains mainly: blue. Hex color #4F1069 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F1069 is #B0EF96. Grayscale: #2C2C2C. Windows color (decimal): -11595671 or 6885455. OLE color: 6885455.

HSL color Cylindrical-coordinate representation of color #4F1069: hue angle of 282.47º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4F1069 is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7916105-
CMYK0.250.8500.59
HSL282.47º73.55%23.73%-
HSV(B)282.47º84.76%41.18%-
XYZ5.963.0513.64-
YUV44.98161.87152.26-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 39.5%
GREEN value IS 16 (6.64% from 255) = 8%
BLUE value IS 105 (41.41% from 255) = 52.5%
R=39.5%
G=8%
B=52.5%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal79161050.250.8500.59282.4773.5523.73
Hex4F1069195503B11a4a18
Octal117201513112507343211230
Binary10011111000011010011100110101010111011100011010100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,16,105); }

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

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

 a { background-color: rgb(79,16,105); }

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

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

 span { border-color: rgb(79,16,105); }

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