#4F1985

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

Shades of Indigo #4F1985

Tints of Indigo #4F1985

Color information

#4F1985 (or 0x4F1985) is unknown color: approx Indigo. HEX triplet: 4F, 19 and 85. RGB value is (79,25,133). Sum of RGB (Red+Green+Blue) = 79+25+133=237 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.33% from 237); Green value is 25 (10.16% from 255 or 10.55% from 237); Blue value is 133 (52.34% from 255 or 56.12% from 237); Max value from RGB is 133 - color contains mainly: blue. Hex color #4F1985 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F1985 is #B0E67A. Grayscale: #353535. Windows color (decimal): -11593339 or 8722767. OLE color: 8722767.

HSL color Cylindrical-coordinate representation of color #4F1985: hue angle of 270º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4F1985 is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7925133-
CMYK0.410.8100.48
HSL270º68.35%30.98%-
HSV(B)270º81.2%52.16%-
XYZ7.814.0522.56-
YUV53.46172.89146.22-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 33.33%
GREEN value IS 25 (10.16% from 255) = 10.55%
BLUE value IS 133 (52.34% from 255) = 56.12%
R=33.33%
G=10.55%
B=56.12%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal79251330.410.8100.4827068.3530.98
Hex4F1985295103010e441f
Octal117312055112106041610437
Binary1001111110011000010110100110100010110000100001110100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,25,133); }

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

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

 a { background-color: rgb(79,25,133); }

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

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

 span { border-color: rgb(79,25,133); }

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