#4F1073

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

Shades of Indigo #4F1073

Tints of Indigo #4F1073

Color information

#4F1073 (or 0x4F1073) is unknown color: approx Indigo. HEX triplet: 4F, 10 and 73. RGB value is (79,16,115). Sum of RGB (Red+Green+Blue) = 79+16+115=210 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.62% from 210); Green value is 16 (6.64% from 255 or 7.62% from 210); Blue value is 115 (45.31% from 255 or 54.76% from 210); Max value from RGB is 115 - color contains mainly: blue. Hex color #4F1073 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F1073 is #B0EF8C. Grayscale: #2D2D2D. Windows color (decimal): -11595661 or 7540815. OLE color: 7540815.

HSL color Cylindrical-coordinate representation of color #4F1073: hue angle of 278.18º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4F1073 is Cyan = 0.31, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7916115-
CMYK0.310.8600.55
HSL278.18º75.57%25.69%-
HSV(B)278.18º86.09%45.1%-
XYZ6.53.2716.51-
YUV46.12166.87151.45-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 37.62%
GREEN value IS 16 (6.64% from 255) = 7.62%
BLUE value IS 115 (45.31% from 255) = 54.76%
R=37.62%
G=7.62%
B=54.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal79161150.310.8600.55278.1875.5725.69
Hex4F10731F560371164c1a
Octal117201633712606742611432
Binary10011111000011100111111110101100110111100010110100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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