#4F1884

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

Shades of Indigo #4F1884

Tints of Indigo #4F1884

Color information

#4F1884 (or 0x4F1884) is unknown color: approx Indigo. HEX triplet: 4F, 18 and 84. RGB value is (79,24,132). Sum of RGB (Red+Green+Blue) = 79+24+132=235 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.62% from 235); Green value is 24 (9.77% from 255 or 10.21% from 235); Blue value is 132 (51.95% from 255 or 56.17% from 235); Max value from RGB is 132 - color contains mainly: blue. Hex color #4F1884 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F1884 is #B0E77B. Grayscale: #343434. Windows color (decimal): -11593596 or 8656975. OLE color: 8656975.

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

Color convert

RGB7924132-
CMYK0.400.8200.48
HSL270.56º69.23%30.59%-
HSV(B)270.56º81.82%51.76%-
XYZ7.723.9822.19-
YUV52.76172.72146.72-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 33.62%
GREEN value IS 24 (9.77% from 255) = 10.21%
BLUE value IS 132 (51.95% from 255) = 56.17%
R=33.62%
G=10.21%
B=56.17%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal79241320.400.8200.48270.5669.2330.59
Hex4F1884285203010f451f
Octal117302045012206041710537
Binary1001111110001000010010100010100100110000100001111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,24,132); }

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

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

 a { background-color: rgb(79,24,132); }

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

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

 span { border-color: rgb(79,24,132); }

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